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 can create/edit post with category #40

Open
SophieDeBenedetto opened this issue Nov 4, 2021 · 1 comment
Open

User can create/edit post with category #40

SophieDeBenedetto opened this issue Nov 4, 2021 · 1 comment

Comments

@SophieDeBenedetto
Copy link
Collaborator

User Story: User can create/edit post with category

  • Seed some categories into the DB (blog, video, book, course, podcast)
  • Update the new/edit post form to include a category drop down menu so that a post can specify its category.

User story: User can view posts with category

  • Display a new column in the posts table that shows the category.

User story: User can filter posts by category

  • User can filter the posts table by category.
  • Posts index view has a filter field. Users can select a category and the table updates to include only posts belonging to that category.

User can create a new category

Do we want this feature? Maybe an admin can create a new category in the future?


Next up: user can add/edit a post's tags (this means a user will need to be able to create tags).
example tags: testing, apis, pubsub, liveview, pattern matching

@SophieDeBenedetto
Copy link
Collaborator Author

Completed

  • Added category seeds
  • Added drop down menu for category to posts form

In Progress

  • Fetch categories from DB in the correct format for the form

Next Up

  • Submit form and save post with category

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

1 participant