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

News Articles #11

Open
Scott47 opened this issue Oct 6, 2021 · 0 comments
Open

News Articles #11

Scott47 opened this issue Oct 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Scott47
Copy link
Member

Scott47 commented Oct 6, 2021

Story

As a user, I should be able to list interesting news articles on my dashboard

Acceptance Criteria

Given a user wants to record a news article on their dashboard
When the user performs a gesture on a New Article affordance
Then a form should be presented to the user in which the following information can be entered

  1. News title
  2. Synopsis
  3. URL

Given a user has entered in all field values for storing a new article
When the user performs a gesture on the Save Article affordance
Then the article should be saved in the database, and assigned to the user
And should have a property of the current timestamp

Given a user has saved news articles
When the user visits their dashboard
Then the news articles should be presented in the News components, sorted by date in descending order
And each article should have an affordance to delete the news article

Given a user wants to remove a previously stored news article
When the user performs a gesture on the delete affordance
Then the article should be deleted

@Scott47 Scott47 added the enhancement New feature or request label Oct 6, 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

1 participant