SailReal / nina-foss

FOSS implementation of the NINA app
GNU General Public License v3.0
11 stars 0 forks source link

Implement a web service that detect if the nina-API has changed and show notification to the user if an update is required #10

Open SailReal opened 2 years ago

SailReal commented 2 years ago

Please agree to the following

Summary

Implement a service that detect if the nina-API has changed and a show notification to the user if an update is required

Motivation

As a user I want to get notified if the nina-API has changed and because of that the app isn't currently working as intended and needs to be updated.

Considered Alternatives

No response

Anything else?

We should

  1. implement a web service which periodically checks if the nina-API has changed, if so create an GitHub issue
  2. check the scheme in the response in the app and if changed, decide if it's still possible to use the app, if not show a notification to the user that the app needs to be updated (in the hope that we adjusted the app and published it already)