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

User Stories | (P:1) Profile > My Resumes Page #7

Open
Peredwel opened this issue Feb 2, 2017 · 0 comments
Open

User Stories | (P:1) Profile > My Resumes Page #7

Peredwel opened this issue Feb 2, 2017 · 0 comments
Assignees

Comments

@Peredwel
Copy link
Collaborator

Peredwel commented Feb 2, 2017

Priority: Mandatory.

User must be able to:

  1. View and access resumes.
    Clicking on a link to a resume will cause the controller to find the corresponding resume from the User's entry in the database. The browser will then redirect to a view that shows this resume.

  2. Print Resumes
    Clicking print will result in the resume being converted to pdf and a call being made to the user's print system.

  3. Delete Resumes
    Clicking delete will delete this resume from the user's entry in the database and their view in the browser.

  4. View stat analysis of the resume (represented in hexagon stat graph) and number of likes received.

Clicking 'view stat analysis' will result in either redirection to a page that shows the stat analysis, or generate a pop-up. It makes a call to the user's entry in the database. If stat analysis of the resume has not yet been completed and saved to the resume object in the user's database, the controller will generate this stat analysis. Generation of stat analysis may take a variety of forms such as checking how complete the resume is, comparing word uses against other applications for the same field, etc..

  1. Be given option of making resume public or not.

Clicking 'Make this resume public' in the browser causes the controller to set viewable to true. If someone who isn't logged in searches profiles, they will now be able to see this resume saved to this user's account and view it.

@Peredwel Peredwel changed the title User Stories | My Resumes Page User Stories | (P:1) Profile > My Resumes Page Feb 2, 2017
@shong257 shong257 self-assigned this Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants