crazyfox55 / VotingApplication

An application creating ballots, collecting votes, and registering voters.
2 stars 0 forks source link

Filter by demographics and Add additional demographic info #24

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago

Click voter demographics page, filter by desired demographics

What are some of the filters we should use for each demographic? insert list of demographics we track

What are some interesting graphs of the voter statistics?

crazyfox55 commented 6 years ago

Login, register to vote, go to profile, click add update information

Should demographics be required before registering to vote is complete?

colemtg commented 6 years ago

Added the demographics cshtml and view model on the VotingRegistrationDemographics Branch. Wasn't sure where it should go, currently there is just a link from the user dashboard. I think it should be required to fill out as well before the user can vote.

crazyfox55 commented 6 years ago

Now there is Registration, Address and Demographics. Plan to add voter verification using roles.

crazyfox55 commented 6 years ago

Voter verification is automatically ignored some system should be implemented.