## Problems 1. **No time axis labels** — The swimlane chart shows proportional bars but no date/time reference 2. **Empty sessions** — Sessions with `memory_count: 0` show empty bars with no indication why 3. **top_concepts always null** — The sessions endpoint returns `top_concepts` field but it's never populated ## Solution 1. Add date labels on the X axis (D3 timeScale) 2. Show "no memories" text or hide empty sessions 3. Populate `top_concepts` in the store query (aggregate from memory concepts per session)
Problems
memory_count: 0show empty bars with no indication whytop_conceptsfield but it's never populatedSolution
top_conceptsin the store query (aggregate from memory concepts per session)