generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently the /applications/:applicationID route is being used to update the status of an application. But according to the revamp project we will now be using this endpoint for letting the user update their application and current implementation will be moved under the /applications/:applicationId/feedback route
Current Behavior
Super User update the status of the application and gives feedback. The data is stored in the applicants collection.
Expected Behavior
- Update route name from
/applications/:applicationIdto/applications/:applicationId/feedback - Update application schema to have adminFeedback object which stores the status. feedback and createdAt field which will help maintain history of reviews by superuser
- Update allowed status send in payload
If the api is called with dev flag we use the new status and update the status of the application and store an history in adminFeedback.
If it is called without dev flag, old log is used.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request