We need to update the admin panel with the new functionalities for the Academix. Here are the main requirements : -
- Categories
- Show all the categories in a table
- Component to edit the category
- Component to add categories
- Subcategories
- Once a category clicked it will go to a new page and list all the subcategories for that category
- Component to edit the subcategory
- Component to add subcategories
- Items
- Once a subcategory clicked it will go to a new page and list all the items for that subcategory
- Component to edit the item
- Component to add items
Here’s the timeline for Updating the admin panel
3 Likes
Here’s the PR for phase one: creating views for categories, subcategories, items.
Next step: creating components to add categories, subcategories
1 Like
Here’s the PR for “Adding subcategories”,
Here’s the thread for design forum for Academix:
I added the delete options for categories, subcategories, and items.
1 Like
Here’s the PR for edit subcategories:
1 Like
As the final step of Updating AcadeMix Admin panel, I just added the edit item PR. Once these PR’s are merged we have finished all the tasks.
I added a breadcrumb to the page now we can navigate through the site easily.
2 Likes
There was an error with updating categories(categories PUT request). Fixed it with this PR.
Please review and merge
3 Likes
Fixed the issue with delete mapping.
Removed the cascade types and rewrote the deleting methods
Please review and merge
3 Likes