mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -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
965 B
965 B
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ordinal |
|---|---|---|---|---|---|---|---|---|---|
| TASK-85 | Remove docs Plausible analytics integration | Done | 2026-03-03 00:00 | 2026-03-03 00:00 | medium | 12001 |
Description
Remove Plausible analytics integration from docs theme and dependency graph. Keep docs build/runtime analytics-free.
Acceptance Criteria
- #1 Docs theme no longer imports or initializes Plausible tracker.
- #2
@plausible-analytics/trackerremoved from dependencies and lockfile. - #3 Docs analytics test reflects absence of Plausible wiring.
Final Summary
Deleted Plausible runtime wiring from VitePress theme, removed tracker package via bun remove, and updated docs test to assert no Plausible integration remains.