Skip to content
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

Display version numbers in UI #101

Open
robere2 opened this issue Nov 21, 2024 · 0 comments
Open

Display version numbers in UI #101

robere2 opened this issue Nov 21, 2024 · 0 comments
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

Comments

@robere2
Copy link
Member

robere2 commented Nov 21, 2024

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:

  • Service uptimes
  • Debug environment variable status (toggle?)
@robere2 robere2 added Priority: LOW This issue isn't critical, security-related, or significantly beneficial to users. Type: Feature New feature or request Module: API This issue pertains to the apps/api module Module: UI This issue pertains to the apps/ui module Complexity: MED This issue may take some time to complete, but involves no novel concepts to the module labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant