projectbuendia / client

Android client app
Apache License 2.0
38 stars 23 forks source link

Fetch all available charts in one request from the server #446

Closed zestyping closed 5 years ago

zestyping commented 5 years ago

User-visible changes

None.

Internal changes

The dependence on the hardcoded chart UUID is eliminated; the client now requests the charts by asking for the entire list rather than a single chart by its UUID. This paves the way for multiple charts to be stored in separate forms.