Application answer sharing :100:
@meltedhyperion I would like to work on this particular feature. If that's fine, i would give a simple procedure on how i am planning to do it here and continue working on it as well.
List of changes
-
Add a public route
/api/v1/applications/share/:id, which will return the data of that particular application without any personal information of the applicant. -
Add a client side endpoint which will do request to the backend.
-
After this is done, i wish to also work on the frontend of this feature
- Add a share button
- Make a "page" for displaying the contents for the same.
MAKES sense to me @HarshPatel5940 , go ahead. I think it would be even better if the share button made an API request which created a link with a jwt, which expires in 12h or so. that way a shared link is only valid for a few hours, not forever.