Add option to upload cards from csv formatted to specs (front, back, notes columns only and in that order).
Affected files:
/decks/cards/index.html (route: /decks/<deck_id>/)
/cards.py
Add unit test for this additional method to:
/tests/test_cards.py
/tests/test_db.py
https://medevel.com/flask-tutorial-upload-csv-file-and-insert-rows-into-the-database/
Add option to upload cards from csv formatted to specs (front, back, notes columns only and in that order).
Affected files:
/decks/cards/index.html (route: /decks/<deck_id>/)
/cards.py
Add unit test for this additional method to:
/tests/test_cards.py
/tests/test_db.py
https://medevel.com/flask-tutorial-upload-csv-file-and-insert-rows-into-the-database/