We are building a reservation management system.
The system is a normal reservation system, but the user does not select a room, but selects the reservation date, time, and menu, and then moves to the reservation screen.
The management screen has rooms A, B, and C. The maximum number of rooms is 3 per hour, and we would like to display “◯” if 3 rooms are available, “▲” if 2 or 1 room is left, and “” if no room is available.
The UI is as follows.
Please help me. https://reservationsystem.my.canva.site/20220428
I added the conditions you suggested and they are now displayed. Thank you.
One more question.
I am creating a daily and weekly calendar with rooms A, B, C, D, E, and F. I am using repeatinggroup, but should I create a data type for room A and a data type for room B, or should I create a single data type for the room data? I don’t know if it is better to create one data type for room A and one data type for room B. Which is better?