Skip to content

Commit 3861a2f

Browse files
committed
Update TODOs
1 parent 70ba61d commit 3861a2f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
2525
## Main TODOs
2626

2727
- Associate solver results with save file and save-last-modified, show icon if save file was updated
28-
- Game settings (breeding time, multiple breeding farms)
29-
- Save game settings + associate with save file
3028
- Allow filtering of input pals by player
3129
- Proper packaging + release
32-
- Logging + error handling
33-
- Any exceptions
34-
- Ignore + log any unrecognized pals + traits
35-
- Errors when reading save files
36-
- Corrupted cached save data
37-
- Corrupted solver data
30+
- ~~Logging + error handling~~
31+
- ~~Any exceptions~~
32+
- ~~Ignore + log any unrecognized pals + traits~~
33+
- ~~Errors when reading save files~~
34+
- ~~Corrupted cached save data~~
35+
- ~~Corrupted solver data~~
3836
- ~~Disallow changes to list boxes + input fields while solving is running~~
3937
- ~~Add progress bar when solving is running, don't freeze the window during solving~~
4038
- ~~Save solver results~~
4139
- ~~Show total time required~~
4240
- ~~Allow loading from save files in custom locations~~
41+
- ~~Game settings (breeding time, multiple breeding farms)~~
42+
- ~~Save game settings + associate with save file~~
4343

4444
## Eventual TODOs
4545
- Add "About" window for licenses + references
@@ -50,6 +50,7 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
5050
- Show preview of involved pals, num wild pals, etc. in solver results list
5151
- Performance options (max threads)
5252
- Separate list of "Required traits" and "Optional traits" for target pal
53+
- Notify when a pal involved in a breeding path is no longer available in the source save
5354
- Show more solver result paths
5455
- There can be multiple paths to the same target or intermediate with the same final effort, but with differing number of breeding steps and wild pals involved
5556
- There are even more options if we support "optional" traits for target pal
@@ -60,7 +61,6 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
6061
- Update PalDB reference data for recent game updates
6162
- Figure out reliable process for updating DB.json with latest pal + trait info (where can I find a frequently-updated source of all required info?)
6263
- General UI/UX improvements
63-
- ~~Notify when a pal involved in a breeding path is no longer available in the source save~~ (WONTFIX - too annoying)
6464

6565
## Maybe TODOs
6666
- Automatically detect changes to save file + reload

0 commit comments

Comments
 (0)