You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/.TODO.txt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
This file is purely for notes and tracking things I want to implement going forward.
2
2
3
3
- replace when going to the home screen
4
-
- Cache and prefetch the categories. Categories shouldn't be changing while the app is running. We can just hard code these.
5
-
- Add support for trivia API and a settings page to be able to change them.
6
-
- Along with this we should then support having multiple category selection because this api support that. also multiple difficulty
4
+
- Instead of refresshing the session for otdb when we run out of questions we should show some sort of UI to reset the session or allow changing the category selection
5
+
- On taking a long time to load for continue, if someone quits the game it should cancel the pending network request and navigaiton
7
6
8
7
OFFLINE SUPPORT
9
8
- Store the list of categories from otdb and return that
0 commit comments