-
Notifications
You must be signed in to change notification settings - Fork 56
Add Address module to GovCMS8 #617
Description
** What value does this module/package add to GovCMS?
GovCMS7 provides the Address Field module, which we use on our site. The Address module is the Drupal 8 successor of the Address Field module and includes a migration path from the Address Field module in Drupal 7 to the address field in Drupal 8/9.
Features include:
- Address field type and form element
- Country field type and form element
- Zone field type and form element
- Address formats for 200 countries
- Subdivisions (administrative areas, localities, dependent localities) for 40 countries
- Subdivision translations for all of the parent country's (i.e Canada, Switzerland) official languages.
- Country list with translations for over 200 locales, provided by CLDR
** Please provide a brief outline of what this module does.
Performs the same function as the Address Field module in GovCMS7.
** Who does this module benefit:
[ ] end users
[ * ] content editors
[ * ] site builders
[ ] themers
[ ] developers
** How could you provide/replicate the functionality of this module using alternative methods, eg in your theme?
You could create an address paragraph type; however, it would not be possible to migrated content in GovCMS7 using this field across to the paragraph field without the use of a custom migration. You would also need to manually recreate things such as country names, etc. which are automatically populated when using the Address module.
** If this module styles or alters HTML or JavaScript output, can the functionality be provided via the theme? What alternatives have you considered.
** What is the maintenance and support status of the module. Describe the issue queue activity.
- Latest version: 8.x-1.9 (3 November 2020).
- Bugs: 192 (28 open).
- Pending patches: 40
- Drupal 9 compatible.
** What permissions are needed to utilise the module (and are any new permissions provided by the module)?
This module does not introduce any new permissions.
** 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 sure.
** 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.
Presumably since it uses the Field API.
** 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?
- 63,162 websites report using this module.
- Four maintainers.
** Additional information