-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show an indicator corresponding to the room full capacity rate #79
Labels
Comments
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
+ filling this document during crawling + provided migration script to fill it for previous events
fcamblor
added a commit
that referenced
this issue
Mar 28, 2024
…oken() utility methods by using ts-pattern instead of type guard function
fcamblor
added a commit
that referenced
this issue
Mar 29, 2024
fcamblor
added a commit
that referenced
this issue
Mar 29, 2024
fcamblor
added a commit
that referenced
this issue
Mar 29, 2024
fcamblor
added a commit
that referenced
this issue
Mar 30, 2024
fcamblor
added a commit
that referenced
this issue
Mar 30, 2024
fcamblor
added a commit
that referenced
this issue
Mar 30, 2024
fcamblor
added a commit
that referenced
this issue
Mar 31, 2024
fcamblor
added a commit
that referenced
this issue
Mar 31, 2024
fcamblor
added a commit
that referenced
this issue
Mar 31, 2024
fcamblor
added a commit
that referenced
this issue
Apr 1, 2024
fcamblor
added a commit
that referenced
this issue
Apr 3, 2024
fcamblor
added a commit
that referenced
this issue
Apr 3, 2024
@fcamblor Design adjustment OK |
Great idea to have a dedicated icon for full rooms ! 😍 |
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
…ndicator on every talks within a timeslot, regardless if we got an indication (or not) fixup! #79 refactored room-capacity-indicator component in order to centralize level properties
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
…ndicator on every talks within a timeslot, regardless if we got an indication (or not) fixup! #79 refactored room-capacity-indicator component in order to centralize level properties
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
…ndicator on every talks within a timeslot, regardless if we got an indication (or not) fixup! #79 refactored room-capacity-indicator component in order to centralize level properties
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
…ndicator on every talks within a timeslot, regardless if we got an indication (or not) fixup! #79 refactored room-capacity-indicator component in order to centralize level properties
fcamblor
added a commit
that referenced
this issue
Apr 6, 2024
fcamblor
added a commit
that referenced
this issue
Apr 7, 2024
…ndicator on every talks within a timeslot, regardless if we got an indication (or not) fixup! #79 refactored room-capacity-indicator component in order to centralize level properties
fcamblor
added a commit
that referenced
this issue
Apr 7, 2024
closing as I'll consider this as merged into develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Floxx app should be able to send us realtime rooms' full capacity rate so that we can display it into voxxrin.
Impacts :
/events/{eventId}/roomsStats
having following structure :fullCapacityRate
raised by red coats (we don't have any entry for target room ORlastUpdatedOn
for this room is before previous talk's end time minus 10% of its duration ORlastUpdatedOn
for this room is after target talk's end time minus 10% of its duration), we should display a small "?" indicatorfullCapacityRate
is < 0.6, we should display a green indicator stating there are still plenty of available seatsfullCapacityRate
is >= 0.6 and < 0.8, we should display a yellow indicator stating the room is becoming crowdedfullCapacityRate
is >= 0.8 and < 0.99, we should display a red indicator stating that only few seats are leftfullCapacityRate
is >= 0.99, we should display a black indicator that the room is full@robinlopez If you could think about an indicator above schedule cards to show this colored information, it would be nice (given that it's only a temporary information useful only for next talks, I would not add this INSIDE the card, but maybe ON TOP of it) :
The text was updated successfully, but these errors were encountered: