mekomsolutions / openmrs-module-initializer

The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
MIT License
23 stars 77 forks source link

Support explicit `addresshierarchy` domain. #252

Closed mks-d closed 2 months ago

mks-d commented 11 months ago

Introduce an addresshierarchy (AH) domain that takes care of:

  1. Load all AH-related configs (address template, address entries, etc).
  2. Filling the Ext I18n's i18n reverse cache.

This work will demand for Iniz to become aware of AH:

mseaton commented 11 months ago

If we are removing a feature like this from AH, then we should bump the version to 3.0.0, not just up to 2.16.0.

mks-d commented 11 months ago

Thanks @mseaton and for the exchange on Slack, I have updated the description accordingly.

Ruhanga commented 10 months ago

I've created ADDR-129 to followup the necessary refactoring on the AH module.

mks-d commented 2 months ago

@Ruhanga was this not completed in the end? If it is, could you close this PR? → https://github.com/mekomsolutions/openmrs-module-initializer/pull/188