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

Version of remote components in footer/sidebar #11

Closed
applejag opened this issue May 21, 2021 · 0 comments · Fixed by #24
Closed

Version of remote components in footer/sidebar #11

applejag opened this issue May 21, 2021 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request
Projects

Comments

@applejag
Copy link
Contributor

applejag commented May 21, 2021

Use the new GET /version endpoints to show the version of the components

  • Defensive programming here! While fetching from the endpoint, show "Loading"
  • If it timed out, show "Timed out"
  • If it errored (non-2xx status code)
    • if error is 404 then show "Ready, unknown version" (that API might not have the GET /version endpoint implemented)
    • else, show "Error"

Depends on:

@applejag applejag added the enhancement New feature or request label May 21, 2021
@applejag applejag added this to To do in Backlog via automation May 21, 2021
@applejag applejag self-assigned this Jun 1, 2021
Backlog automation moved this from To do to Done Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant