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

USER STORY: View comments #34

Closed
4 tasks done
chris-townsend opened this issue Nov 14, 2022 · 0 comments
Closed
4 tasks done

USER STORY: View comments #34

chris-townsend opened this issue Nov 14, 2022 · 0 comments
Assignees
Labels
2 User Story Estimate is 2 story points could-have A could-have feature

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 14, 2022

User Story:

As a User, I can view comments on recipes so that I can read other user's feedback

Ideas:

  • The comments section should be below the recipe on the same page

Acceptance Criteria:

  • As a visitor to the site I can view comments without logging in.
  • The comment section is displayed below a recipe detail page despite the login status.
  • No option to post a comment is displayed unless the user is signed in.
  • The comments displayed show the comment date and author next to each one.
  • The comments are displayed oldest to newest

Related User Stories:

#29 - Authorize recipes and comments

Tasks:

  • Create a comment model with the following to display:

    • post
    • body
    • name
    • email
    • created date
    • approved
  • Migrate changes

  • Create a class within admin.py to display and approve comments in the admin settings

  • Create a comments section underneath recipes in the recipe detail view and display the results from the comments model

@chris-townsend chris-townsend added could-have A could-have feature 2 User Story Estimate is 2 story points labels Nov 14, 2022
@chris-townsend chris-townsend self-assigned this Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 User Story Estimate is 2 story points could-have A could-have feature
Projects
Development

No branches or pull requests

1 participant