SirHertzAlot / commerce

0 stars 0 forks source link

Category List Component #8

Closed SirHertzAlot closed 2 months ago

SirHertzAlot commented 3 months ago

[] - Categories: Users should be able to visit a page that displays a list of all listing categories. Clicking on the name of any category should take the user to a page that displays all of the active listings in that category.

Tips: [ ] - Category Component can easily be displayed as a model list of checkboxes with their values set to the category title itself. [ ] - The form action should point to an endpoint that functions similar to a search endpoint and queries the db for all listings matching this category. [ ] - The results can be rendered on the default page with the category checkbox chosen, still highlighted.