MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / PracticeSessionStats

Class PracticeSessionStats

backend/src/stats/schemas.py:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class PracticeSessionStats(SQLModel):
14 id: uuid.UUID
15 created_at: datetime
16 cards_practiced: int
17 correct_answers: int
18 total_cards: int
19 is_completed: bool
20
21
22class CardBasicStats(SQLModel):

Callers 2

_get_recent_sessionsFunction · 0.85

Calls

no outgoing calls

Tested by 1