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
- Change the select subcategory button into a drop-down menu
- 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,
- LIst all the items, sub-categories
- Update the sub-categories endpoint to return the category of the particular sub-category
- Get item by id