gflohr / anki-chess-opening-trainer

Anki add-on for training chess openings
Other
8 stars 0 forks source link

More Intelligent Synch #4

Closed gflohr closed 5 months ago

gflohr commented 11 months ago

When a game collection is imported into a deck a complete synch happens, resulting in notes being inserted into the deck, others being updated, and notes that don't belong to any position in the game collection are deleted, including the associated learning progress. This is maybe not the desired behaviour, especially if it happens unintentionally.

gflohr commented 11 months ago

Unclear how to handle this. Is an additional check box "delete notes for positions not included in these files?" sufficient?

gflohr commented 11 months ago

For the time being, store all PGN files for each deck in one distinct directory so that the situation leading to the issue is avoided. That will also make it easier to select them during the import.

gflohr commented 5 months ago

This will not be fixed! With #13, it will be possible to flexibly add or remove files from the set of games. That should be sufficient.