hwiklhb / hwiklhb/Study-Flash-Cards

Due Filter & Session Mode

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Description:** Implement a “Study session” mode which filters and shows only cards whose nextReview timestamp is due (<= now). Session should iterate through due cards only.

**Acceptance criteria:**
A "Study session" mode/button exists and starts a session with only due cards.
If no cards are due, a friendly message is shown.
Session actions (mark known/unknown) update card scheduling and persist.

Difficulty: Medium

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the card display/session entry point and the code that reads nextReview and persists card scheduling. Trace how mark known/unknown actions update cards, then implement due-card filtering and the no-due-cards message. Done means a session shows only cards with nextReview <= now, handles an empty session clearly, and persists both actions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.