generated from Code-Institute-Org/python-essentials-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a Site User, I can view a filter through categories and posts so that I can select a post to view.
Acceptance Criteria:
- On The Home page users are presented with a list of all categories from the database.
- Users can select a category and posts from that category are rendered to the screen.
- 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
Labels
No labels