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

Add Webform Views Integration module to GovCMS #1315

Open
StephenOllman opened this issue Dec 17, 2024 · 0 comments
Open

Add Webform Views Integration module to GovCMS #1315

StephenOllman opened this issue Dec 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@StephenOllman
Copy link

** What value does this module/package add to GovCMS?
Allows site administrators to create custom reports of webform submissions. Currently a site administrtaor has to export submission data to a CSV file (or similar) in order to creae a report.

** Is the module Drupal 10 compatible?
8.x-5.5 - Drupal ^10 || ^11

** Please provide a brief outline of what this module does.
Use Webform Views Integration module to expose Webform submissions to Views (Webform is a module for making forms and surveys in Drupal). This wiull allow administrator the ability to create custom views to generate filterable reports based on webform submitted data.

** Who does this module benefit:
[ ] end users
[ ] content editors
[X] site builders
[ ] themers
[ ] developers
[X] site senior management

** How could you provide/replicate the functionality of this module using alternative methods, eg in your theme?
Export webform submission data to a CSV and use something like Excel to create custom reports.

** If this module styles or alters HTML or JavaScript output, can the functionality be provided via the theme? What alternatives have you considered.
N/A

** What is the maintenance and support status of the module. Describe the issue queue activity.
Last updated 23 November 2024. Active issues register.

** What permissions are needed to utilise the module (and are any new permissions provided by the module)?
Unknown but probably relies on permissions for both Webform and Views.

** Does the module modify the database structure and/or store additional metadata on nodes or other entities? If so, why? What are the risks for future updates?
Not that I am aware of. It primarily exposes webform database data to the Views module.

** Is the module designed to capture anonymous user data?
No

** Is the output of the module typically fully cacheable? Would the inclusion of this module potentially render pages uncacheable.
Can be cached by the Views module functionality.

** What is your assessment of the quality of this module, the contribution history of the module's maintainers, and the uptake of the module within the Drupal community?
Module has been around since 2009 and has an active community.

** Additional information

@StephenOllman StephenOllman added the enhancement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant