bcgov / MFIN-Data-Catalogue

The Finance Data Catalogue enables users to discover data holdings at the BC Ministry of Finance and offers information and functionality that benefits consumers of data for business purposes. The product is built using Drupal and adheres to the Government of BC's Core Administrative and Descriptive etadata Standard.
Other
6 stars 0 forks source link

Install GDX Analytics for the Finance Data Catalogue #493

Closed chrislaick closed 5 months ago

chrislaick commented 5 months ago

https://github.com/bcgov/MFIN-Data-Catalogue/issues/285

lkmorlan commented 5 months ago

It looks like gdx_analytics_drupal_snowplow should have type drupal-module or drupal-custom-module instead of drupal-module-custom. That would mean that the latter type does not need to be added to composer.json. If drupal-module is used, then it would install with the others and no change to .gitignore would be needed. This would be correct since the module is available publicly.

chrislaick commented 5 months ago

As @lkmorlan recommended, the gdc_analytics_drupal_snowplow module type has been updated to drupal-module and the module has been added to MFIN Data Catalogue as normal, not a 'custom' module. The module is not tracked as expected and no changes are necessary to the .gitignore file.