Skip to content

Add minimum required server version #29

@rolandgeider

Description

@rolandgeider

Use case

At the moment, we have to be very careful with changes, as the app might be incompatible with a newer version of the server.

Proposal

Add a new endpoint in the server, perhaps required_version that returns a version (we can use get_version() to generate it). The mobile app would load this on startup and compare its current version with the one downloaded. If the app's version is less than the required one, it would inform the user that he needs to update

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions