Replies: 2 comments 2 replies
-
If we change the rating graph to support multiple users, we probably should also the login screen to support multiple users? Then this would mean we store user/password locally for each of them. Is this a security issue? But would be nice to just select one of the users you’ve entered, I guess. Concerning the graph itself: maybe it would be nice to see the best rating ever marked in a special way. Many DG users seem to be proud of their best rating and add it to their bio, so this might be valuable info. The graph somehow looks dated, but I have no clue why, and what a “modern looking” graph should look like. :-( Some such graphs in other apps support tapping somewhere and then showing what the value at the respective date was. But honestly I don’t see why this should be useful. |
Beta Was this translation helpful? Give feedback.
-
done |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As I learned, there are also users who play with multiple users in the app. But since the rating is only saved with date & value, this of course does not yield a meaningful evaluation for the case.
In order to save space and to have the data in the iCloud, I saved it in the KeyValueStore. However, this no longer works with multiple users.
So I will store this in CoreData / iCloud.
iCloud will of course be optional.
If I already tackle the whole topic, I will also replace the already outdated graphics library with a modern library.
When I describe this just now, I realize that this will be a somewhat larger project.
If anyone has ideas that fit into this project I look forward to your input.
Translated with www.DeepL.com/Translator (free version)
Beta Was this translation helpful? Give feedback.
All reactions