HPI-de / hpi-flutter

The inofficial HPI app, written in Flutter
Apache License 2.0
10 stars 2 forks source link

Bookmarking for offline data #91

Open ShirleyNekoDev opened 4 years ago

ShirleyNekoDev commented 4 years ago

Blocked by

Description

As a user, I'd like to bookmark a course, news or info bit to find it again later. It would be nice to have the bookmarked page offline available.

Requirements This would require:

Implementation details It would be possible to expand the tagging system for bookmarking purposes. If we divide tags in local and cloud/given tags and use page type and bookmarked as tags, we would have a simple system to find stored data. Furthermore, non-bookmarked cached entries could be pruned via time based strategies to keep the local database small.

ShirleyNekoDev commented 4 years ago

This will be specified via further tickets.