crazyfox55 / VotingApplication

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

Districts, Add a district and Zipcodes, Add precinct location #28

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago
  1. Login as admin or manager, go to view districts page
  2. Login as admin or manager, go to view districts page, select a district and click view ballot
  3. Login as admin or manager, go to view districts page, select a district and click view precincts
  4. Login as admin, go to add district page

The smallest possible district is a precinct, we will consider zip-codes as an equivalent for precinct.

A district can be defined by a set of zip-codes or a set of other districts. Districts can overlap each-other. Districts that are defined by a set of zip-codes can add or remove zip codes. Districts that are defined by a set of other districts can add or remove districts.

One or more districts can be used to restrict which voters can access a specific ballot.

Functionality:

  1. A table where each district is one row. Allow filters to reduce the number of districts shown at one time. Add buttons to view ballots associated with this district, and view all the precincts (zip-codes) associated with this district.

    • Show the ballots as a table
    • Show the zip-codes as a map? or a table? Include the outline of the district?
  2. Add district:

    • Allow them to draw on map.
    • When viewing the districts allow the user to select districts and then create a district from their selection.
  3. Have predefined districts one for each state and the entire us.

Considerations: It would be nice if a district could be broken into sub districts.

crazyfox55 commented 6 years ago

District is shown, edited and created on map, would still be good to also have a table to view all districts. Rectangles can be drawn on the map.

Predefined districts created for each state.

Region creation and viewing will not be finished as of this post.