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

September ballot and human-readable IDs #106

Merged

Commits on Sep 5, 2022

  1. Update of JSON ballot generator.

    Significant update of contests:
    - Include '@id's of ballot measure contests (candidates already happening).
    - Include '@id's of candidate and ballot measure contest selections.
    - Updates and bug fixes for write-ins in candidate contests.
    - Multi-candidate slates:
      - Combine names of candidates into list.
        Names are stored in lists even when there is only one candidate.
      - Combine parties of candidate IFF they are the same.
        Parties are always stored in lists, and empty if there is no party.
    ion-oset committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    db0773e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb195a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe81fbc View commit details
    Browse the repository at this point in the history
  4. Update the internal Spacetown data to use the September test case.

    - Candidate parties are now a list.
    - 'write_in' -> 'is_write_in'
    ion-oset committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    818f21b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Switch to human readable IDs.

    These are NOT intended to follow any standard, merely to aid in debugging.
    There's an ongoing conversation about the format of human readable IDs.
    ion-oset committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9b91232 View commit details
    Browse the repository at this point in the history