Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinIndex in flashcard csv to contain position in bin #21

Open
ralfw opened this issue Aug 16, 2019 · 0 comments
Open

BinIndex in flashcard csv to contain position in bin #21

ralfw opened this issue Aug 16, 2019 · 0 comments
Labels
backend enhancement New feature or request

Comments

@ralfw
Copy link
Owner

ralfw commented Aug 16, 2019

Currently the bin index in the flashcard csv only tells the bin, e.g. bin no. 2 -> "2". But which position is a card at in that bin?

A box can be rebuild from the csv file with the cards being in the right bin - but not at the right position. They would be put in bins in the order they are in the file.

This can be improved by adding the position of a card within a bin to the bin index upon export at the end of SyncCommand processing. Example: bin no. 2 + intra bin position 3 -> "2.3".

Usually the position would be ignored upon import. But if an import is supposed to "boot" a box from scratch the position could be used to bring the cards in the right order.

@ralfw ralfw added backend enhancement New feature or request labels Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant