Skip to main content

Week 10

Goals for the week

Sl. No.Initial GoalsCompleted
1.Solve requested changes on existing PRsDone
2.Create the upload permissions page in the react UI and implement the APIsDone
3.Implement the user APIs in the react UI for add and edit user pageNot started

Uploads permssions page

  • The UI Implementation of Upload Permissions page 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

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 /users and PUT /users/{id} in the react UI for add and edit user page respectively.