You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like CHT config needs to be separate from main code (src/config/config-factory.ts) this will make configuration more flexible
config could be read from an external file or a UI component built out to handle this
The text was updated successfully, but these errors were encountered:
@jonathanbataire Can you explain why you think this is necessary? Why do users want this? It is fine to say "cht-core does this so we have to", but I actually disagree that this is a good user experience.
Should config be provided in the docker container? It feels like actually uploading this through the UI is not very necessary. Are you thinking of this as a feature for developers or as something end users would actually do?
@jonathanbataire Can you explain why you think this is necessary? Why do users want this? It is fine to say "cht-core does this so we have to", but I actually disagree that this is a good user experience.
Should config be provided in the docker container? It feels like actually uploading this through the UI is not very necessary. Are you thinking of this as a feature for developers or as something end users would actually do?
Given challenges around access to self hosted servers the current CI/CD setup doesnt accommodate for smooth config update
We cant access MoH servers
this change will give us a way to at least update config thru the API making configuration easy
Like CHT config needs to be separate from main code (
src/config/config-factory.ts
) this will make configuration more flexibleconfig could be read from an external file or a UI component built out to handle this
The text was updated successfully, but these errors were encountered: