Update Milestone_3 authored by Harris Ferguson (haf094)'s avatar Harris Ferguson (haf094)
...@@ -37,16 +37,18 @@ Robin is a young adult, and a working professional. They has plenty of free time ...@@ -37,16 +37,18 @@ Robin is a young adult, and a working professional. They has plenty of free time
# Epics # Epics
## As Robin, I want to be able to create an account and receive notifications about reuse options and events near me ## As Robin, I want to be able to create an account and receive notifications about reuse options and events near me
### Stories ### Stories
- As Robin, I want to be able to create an account so that I can keep persistent notification information on the application - As Robin, I want to be able to create a user account so that I can keep persistent notification information on the application
- Acceptance Tests - Acceptance Tests
- Can create an account with my email - Can create an account with my email
- Can log out and log back into the same account - Can log out and log back into the same account
- Cannot create a second account with the same email - Cannot create a second account with the same email
- Users can still use the application without an account - Users can still use the application without an account
- Cannot create events with a user account
- As Robin, I want to be able to browse reuse events near me so that I can stay in the loop about reuse events and initiatives - As Robin, I want to be able to browse reuse events near me so that I can stay in the loop about reuse events and initiatives
- Acceptance Tests - Acceptance Tests
- Cannot see events in the past - Cannot see events in the past
- Can see events happening in the future - Can see events happening in the future
- Browse events my time on a calendar
- As Robin, I want to receive notifications about events happening so that I can plan my time to attend them - As Robin, I want to receive notifications about events happening so that I can plan my time to attend them
- Acceptance Tests - Acceptance Tests
- Receive notifications about events happening in the future - Receive notifications about events happening in the future
...@@ -245,3 +247,27 @@ As Teacher Tree, I want to describe why I need materials (Donation) so that peop ...@@ -245,3 +247,27 @@ As Teacher Tree, I want to describe why I need materials (Donation) so that peop
- Test by searching for unique posts (Giving Searcher) - Test by searching for unique posts (Giving Searcher)
- Test by writing description and details in posts (Request poster) - Test by writing description and details in posts (Request poster)
- Test by examining description of posts (Giving Searcher) - Test by examining description of posts (Giving Searcher)
## Amy Administrator
### Epics
As Amy, I want to be able to create an event for my organization listing so that people can come learn about reuse
**User Stories**
As Amy, I want to be able to create an event listing so people know when the event is
Acceptance Tests:
- Create an event
- Add title, description
- Add Time and Location
- Can't create an event in the past
- Events are listed on a calendar
As Amy, I want to be able to create an account on behalf of my organization to manage the events we are hosting
Acceptance Tests:
- Can create an account using my organizations email
- Can list events using this account
- Non Organization accounts cannot create events
- Can log into this account after logging out
- Non organization emails cannot create accounts (2 factor)
As Amy, I want to be able to pin my event to a map
\ No newline at end of file