You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
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
<userId>.pdf
Supplemental Information
The text was updated successfully, but these errors were encountered: