Application Metadata (WORK IN PROGRESS) #146
Unanswered
amcgee
asked this question in
Specs & RFCs
Replies: 1 comment
-
I think we need to distinguish between our custom icons for the application menu, and the icons as described in the w3c specs. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This is a WIP placeholder for an application metadata specification.
Currently, DHIS2 applications use a long-deprecated Mozilla manifest.webapp file to declare some metadata about the application. This is serialized by the DHIS2 core here
First thing's first - We need to move to the new
manifest.webapp
standard which supports PWAs (w3c spec)Some metadata we currently support in the manifest:
activities.dhis.href
) DEPRECATEDbaseUrl
,launchUrl
,locales
supported etc. (possibly not used...)Some metadata we currently DO NOT support but should consider (possibly outside the manifest):
Beta Was this translation helpful? Give feedback.
All reactions