localgovdrupal / localgov_elections_reporting
Module to report on elections for LocalGovDrupal sites.
Installs: 787
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- cweagans/composer-patches: ^1.6
- drupal/autocomplete_deluxe: ^2.0
- drupal/charts: ^5.0.x-dev@dev
- drupal/color_field: ^3.0
- drupal/default_content: ^2.0
- drupal/entity_extra_field: ^2.0@alpha
- drupal/field_formatter_class: ^1.5
- drupal/paragraphs_table: ^1.6
- drupal/social_post: ^3.0
- drupal/social_post_twitter: ^3.0
- drupal/views_field_view: ^1.0@beta
- drupal/views_simple_math_field: ^3.0
- 1.x-dev
- 1.0.0-alpha6
- 1.0.0-alpha5
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-feature/election-aliases
- dev-feature/84-demo-content
- dev-30/add_back_views_post_render
- dev-56/use-chartjs
- dev-62/rename-social-post-module
- dev-67/hide-service-type
- dev-81/rename-uk-parties-module
- dev-78/adds-uk-parties-submodule
- dev-release-1.x
- dev-42/mobile-fixes-for-elections-block
- dev-fix/commainprovider
- dev-60/tidy-up-info-yml-files
- dev-fix/pathaliases
- dev-feature/menu-link-group
- dev-feature/testing
This package is auto-updated.
Last update: 2024-06-25 11:08:19 UTC
README
LocalGov Elections Reporting
This module provides submodules, content types, views and configuration that allow the reporting of election results for the LocalGov Drupal distribution.
Features
- First past the post single seat per electoral area elections
- 'All-out' and not 'all-out' (e.g. halves or thirds) elections
- Table, graph and map based views of the results
- Extensible boundary source provider for electoral areas and geo data
- Social media posting of results (currently Twitter / X)
How to use
See the Documentation for more details
Installing
Installation
You can install this module with the following composer command.
composer require localgovdrupal/localgov_elections_reporting
Libraries
The libraries required by Charts/Highcharts are included, by default via CDN. If you wish to have these locally follow the instructions at https://www.drupal.org/docs/contributed-modules/charts/50x-getting-started#s-using-composer-and-wikimediacomposer-merge-plugin which uses the composer.json
provided by the Charts module to install.
Submodules
You may also wish to use the submodules provided as part of the Localgov Election Reporting module. They are:
- LocalGov Elections Reporting ONS Wards 2023 - Boundary source provider for Office of National Statistics 2023 Wards
- Localgov Elections Parliamentary Constituency Provider - Boundary source provider for Office of National Statistics 2024 constituency boundaries
- LocalGov Elections Reporting Social Post Integration - Post results to social media (Twitter/X)
Further details for these modules are in their own module READMEs and the Documentation.
Issues
If you run into issues using this module, please report them at https://github.com/localgovdrupal/localgov_elections_reporting/issues
Maintainers
This project is currently maintained by:
- Chris Wales https://github.com/chriswales95
- Duncan Davidson https://github.com/dedavidson
It is based on work originally done by Rob Carr https://github.com/rgcarr.