Skip to content
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

Add Interesting Events #10

Open
AdamSheaffer opened this issue Apr 12, 2021 · 0 comments
Open

Add Interesting Events #10

AdamSheaffer opened this issue Apr 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AdamSheaffer
Copy link

AdamSheaffer commented Apr 12, 2021

Story

As a user, I should be able to enter in an event that will happen at a future date, and when that event is next on the agenda, it should be more prominent in the application

Acceptance Criteria

Given a user wants to keep track on a future event
When the user clicks an affordance to enter a new event in the application
Then a form should be presented to the user in which the following properties of the event can be provided

  1. Name of event
  2. Date of event
  3. Location of event

Given a user has entered in all details of an event
When the user performs a gesture to save the event
Then the event should be rendered in the application in the Events component
And it should show the event name
And it should show the event date
And it should show the event location
And it should show a button labeled "Show Weather"

@AdamSheaffer AdamSheaffer added the enhancement New feature or request label Apr 12, 2021
@Chadwell-Clark Chadwell-Clark self-assigned this Apr 13, 2021
@Chadwell-Clark Chadwell-Clark changed the title Interesting Events Add Interesting Events Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants