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

Feat: query the SW version and display alongside the other versions in the User Settings #2591

Open
taoeffect opened this issue Feb 7, 2025 · 0 comments
Assignees
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX Priority:High

Comments

@taoeffect
Copy link
Member

Problem

To help debug potential problems on mobile devices, it would help make sure that they're running the latest SW version. It's hard to know if they are though.

Solution

This involves three parts:

  1. Implement an API on the SW to return the GI_VERSION version it's running
  2. When the User Settings are mounted, query this value and display it alongside the other version values in the User Settings
  3. When the gi_logs are exported, add this and all other versions to the JSON headers. There should be 3 values: GI_VERSION of browser, GI_VERSION of SW, and GI_CONTRACTS_VERSION
@taoeffect taoeffect added App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX Priority:High labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX Priority:High
Projects
None yet
Development

No branches or pull requests

2 participants