It should be possible for the cleaning personel to update a rooms cleaning status.
New tables have been created: "room_cleaning" & "room_statuses".
"room_cleaning" needs; room_status_id, room_id & user_id -- The user_id should be the employee ID, who's responsible for the room (first entry..?)
"room_statuses" saves the different statuses;
- Not Cleaned
- Missing Towels
- Cleaning
- Cleaned
Dependent on HF5-PROJECT/api#26
It should on the App be possible for the cleaning personel to call our room cleaning endpoints and add a room status - Hereto see all the created room statuses.
Please see HF5-PROJECT/api#26 for detailed information about what the endpoint can do
It should be possible for the cleaning personel to update a rooms cleaning status.
New tables have been created: "room_cleaning" & "room_statuses".
"room_cleaning" needs; room_status_id, room_id & user_id -- The user_id should be the employee ID, who's responsible for the room (first entry..?)
"room_statuses" saves the different statuses;
Dependent on HF5-PROJECT/api#26
It should on the App be possible for the cleaning personel to call our room cleaning endpoints and add a room status - Hereto see all the created room statuses.
Please see HF5-PROJECT/api#26 for detailed information about what the endpoint can do