-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fetch-metadata-and-generate-opts-json
workflow to also fetch and append omrs-forms-metadata
and identifiers
sheet to the metadata-json
#56
Comments
fetch-metadata-and-generate-opts-json
workflow to also fetch and append forms-metadata
sheet to the metadata-json
fetch-metadata-and-generate-opts-json
workflow to also fetch and append omrs-forms-metadata
and identifiers
sheet to the metadata-json
@mtuchi as discussed on the call:
And then let's make the TEI mappings more dynamic:
|
EOD Update Work in progress #60 I have manage to complete the mappings and pushing the new generated metadata to |
The implementation for this issue is done, I have handed over the #60 to Joe for code-review |
@mtuchi after wrapping up to NH, pls prioritize implementing code review feedback here |
EOD Update #60 I have update the mapping in |
Background, context, and business value
New sheet has been added to the metadata file to ensure that we are not hardcoding list of
sheets
to fetch and their correspondingomrs-form-uuid
,dhis2-program
,dhis2-program-stage
. The ask of this issue is toget
those sheets and add them to themetadata.json
file being saved on Github.The specific request, in as few words as possible
1. Modify the
Get metadata file from Sharepoint
Jobform-metadata
sheet.state.form-metadata
as shown below:state
object, compile them understate.form-mappings
so we can dynamically reference them in the subsequent steps.identifiers
, construct and JSON array from the table. and save it understate.identifiers
state
object should look like after this step:2. Modify the
Save option-set json to github
stepstate.form-mappings
and includestate.form-metadata
into the final JSON Object.state.json
{}
Name of File to fetch from Sharepoing
LIME EMR - Iraq Metadata - Release 1
The text was updated successfully, but these errors were encountered: