Display version numbers in UI #101
Labels
Complexity: MED
This issue may take some time to complete, but involves no novel concepts to the module
Module: API
This issue pertains to the apps/api module
Module: UI
This issue pertains to the apps/ui module
Priority: LOW
This issue isn't critical, security-related, or significantly beneficial to users.
Type: Feature
New feature or request
Is your feature request related to a problem? Please describe.
Show the current version number for the UI (and ideally all other Glimpse services) somewhere on the website
Describe the solution you'd like
A page on the Admin dashboard which shows the version number of the UI and all other running services. This should be relatively easy for the UI (include at build time) and API (easy GraphQL query baked in at build time). Other services would need a way to communicate their version to the API on-the-fly to also be returned in a GraphQL query.
Describe alternatives you've considered
For the UI version number, it can likely be statically baked into the built project.
Additional context
Additional debug information could also be useful. Examples:
The text was updated successfully, but these errors were encountered: