null-open-security-community/null-jobs-backend-2.0

Download/Upload/Remove Functionality for uploaded files

Closed this issue · 2 comments

Few functionalities we have to implement in the Job app. We already have a functionality where user can upload resume, cover-letter, and a profile picture, this time we need few endpoints using which a user can re-upload, download, and remove the mentioned documents.

Files:

  1. Resume
  2. Cover-letter
  3. Profile Picture

TODO:

  1. endpoint for remove files
  2. endpoint for upload files
  3. endpoint for download files (in the response, it'll provide a link that can be used to download the files)

Just an update: parth will be working on this as it requires minimal changes to include in the existing codebase.

@Parth858 here you go