-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow configuring of whitelabelling options #167
Comments
Blocked waiting for this to be merged: #196 |
Not yet started - delaying to 3.9.0 |
Hi @garethbowen, The ticket says to update the documentation, but I remember it got moved to CHT community. Should I update both places? |
Good question! medic-docs is archived and will be deleted at some point, so you don't need to update it. Just update the cht-docs version, thanks! |
Ready for AT in |
@latin-panda This is working as intended but there are some side affects coming from this. These might be issues that are for a new github issue but are now being exposed because of this new functionality. If I upload an image using medic-conf to partners. Then remove that partner from the We also don't seem to be doing any sort of type checking. I set a json file to be uploaded. The webapp displays the broken image icon and looking at network console it displays the json file. Example
|
Hi @newtewt, I have updated the PR :) Regarding # 2: This issue could potentially be side effect of the PR on attachments feature for files that aren't image or json, but json files were accepted since before probably as part of another action (?). Gareth advices to take this one as part of another ticket, then we can identify the related actions commands and come up with a solution :) |
Cool @latin-panda, I've reviewed after these new changes. I think we can close this one out. Confirmed that uploading branding and partners logos is possible via medic-conf. Confirmed it still works via the admin page. Validated that removing partners and branding now removes from the attachment doc. |
Ticket: #167 This commit will add two new commands: 1. upload-branding will update the medic DB's branding document with: Title, resources (logo and favicon) and attachments. 2. upload-partners will update the medic DB's partners document with: resources (parner name and partner image) and attachments.
Ticket: medic/cht-conf#167 * This commit will update the documentation for the upload of settings in branding, partners and icon resources. * This commit will update the documentation for the upload of resources.
We added a feature in 3.4.0 to allow for configuration of the app logo, favicon, title, and to add partner icons to the About page. These are configurable through the admin app but we should make sure these can be stored in the configuration structure and uploaded by medic-conf with the rest of the settings.
Also update the configuration documentation here: https://github.com/medic/medic-docs/blob/master/configuration/developing-community-health-applications.md#graphics
Feature issues: medic/cht-core#4849 and medic/cht-core#4850
The text was updated successfully, but these errors were encountered: