AnotherCodeArtist / medien-transparenz.at

Apache License 2.0
3 stars 2 forks source link

Grouping: Store groups in local store #89

Closed relative-progressio closed 7 years ago

relative-progressio commented 8 years ago

In order to show the groups, the groups should be read from the local store. If a group is stored in the local store, the group should be displayed. If the group is not in the local store, a service should look up if a server-side-group is available and display the group.

After all the groups are always at the local store.

relative-progressio commented 8 years ago

Implementation based on #62