Need to update the admin dashboard to have the functionalities to operate data entry part of the academix project.
This is the sketch I made on add item view,
when we click on
Add Item
it redirects to update item view.When we click on + sign on translations this pops up
This is the way that I understood how it should function.
@jaye @Gimhan_minion Can you add your suggestions?
Nicely done @Gravewalker
A minor change:
When user clicks on the plus button there should be a dropdown to select a language. After choosing the language it should add new two fields to the same view. Add a remove button. So the users can remove the translation if they need.
But, no need to focus on translations at this moment as we discussed.
For now I will build the first view and send the PR btw I forgot everything about the real thing, this should change like this.
Awesome! Better if you could move the subcategory selection to the top. Also, keep in mind it is multiple selections. Better if you could display the category name along with the subcategory too to avoid confusion.
Example:
In order to do that I think these changes should be done on the backend.
- I saw the subcategory has JsonIgnored the category object. You need to remove that. (Currently, it has been ignored in both directions. It should ignore only in one direction)
- You need an API to get all subcategories.
Yeah we need those changes in the backend
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
Thanks @Gravewalker!
Please follow this structure for the code reviews.
Held on:
Description:
Attendees:
Notes:
Next Steps: (optional)