tfgg / EveryElection

For recording every election in the UK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EveryElection

Build Status Coverage Status

For recording every election in the UK

Domain Model

Elections

The elections table stores a list of election objects, each with a semantic ID.

Election IDs sometimes have a parent, and are sometimes a "group ID".

There are two types of group ID:

  1. [type].[date], for example local.2017-05-04 will be the group for all local elections happening on 2017-05-04.
  2. [type].[organiation].[date], for example local.norfolk.2017-05-04 is the Norfolk County Council elections.

Finally an ID is made per ballot paper using [type].[organiation].[organisation division].[date] for example local.norfolk.diss.2017-05-04.

See the reference for more information.

Graph

About

For recording every election in the UK

License:MIT License


Languages

Language:Python 88.9%Language:HTML 9.3%Language:JavaScript 1.8%Language:CSS 0.1%