forked from opencrvs/opencrvs-countryconfig
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-v1.3.3' of github.com:opencrvs/opencrvs-farajal…
…and into release-v1.4.0
- Loading branch information
Showing
8 changed files
with
149 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,68 @@ | ||
## [1.4.0](https://github.com/opencrvs/opencrvs-core/compare/v1.3.2...v1.4.0) (TBD) | ||
# Changelog | ||
|
||
## Breaking changes | ||
## [1.4.0](https://github.com/opencrvs/opencrvs-core/compare/v1.3.3...v1.4.0) (TBD) | ||
### Bug fixes | ||
|
||
## New features | ||
See [Releases](https://github.com/opencrvs/opencrvs-core/releases) for release notes of older releases. | ||
|
||
## Bug fixes | ||
## [1.3.3](https://github.com/opencrvs/opencrvs-farajaland/compare/v1.3.2...v1.3.3) (TBD) | ||
|
||
See [Releases](https://github.com/opencrvs/opencrvs-core/releases) for release notes of older releases. | ||
### Breaking changes | ||
|
||
### New features | ||
|
||
- #### Greater customizability of location data in certificates | ||
The various admin level handlebars e.g. **statePlaceofbirth**, | ||
**districtPrimaryMother** only contained the name of that location which was | ||
not able to take advantage of all the information OpenCRVS had available | ||
about the various admin levels e.g. the name of that location in the | ||
secondary language. So we are introducing a new set of admin level | ||
handlebars that would contain the **id** of that location which we can | ||
resolve into a value of the shape | ||
``` | ||
{ | ||
name: string | ||
alias: string | ||
} | ||
``` | ||
using the new **"location"** handlebar helper. Here name is the primary | ||
label of the location and alias being the secondary one. Currently only | ||
these 2 fields are available but we will be adding more fields depending on | ||
various countries requirements. If previously the certificate svg used to | ||
contain `{{districtPlaceofbirth}}` then now we can replace it with | ||
`{{location districtPlaceofbirthId 'name'}}`. To access alias, the `'name'` | ||
needs to be replaced with `'alias'`. | ||
Below is a list of all the new handlebars that are meant to be used with the | ||
"location" handlebar helper. | ||
- statePrimaryInformantId | ||
- districtPrimaryInformantId | ||
- statePlaceofbirthId | ||
- districtPlaceofbirthId | ||
- statePrimaryMotherId | ||
- districtPrimaryMotherId | ||
- statePrimaryFatherId | ||
- districtPrimaryFatherId | ||
- statePrimaryDeceasedId | ||
- districtPrimaryDeceasedId | ||
- statePlaceofdeathId | ||
- districtPlaceofdeathId | ||
- statePrimaryGroomId | ||
- districtPrimaryGroomId | ||
- statePrimaryBrideId | ||
- districtPrimaryBrideId | ||
- statePlaceofmarriageId | ||
- districtPlaceofmarriageId | ||
- registrar.stateId | ||
- registrar.districtId | ||
- registrar.officeId | ||
- registrationAgent.stateId | ||
- registrationAgent.districtId | ||
- registrationAgent.officeId | ||
##### We will be deprecating the counterpart of the above mentioned handlebars that contains only the label of the specified location in a future version so we highly recommend that implementers update their certificates to use these new ones. | ||
### Bug fixes | ||
See [Releases](https://github.com/opencrvs/opencrvs-farajaland/releases) for release notes of older releases. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.