Skip to content

Instantly share code, notes, and snippets.

@ievgenk
Created August 14, 2018 21:50
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/0dee702b7fb6ce179f856cfa528d7c2a to your computer and use it in GitHub Desktop.
Save ievgenk/0dee702b7fb6ce179f856cfa528d7c2a 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 log out from the main dashboard.
As a user I should be able to delete job application from any of the cards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment