jacob-macleod / Dolphin-Flashcard-App

http://www.dolphinflashcards.com
MIT License
1 stars 3 forks source link

Develop Algorithm for Learning Flashcards #27

Closed jacob-macleod closed 6 months ago

jacob-macleod commented 6 months ago

The algorithm should be similar to Anki, and allow users to be shown only the flashcards they need to learn The client should pass an API endpoint the card data like review date and review status, and the new review date and status should be returned.

In Anki, cards are classed as Learn, hard, medium, easy. Easy is rarely used, and I would argue "hard" is used even less. So I would say:

jacob-macleod commented 6 months ago

@nathan-a-macleod This is pertinent to you for the UI design

nathan-a-macleod commented 6 months ago

Pertinent? That's a big word for you... Sure you know what it means?

jacob-macleod commented 6 months ago

I know way bigger words. Like database-view-renderer-engine. That's a pretty big word.

jacob-macleod commented 6 months ago

This has now been completed