-
Notifications
You must be signed in to change notification settings - Fork 3
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
Participant ETA #87
Participant ETA #87
Conversation
Added a switch to sort responders either alphabetically or by ETA. Previously responders were not sorted; the array is just in the order of that participants were added. Sort BehaviorName: Sorts the list by First Name.
|
There are some elements I'd like to work on here. I don't know if it's better as a github thread, Slack conversation, or a meeting.
|
Per discussion with Matt, I'm going to merge as-is but the UI/UX for this feature deserves some more iteration. |
Participants in "Standby" or "SignedIn" status will see
ParticipantEtaUpdater
. If the user reports an ETA, then it will be displayed next to their current status in the roster tile.When the Participant has not reported an ETA they will see options to quickly report a 15, 30, or 60 minute ETA, or to enter a specific time. Clicking on the "clock" button opens an inline
DateTimePicker
.When the Participant has reported an ETA it will show the current value and has options to increment by 1 minute or to clear the value.
If the Participant is not in "Standby" or "SignedIn" status the
ParticipantEtaUpdater
is hidden and the roster tile will not display the ETA.Screenshots
Mobile: iPhone 5/SE