meet-eat / meet-eat-server

Backend implementation of Meet & Eat.
MIT License
0 stars 0 forks source link

[BUG] Adding a version check when starting the app #8

Open holtvogt opened 4 years ago

holtvogt commented 4 years ago

Circumstances Currently when using an outdated app version this could lead to tremendous instability problems on server site.

Expected behavior Prior to an app start, a version check should be implemented to avoid abovementioned issues. Therefore, a user can be notified that he/she has to have the latest version to properly use the app. This could mean that a current app is mandatory to even login.

Additional context Alternative solutions can be discussed here.