Update logo in reference app "Medic Mobile" -> "Medic"
Closed this issue · 11 comments
Describe the issue
On our reference app we ship with medic-os
and in cht-core
has our old "Medic Mobile" logo in the header and login screen:
Describe the improvement you'd like
We should update the branding to use our new logo in both locations. In case it's handy, here's an SVG converted from the EPS from google drive: medic.logo.Jun.2021.zip
Describe alternatives you've considered
Be happy with our out of date logo.
I believe this can be done via the branding config Upon further inspection - this appears to be compiled into the default look/feel of the CHT as the default
config doesn't have a branding.json
file or branding
folder.
That said, using the branding config to mock up the change, I can confirm the included SVG above looks good!
I think the default icons are stored in this folder in api...
Should it be medic or CHT?
Ideally it would be CHT branded but let's hold off until we have the updated brand. In the meantime it's reasonably quick to update the Medic branding for consistency.
This is ready for AT:
The work focuses mainly if user facing areas.
Related changes in the PR for CHT-Core:
- Updates the logo and its spacing in the login page.
- Updates the favicon.
- Updates page title to be
Medic
. - Updates emails in REDME file:
dev@medicmobile.org
andhello@medicmobile.org
to use@medic.org
. - Update
Medic Mobile
toMedic
in translations and documentation.
Related changes in the PR CHT-Android:
(Please note that this one was merged and reviewed here, but still good to consider)
- Updates the app icon.
- Updating the app_name from
Medic Mobile
toMedic
.
Things that remain the same:
- Colours won't be updated as they require an UX study
- Legal related: copyrights and licences remains as
Medic Mobile, Inc
. Because this is still our legal name. - Android's package, application ID and flavors names remains the same to avoid problems in Playstore.
- Instances name inside the application code remains the same as instances haven't been updated in the server (related ticket)
(cc: @n-orlowski )
Testing on branch `
1 - did we miss the copyright bit or?
2 - same with api/license
Hi @ngaruko the legal related things: copyrights and licences remains as Medic Mobile, Inc
. Because this is still our legal name. :)
Unless @n-orlowski want to have a look for UX look and feel, ready to merge!
LGTM, thanks!
Merged into main branch.