Structuring modules, features and widgets into the Single APK Approach #637
Closed
f-odhiambo
started this conversation in
Ideas
Replies: 1 comment
-
On the list of options, I think (3) and (4) are implementation strategies for either (1) or (2). Another thought here, and I'd say arguable the ideal of the single APK approach, if we can create the ANC and EIR app functionality, by loading configs into the Quest app, we can remove the ANC and EIR. To do the above, the more everything exists as a widget or module, that we configure the loading of, the better, since then we can use server-side configs to control that loading on a dynamic basis. With that as context, my thought on the open questions are
(4) through (6) are explciitly handled by #594
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an effort to move towards a single APK approach we made/still are making incremental changes to our FHIR Core codebase
The New structure currently is outlined below
/anc
- anything ANC specific will build CHW app for LMH and mADX/eir
- anything EIR specific will build Covax app/quest
_- anything quest specific now having the G6PD POC/engine
|--- /register
|--- /report
|--- /task
|--- /search
In a bid to be able to cut a an APK release for a given usecase/ client deliverable or health vertical we have the following options:
A couple of open questions/thoughts here
Beta Was this translation helpful? Give feedback.
All reactions