-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
The "Hints Used" card on the Overview page is not accurately displaying hint usage data, even though hints ARE being recorded correctly in the database.
Evidence
Hints are properly recorded in hint_interactions store:
{
"id": "hint_1766518251217_ru31njvti",
"problem_id": 268,
"hint_type": "contextual",
"hint_id": "contextual-array-hash table-0",
"user_action": "expand",
...
}Current Behavior
- Hints ARE recorded in database ✅
- Hints ARE displayed correctly in "Learning Efficiently" section ✅
- Hints NOT reflected accurately in "Hints Used" card on Overview page ❌
Likely Cause
Naming mismatch or different query logic between:
- Overview page hints card query
- Learning Efficiently section query
Investigation Areas
- Compare data fetching logic between the two components
- Check field names being queried (hint_type vs type, user_action vs action, etc.)
- Verify the Overview hints card is querying the correct store
Labels
bug, dashboard
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels