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

Track which users have upgraded #1480

Open
jbair06 opened this issue Jan 23, 2025 · 1 comment
Open

Track which users have upgraded #1480

jbair06 opened this issue Jan 23, 2025 · 1 comment

Comments

@jbair06
Copy link
Member

jbair06 commented Jan 23, 2025

Admin feedback: The old tool would output a file indicating when a user had upgraded to a newer version of the tool. This functionality is still desired for the new tool.

Add some method to track which users have upgraded to a new version

@jbair06
Copy link
Member Author

jbair06 commented Jan 23, 2025

This can be done in a few ways. If a user were to use this app on more than one machine, however, it becomes a bit more difficult to track.

When the app is launched, and it connects to a back end, it can send the back end the version that it is running so the back end can track the version the user is on. But, again, this is by no means foolproof. Whether the user uses more than one machine, or removes the current version and installs an older version, or perhaps other ways, this tracking system can have issues.

In the end, it may be best to have a simple notification, or message, or something that isn't really stored long term. As long as the admin can see this message somehow, that may be sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant