website-backend
website-backend copied to clipboard
Refactor /taskRequests to suitable name following best api naming practices
Description:
Currently the api name of taskRequests does not follow the good naming practices. This can be changed to either /task-requests or /tasks/requests/
After the change in backend API's the same should be updated in following UI repos:
To Do:
- [ ] Update the API in status site task details page.
- [ ] Update the API in dashboard task requests listing page.
- [ ] Update the API in dashboard task requests details page.
i would like to work on this task