Updating the AcadeMix Admin panel

We need to update the admin panel with the new functionalities for the Academix. Here are the main requirements : -

  1. Categories
  • Show all the categories in a table
  • Component to edit the category
  • Component to add categories
  1. 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
  1. 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

@jaye @Gimhan_minion @Gravewalker @piumal1999 Let me know your thoughts.

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

Nicely done @anjisvj! :heart_eyes:

1 Like

Here’s the PR for edit subcategories:

1 Like

PR to edit categories

2 Likes

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