Grades 2.0 #43

Closed
opened 2020-08-16 22:36:28 +02:00 by Seil0 · 3 comments
Owner

Add extra functionality to the grades view.

  • save/cache the grades and store them encrypted
  • implement diff function
  • background updates for grades
    • set mode via settings: manually, every 1, 3, 6 ,12 hourse
  • notify on new grades (notify on diff)
    • make notification clickable
  • show diff from last visit on home/grades screen
Add extra functionality to the grades view. * [x] save/cache the grades and store them encrypted * [x] implement diff function * [x] background updates for grades * [x] set mode via settings: manually, every 1, 3, 6 ,12 hourse * [x] notify on new grades (notify on diff) * [x] make notification clickable * [x] ~~show diff from last visit on home/grades screen~~
Seil0 added this to the Later milestone 2020-08-16 22:36:28 +02:00
Seil0 added the
enhancement
label 2020-08-16 22:36:28 +02:00
Author
Owner
* https://developer.android.com/reference/kotlin/androidx/security/crypto/EncryptedFile * https://developer.android.com/guide/background * https://medium.com/androiddevelopers/workmanager-periodicity-ff35185ff006
Author
Owner

Using WorkManager would be the preferred solution. It doesn't execute a task at a exact time. This would help preventing a high server load, when many users use this functionality.

Using WorkManager would be the preferred solution. It doesn't execute a task at a exact time. This would help preventing a high server load, when many users use this functionality.
Seil0 modified the milestone from Later to 0.6.1 "anthropomorphised Athena" 2020-09-02 15:36:49 +02:00
Author
Owner

showing the diff will be implemented in a later version

showing the diff will be implemented in a later version
Seil0 closed this issue 2020-10-02 13:51:33 +02:00
Sign in to join this conversation.
No description provided.