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

Store user info (name, zip, etc.), comments, and votes per agenda items #54

Closed
TeddyCr opened this issue Jun 20, 2018 · 5 comments
Closed
Milestone

Comments

@TeddyCr
Copy link
Contributor

TeddyCr commented Jun 20, 2018

Connect front end comment form + votes with the database to store user input data.

@TeddyCr TeddyCr added the MVP label Jun 20, 2018
@eselkin
Copy link
Contributor

eselkin commented Jun 21, 2018

There is already a storage of comments when the /api/add/message is called

@TeddyCr
Copy link
Contributor Author

TeddyCr commented Jun 21, 2018

Awesome, does it stores all the other information as well:

  • First name
  • Last name
  • Zip Code
  • Vote
  • etc.

@eselkin
Copy link
Contributor

eselkin commented Jun 21, 2018

Yes

@eselkin
Copy link
Contributor

eselkin commented Jun 21, 2018

screen shot 2018-06-21 at 8 30 10 am

Should probably change some of those types... They seem a little too large for themselves... Ethnicity should probably be a foreign key to some integer id, everything else that's text other than content should be varchar(<255)

@TeddyCr
Copy link
Contributor Author

TeddyCr commented Jul 31, 2018

Added the Ethnicity models and script to prepopulate values in database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants