Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
2460 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Images on grid
sumitp584
over 8 years ago
Am Trying to achieve a room booking feature. So when the user selects the start datetime and end datetime and checks availability I need to populate the data as shown in the grid. The circle with whites are available and the blacks indicates its non available. I have different approaches in mind but just wanted to check what would be the best approach to achieve the same.
Requirement in short - The user enters start n end datetime, query the booking table get the date and time booking history for the user selected date, then i have to display it hourly for the day in the grid as shown.
Thanks in Advance... !!!
OriginalPostID-256205
Discussion posts and replies are publicly visible
Parents
0
Dastagiri Dudekula
over 8 years ago
@sumitp584. The first major challenge is to handle concurrency control. As per your pic there is an ambiguity in the end user perspective for an instance let us say I want to book from 8am-9am, I am unable to figure out whether the 8am-9am session is booked or not booked (from your post explanation) because dark circle is booked and white circles are un-booked.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Dastagiri Dudekula
over 8 years ago
@sumitp584. The first major challenge is to handle concurrency control. As per your pic there is an ambiguity in the end user perspective for an instance let us say I want to book from 8am-9am, I am unable to figure out whether the 8am-9am session is booked or not booked (from your post explanation) because dark circle is booked and white circles are un-booked.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data