Skip to content

Instantly share code, notes, and snippets.

@ievgenk
Created August 14, 2018 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ievgenk/4aaaa168415c07f1bd6579844e1fa9b9 to your computer and use it in GitHub Desktop.
Save ievgenk/4aaaa168415c07f1bd6579844e1fa9b9 to your computer and use it in GitHub Desktop.
As a user I should be able to register on the landing page with my email and password.
As a user I should be able to log in with my registered email and password.
As a user I should be able to retrieve previously input data on the main dashboard screen.
As a user I should be able to add job application to one of the five categories (applied, interview scheduled, phone screen, rejected, received offer)
As a user I should be able to drag and drop each of the application cards onto another category board.
As a user I should be able to add an update note for each job application in regards to any development concerning that application.
As a user I should be able to add basic detail to each job application card, work place details, main contact information, job description(text or link)
As a user I should be able to indicate a date as to when the job has been applied to.
As a user I should be able to to see a small statistics report in regards to my application progress. It will show statistics such as percentage of succesfull apllication for offers, phone screens and interviews.
As a user I should be able to log out from the main dashboard.
As a user I should be able to delete job application from any of the cards.
As a user I should be able to set reminders to be sent to email provided if I need to follow-up with one of the jobs. (OPTIONAL STRETCH GOAL)
As a user I should be able to upload my resume and CL to be attached to the job application card (OPTIONAL STRETCH GOAL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment