l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
258 stars 31 forks source link

(work-in-progress) Cards and positions #83

Closed cashpw closed 1 year ago

cashpw commented 1 year ago

I'm opening this pull request to get feedback on a work-in-progress which:

  1. Adds org-fc-card: A representation of a single card
  2. Adds org-fc-position: A representation of a single position
  3. Refactors some reviewing processes to use lists of org-fc-position
  4. Adds the ability to restrict the number of new cards added to the review queue each day (needs to be split out into its own pull request and integrated with #82)
cashpw commented 1 year ago

Working on a refactor.

EDIT: I'm about to head out for a two week vacation and doubt I'll complete the refactor I was working on before I leave. Now I'm thinking it would have been better to start off with an issue describing the goal and rationale behind this refactor. I've written that issue! Let's table these changes for now and continue in #94.

cashpw commented 1 year ago

Replaced by #102