Development of a reservation system for managers to select rooms

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 “:heavy_multiplication_x:” if no room is available.
The UI is as follows.
Please help me.
https://reservationsystem.my.canva.site/20220428

Translated with www.DeepL.com/Translator (free version)

Put those icons on a condition if 3 rooms available: :white_circle: visible is true and same for all condition,
Make icons hidden by default.

1 Like

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?

Translated with www.DeepL.com/Translator (free version)

If you have less rooms than yes different data types is okay.
I don’t know if more data is present is not like room type and room floor etc

thankyou!!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.