NextExpense/internal/handlers
cclohmar d65c0cd5fa feat: add month hierarchy, AI categories, and UI polish
- Restructure hierarchy: Month → Event → Expense (new months table, FK)
- Add MonthHandler with CRUD, monthly reports, dropdown create form
- Events now scoped under months with extended ownership chain
- AI extraction: 16 specific expense categories (Airfare, Meals, etc.)
- UI: category dropdown, button-consistent cards, centered mobile shell on desktop
- Dashboard/month views show claim totals per card
- Description field now mandatory, forms simplified
- Months sorted by name chronologically (latest first)
2026-07-14 09:29:26 +00:00
..
auth.go chore: rebrand ReceiptNext to NextExpense 2026-06-21 18:39:48 +00:00
events.go feat: add month hierarchy, AI categories, and UI polish 2026-07-14 09:29:26 +00:00
expenses.go feat: add month hierarchy, AI categories, and UI polish 2026-07-14 09:29:26 +00:00
file.go feat: add month hierarchy, AI categories, and UI polish 2026-07-14 09:29:26 +00:00
helpers.go feat: add month hierarchy, AI categories, and UI polish 2026-07-14 09:29:26 +00:00
months.go feat: add month hierarchy, AI categories, and UI polish 2026-07-14 09:29:26 +00:00
templates.go feat: single OTP field, event metadata on page, delete event 2026-06-03 07:46:12 +00:00