Week 10
Goals for the week
| Sl. No. | Initial Goals | Completed |
|---|---|---|
| 1. | Solve requested changes on existing PRs | Done |
| 2. | Create the upload permissions page in the react UI and implement the APIs | Done |
| 3. | Implement the user APIs in the react UI for add and edit user page | Not started |
Uploads permssions page
- The UI Implementation of
Upload Permissionspage is done. - I was succesfully able to render all the groups with their respective permissions using a tablular view.
- The updation of the upload permissions is also working perfectly.
- This task included
- Create the static UI.
- Implement data retrieval from html forms.
- Implement the new API in PR #2275.
- Test everything.
UI Demo
PR Link : feat(UI): Upload permissions page UI and API Implementation done #251
Conclusions and further plans
- This PR is currently in review and if any changes are requested, I'll be solving them in the coming week.
- Implementing the user APIs ---
POST /usersandPUT /users/{id}in the react UI for add and edit user page respectively.