Ignore:
Timestamp:
01/23/25 18:48:23 (3 months ago)
Author:
Ljubomir Ilievski <ilievski.ljubomir@…>
Branches:
master
Children:
a0e93df
Parents:
4446c6f
Message:

Ready to begin with connection with backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/PiniaStores/restaurantStore.js

    r4446c6f rf9ef3e8  
    99    return {
    1010      name: '',
     11      address: '',
     12      workingHours: '00:50',
     13      availableServices: [],
     14      averageRating: 0
    1115
    1216    }
    1317  },
    1418  actions: {
    15     setName (name) {
     19    setDetails (name, address, workingHours) {
    1620      this.name = name
     21      this.address = address
     22      this.workingHours = workingHours
     23      //this.availableServices = availableServices
    1724    }
    1825  },
Note: See TracChangeset for help on using the changeset viewer.