Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Resume Upload #62

Open
5 of 8 tasks
stevenmqnguyen opened this issue Jan 22, 2022 · 3 comments
Open
5 of 8 tasks

[Feature Request] Resume Upload #62

stevenmqnguyen opened this issue Jan 22, 2022 · 3 comments
Assignees
Labels
New Feature New feature or request UI/UX Requires making UI changes

Comments

@stevenmqnguyen
Copy link
Member

stevenmqnguyen commented Jan 22, 2022

Overview

We want to allow users to upload their resumes from their profiles. The existing implementation from portal v1 will provide some logic along with some updates and provide a user interface. The client will request a signed url through graphql, which will produce a signed URL through resolver / service and return to client.

Tasks

  • Create get / put signed URL within graphql service
  • Create resolver for producing Signed url
  • Update filenames to be <userId>.pdf
  • Add button to user's profile to upload file
  • Add option to view uploaded file
  • Add option to delete uploaded file
  • Display use & privacy info
  • Document

Supplemental Information

@stevenmqnguyen stevenmqnguyen added New Feature New feature or request UI/UX Requires making UI changes labels Jan 22, 2022
@NickBurnett
Copy link
Contributor

Is <userId> the user's auth stub?

@stevenmqnguyen
Copy link
Member Author

Is <userId> the user's auth stub?

Take a look at this NextAuth model doc. The userId is the primary key / document id. Any better implementation suggestions are welcome. Admins will need to be able to sort the resumes by role, name file with the users name, and zip & download all or by various roles / unions of roles.

@NickBurnett
Copy link
Contributor

Take a look at this NextAuth model doc. The userId is the primary key / document id. Any better implementation suggestions are welcome. Admins will need to be able to sort the resumes by role, name file with the users name, and zip & download all or by various roles / unions of roles.

Primary Key works well I think. I think at the very least it would be beneficial to keep UUIDs consistent across user data.

@Balstun Balstun assigned Balstun and unassigned trexrush Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature or request UI/UX Requires making UI changes
Projects
None yet
Development

No branches or pull requests

4 participants