You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
1.1.1.4.7 Users shall be able to mark their attendance status to the events by choosing will attend or maybe options.
As stated in the Project Description:
If the event is already passed, then the users should be able to mark it as attended. If not, they should be able to mark it as will attend, may attend, or won't attend.
Additionally, we might add block status to here as well. In short, can we list attendance statuses so every team should consider this list while setting things up?
The text was updated successfully, but these errors were encountered:
So there're two points that all teams should consider during implementation.
If event date is passed, only show Attended option.
In general, Attended, Will Attend, Maybe, Won't Attend and Block are all in the same category of options, at most one of them could be selected at any time. There'll be one API endpoint regarding to setting them.
backend will send attendance status with event details and provide an API to set attendance status.
frontend and android will show UI controls (buttons etc.) according to these points.
According to the Requirements Analysis:
As stated in the Project Description:
Additionally, we might add
block
status to here as well. In short, can we list attendance statuses so every team should consider this list while setting things up?The text was updated successfully, but these errors were encountered: