mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 03:16:46 -07:00
- Move completed tasks (85, 117, 118, 155) to backlog/completed/ - Delete superseded task files (166 verification, 172 drilldown) - Add stats dashboard milestone m-1 - Add new tasks (190, 194) - Update task metadata across remaining backlog items - Add changelog fragments for stats, mpv args, and subtitle filtering
1.2 KiB
1.2 KiB
id, title, status, assignee, created_date, updated_date, labels, milestone, dependencies, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | milestone | dependencies | priority | ordinal | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-173 | Remove Avg Frequency metric from Vocabulary tab summary cards | Done | 2026-03-15 00:13 | 2026-03-16 05:13 |
|
m-1 | low | 17500 |
Description
User requested removing the Avg Frequency card/metric because it is not useful. Remove the UI card and stop computing/storing the summary field in dashboard summary shaping code.
Acceptance Criteria
- #1 Vocabulary tab no longer renders an "Avg Frequency" stat card.
- #2 Vocabulary summary model no longer exposes or computes averageFrequency.
- #3 Typecheck/tests covering dashboard summary and vocabulary tab pass.
Final Summary
Removed the Vocabulary tab "Avg Frequency" card and deleted the corresponding averageFrequency field from VocabularySummary and buildVocabularySummary.
Verification run:
bun test stats/src/lib/dashboard-data.test.tsbun run typecheckbun run test:fastbun run buildbun run test:envbun run test:smoke:dist