Add relevant tags to modules in OpenMRS AddOns
Check this https://issues.openmrs.org/browse/GCI-179 issue for complete information
Tagging is a feature of OpenMRS AddOns(The site is located here https://addons.openmrs.org .) by which many OpenMRS modules with something in common can be grouped together. For example : The HTML Form Entry module has a Tag called "Form Entry" (Check under the title of the module). You may find the module here https://addons.openmrs.org/#/show/org.openmrs.module.htmlformentry
On clicking on the tag, all modules with the same tag show up. So for example, on clicking the "Form Entry" tag, https://addons.openmrs.org/#/search?&tag=form-entry shows up. Each of these modules share the fact that all of them are used as Form Entry modules.
As part of this task, you must suggest tags and add it to all modules to which that tag applies.
The code which could be modified is located here https://github.com/openmrs/openmrs-contrib-addonindex/blob/da43a6c5f44eadad8c96866f3f193fe38655e758/src/main/resources/add-ons-to-index.json#L1245 .
This link points to the exact location where the tag for the "HTML Form entry module" is defined. Your task is to basically find other modules to which a tag may be assigned and state a reason for the same. To do this, the following steps can be followed:
Create a Pull Request with your changes.
The source code of the project is located here : https://github.com/openmrs/openmrs-contrib-addonindex