From 764d4d2d07449aec72c87afe941b7c63ea05e08c Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 21 Mar 2026 21:24:02 +0000 Subject: feat: Phase 1 — remove bug feature and dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete Bug struct, BugToAtom, SourceBug, TypeBug, TypeNote - Remove bug store methods (SaveBug, GetBugs, ResolveBug, etc.) - Remove HandleGetBugs, HandleReportBug, bug branches in handlers - Remove bug routes, bugs.html template, bug UI from index.html - Remove AddMealToPlanner stub + interface method - Migration 018: DROP TABLE IF EXISTS bugs Co-Authored-By: Claude Sonnet 4.6 --- cmd/dashboard/main.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmd/dashboard/main.go') diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go index 8d66359..4112640 100644 --- a/cmd/dashboard/main.go +++ b/cmd/dashboard/main.go @@ -250,10 +250,6 @@ func main() { r.Get("/tasks/detail", h.HandleGetTaskDetail) r.Post("/tasks/update", h.HandleUpdateTask) - // Bug reporting - r.Get("/bugs", h.HandleGetBugs) - r.Post("/bugs", h.HandleReportBug) - // Shopping quick-add r.Post("/shopping/add", h.HandleShoppingQuickAdd) r.Post("/shopping/toggle", h.HandleShoppingToggle) -- cgit v1.2.3