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

Categories - page #28

Open
mojahmed opened this issue Dec 30, 2024 · 0 comments
Open

Categories - page #28

mojahmed opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@mojahmed
Copy link
Collaborator

mojahmed commented Dec 30, 2024

Task

Implement Categories functionality in the Blog website and update the Post page to associate posts with categories.

##Create Categories:

Categories to be created:
    "Intro to Programming"
    "React"
    "Node"
    "Python"
    "Ruby"
    General (for posts that don't belong to a specific category).
Admin-only Access:

##Categories Page (Admin Only):
Implement a page where the admin can
1- Add a new category
2- List all categories with an option to delete them.

Update Posts Page:

# Each post should be associated with a category.
#When creating or updating a post, there should be an option to select a category
# Categories for posts should include the following:
"Intro to Programming"
"React"
"Node"
"Python"
"Ruby"
"General"
Display the category associated with each post in the Posts Table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants