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

Database #2

Closed
agao2 opened this issue Oct 24, 2017 · 1 comment
Closed

Database #2

agao2 opened this issue Oct 24, 2017 · 1 comment

Comments

@agao2
Copy link
Contributor

agao2 commented Oct 24, 2017

As a developer I would like a database that can be accessed on the serverside so that I can store and verify information.

  • List of information that needs to be recoreded in a comment below
@agao2 agao2 changed the title Design relation database to hold user information and pending votes. Design relational database to hold user information and pending votes. Oct 24, 2017
@agao2 agao2 changed the title Design relational database to hold user information and pending votes. Storing user login data Nov 6, 2017
@Samulus Samulus changed the title Storing user login data Develop a detailed schema for the database. Nov 6, 2017
@Samulus
Copy link
Contributor

Samulus commented Nov 6, 2017

Information we need to record in the database:

Users

  • Username
  • Email
  • Password Hash
  • Salt
  • Private Vote User Identity Key
  • Public Vote User Identity Key
  • Private Vote Value Key
  • Public Vote Value Key
  • List of Elections They Participated In

Client / Server API

  • Logged In Users + Their Authentication

Elections

  • Election Owner
  • Election Start Date
  • Election End Date
  • Identity Settings

@agao2 agao2 changed the title Develop a detailed schema for the database. Develop a detailed schema for documenting the database. Nov 6, 2017
@agao2 agao2 added MVP and removed user story labels Jan 10, 2018
@agao2 agao2 changed the title Develop a detailed schema for documenting the database. Database (postgres) Jan 10, 2018
@agao2 agao2 changed the title Database (postgres) Database Jan 10, 2018
@agao2 agao2 added this to the Sprint 3 milestone Jan 10, 2018
@mtcrowley mtcrowley added user story and removed MVP labels Jan 19, 2018
@agao2 agao2 removed this from the Sprint 3 milestone Jan 19, 2018
@Samulus Samulus closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants