fury icon indicating copy to clipboard operation
fury copied to clipboard

Application answer sharing :100:

Open meltedhyperion opened this issue 2 years ago • 3 comments

meltedhyperion avatar Sep 14 '23 13:09 meltedhyperion

@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.

HarshPatel5940 avatar Oct 14 '23 14:10 HarshPatel5940

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.

HarshPatel5940 avatar Oct 16 '23 17:10 HarshPatel5940

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.

shawshankkumar avatar Oct 16 '23 18:10 shawshankkumar