localgovdrupal / localgov_elections_reporting
1.0.0-alpha6
2024-06-18 12:12 UTC
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 选举报告
本模块提供子模块、内容类型、视图和配置,允许对 LocalGov Drupal 发行版的选举结果进行报告。
功能
- 单席位选举区域的第一票过半选举
- 全面选举和部分选举(例如,一半或三分之一)
- 基于表格、图表和地图的结果视图
- 可扩展的选举区域和地理数据边界源提供者
- 将结果发布到社交媒体(目前为 Twitter / X)
如何使用
有关更多详细信息,请参阅 文档
安装
安装
您可以使用以下 composer 命令安装此模块。
composer require localgovdrupal/localgov_elections_reporting
库
Charts/Highcharts 所需的库默认通过 CDN 包含。如果您希望本地包含这些库,请按照 https://www.drupal.org/docs/contributed-modules/charts/50x-getting-started#s-using-composer-and-wikimediacomposer-merge-plugin 中的说明进行操作,该说明使用 Charts 模块提供的 composer.json
进行安装。
子模块
您还可以使用 Localgov 选举报告模块提供的子模块。它们包括
- LocalGov Elections Reporting ONS Wards 2023 - 2023 年国家统计局选区的边界源提供者
- Localgov Elections Parliamentary Constituency Provider - 2024 年国家统计局选区边界的边界源提供者
- LocalGov Elections Reporting Social Post Integration - 将结果发布到社交媒体(Twitter/X)
这些模块的更多详细信息可以在它们各自的模块 README 中以及 文档 中找到。
问题
如果您在使用此模块时遇到问题,请在此处报告 https://github.com/localgovdrupal/localgov_elections_reporting/issues
维护者
此项目目前由以下人员维护
- Chris Wales https://github.com/chriswales95
- Duncan Davidson https://github.com/dedavidson
该项目基于 Rob Carr 最初的工作 https://github.com/rgcarr。