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 Oct 30, 2022. It is now read-only.
As an imbiber, I would like to "check in" to an event so others know that I'm planning to go. Acceptance Criteria:
Imbiber can "check in" to an event, or say that they are going
Imbiber can "check out" of an event if they are checked in, in case they can no longer go
Imbiber can see who is currently checked in
List of check ins should clear after the designated event time has passed, so check ins do not automatically move to the next event
The text was updated successfully, but these errors were encountered:
My general implementation idea is something like "/imbibe checkin" would add the author to a list of attendees.
"/imbibe checkout" would take the attendee off the list.
"/imbibe attendees" would display the list of attendees. Optionally, the attendees list could be added at the end of the existing "/imbibe" command
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As an imbiber, I would like to "check in" to an event so others know that I'm planning to go.
Acceptance Criteria:
Imbiber can "check in" to an event, or say that they are going
Imbiber can "check out" of an event if they are checked in, in case they can no longer go
Imbiber can see who is currently checked in
List of check ins should clear after the designated event time has passed, so check ins do not automatically move to the next event
The text was updated successfully, but these errors were encountered: