-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat(flavours): add chv-neo flavour #343
base: master
Are you sure you want to change the base?
Conversation
danielmwakanema
commented
Dec 14, 2023
- The Kenya electronic Community Health Information System (eCHIS) is a standardized community health digital tool developed to improve community health service delivery and supply chain, reporting and performance management for better health outcomes at level one.
- CHV-NEO is an eCHIS instance/fork that includes pilot testing of patient to CHP SMS communication
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new additions for chv_neo
look great! Just had a couple questions about some removed code that might have been caused by merge issues....
@@ -31,7 +31,7 @@ jobs: | |||
- name: Set up Ruby | |||
uses: ruby/setup-ruby@v1 | |||
with: | |||
ruby-version: 2.7 | |||
ruby-version: 2.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change intentional? I think we bumped this to 2.7
recently to address: #340
@@ -222,39 +222,6 @@ jobs: | |||
with: | |||
lane: build | |||
options: '{ "flavor": "itech_malawi" }' | |||
|
|||
- name: Unpack secrets cares_malawi_kch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did the jobs for cares_malawi_kch
, cares_malawi_mpc
, and moh_togo_uat
get removed from there on purpose? If so, should we completely remove those brands from the repo?
@@ -361,16 +361,6 @@ android { | |||
applicationId = 'org.medicmobile.webapp.mobile.itech_malawi' | |||
} | |||
|
|||
cares_malawi_kch { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Was cares_malawi_kch
, cares_malawi_mpc
, and moh_togo_uat
supposed to be removed!
Quality Gate passedIssues Measures |