Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
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
22
class
CardBasicStats(SQLModel):
Callers
2
test_get_collection_stats
Function · 0.90
_get_recent_sessions
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_collection_stats
Function · 0.72