issues
search
csci312-s21
/
project-banana-bandicoot
project-banana-bandicoot created by GitHub Classroom
0
stars
1
forks
source link
As a user, I want to be able to accept/join an event that is scheduled, so that I can confirm my spot at the event
#36
Closed
Danielbrey
closed
3 years ago
Danielbrey
commented
3 years ago
Acceptance Criteria:
Each user has a data file that contains all events they have joined.
Each Event will have a data set that contains the names of all users who have joined.
When I join an event, that event will be added to my data set of joined events
When I join an event, my user name will be added to the event's data set of joined names.
Acceptance Criteria: