Skip to content

USER STORY: Browse Content #2

@DarrachBarneveld

Description

@DarrachBarneveld

As a Site User, I can view a filter through categories and posts so that I can select a post to view.

Acceptance Criteria:

  1. On The Home page users are presented with a list of all categories from the database.
  2. Users can select a category and posts from that category are rendered to the screen.
  3. When the user clicks on an individual post they are taken to that post page.
  • Create CategoryList class in views.py to list all categories in database.
  • Create A side navigation bar that users can select which category posts to view
  • Create browse Categories HTML template
  • Develop a user-friendly recipe card layout using material UI. Make sure it is responsive
  • Link post cards to post detail page.
  • Add pagination if required. Posts are above 10 results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions