- Issue created by @batigolix
- Assigned to hamid.ali
- Status changed to Needs review
11 months ago 10:41am 29 December 2023 - 🇮🇳India hamid.ali
I am adding the patch for the above issue kindly review the same
- Status changed to Needs work
11 months ago 5:23pm 29 December 2023 - 🇮🇳India hamid.ali
@batigolix Changed which I made is not reflecting, I am looking into it will provide the updated patch
- 🇮🇳India hamid.ali
Could someone rename the readme.txt to readme.md and replace the content with the following since there is something wrong with my local and the patch is not taking up the changes.
--Copy all the content below this and replace the same--
# Webform Analysis Module
## Contents
- [Introduction](#introduction)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Maintainers](#maintainers)## Introduction
The Webform Analysis module is used to obtain statistics on the results of form submissions.
- For a full description of the module, visit: [Webform Analysis Module]( https://www.drupal.org/project/webform_analysis → )
- To submit bug reports and feature suggestions, or to track changes, visit: [Webform Analysis Issues]( https://www.drupal.org/project/issues/webform_analysis → )## Requirements
This module requires the following module:
- Webform - [Webform Module]( https://www.drupal.org/project/webform → )
## Installation
Install the Webform Analysis module as you would normally install a contributed Drupal module. Visit [Drupal Webform Installation]( https://www.drupal.org/node/1897420 → ) for further information.
## Configuration
1. Navigate to Administration > Extend and enable the Webform Analysis module and its dependencies.
2. Navigate to Administration > Structure > Webforms > [Webform to analyze] > Results > Analysis for configuration.
3. Check your fields to analyze in "Add analysis component".
4. Choose the chart type: Table, Pie Chart, or Column Chart.
5. Update the analysis display.## Maintainers
- Laurent BARAN (lbaran) - [Laurent BARAN's Drupal Profile]( https://www.drupal.org/u/lbaran → )
- Issue was unassigned.
- 🇮🇳India d-xpert Chandigarh
@Hamid.ali, let me help you with this. You need to use 'git mv README.txt README.md' (to rename the file) in your forked project, then make changes to the new README.md file. Add the changes to the staging area using 'git add .', commit the changes with a suitable message using 'git commit', and finally push the changes to the repository.
- Status changed to Needs review
11 months ago 7:57am 3 January 2024 - 🇮🇳India d-xpert Chandigarh
Added new MR7 with updated README.md as per the Drupal recommended template.
- Assigned to nitin_lama
- 🇮🇳India nitin_lama India
Ordered lists use "1", for easier updates and to avoid errors as per README template → .
- Issue was unassigned.
- Status changed to Needs work
11 months ago 9:04am 11 January 2024 - 🇳🇱Netherlands batigolix Utrecht
In your merge request:
## Configuration 1. Go to Administration » Structure » Webforms » [Webform to analyze] » Results » Analysis for configuration. 1. Check your fields to analyze in "Add analysis component". 1. Choose what chart type: Table, Pie Chart, or Column Chart. 1. Update analysis display.
This is a too brief description of what the module can do. It also is not very readable.
Read the description of this issue: "Try out all the functionality, check if these are documented in the README. If not: add them to the README".
There is for example a block provided with this module, which should be described.