Updating admin panel to control academix backend operations

Code review on add item view

Held on: 2020-06-14T14:30:00Z
Attendees: @Gravewalker @jaye @anjisvj
Description: Developed this UI on the admin dashboard to add a new item.


Notes:
Following suggestions were made on the UI of the add item form

  1. Change the select subcategory button into a drop-down menu
  2. Change the file structure

Had a discussion on the file structure and came into a conclusion to change the current structure to a more optimum one.
Had a discussion on the necessary endpoints that need to make this admin dashboard. Needed APIs are,

  1. LIst all the items, sub-categories
  2. Update the sub-categories endpoint to return the category of the particular sub-category
  3. Get item by id
2 Likes