You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
User Story: User can create/edit post with category
User story: User can view posts with category
User story: User can filter posts by 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
The text was updated successfully, but these errors were encountered: