dealroom/internal/handler
James e4552aef5b Add admin CRUD for contacts, deals, users, and organizations
- Admin section accessible to owner/admin roles only
- Full CRUD for contacts with type filtering (buyer/internal/advisor)
- Full CRUD for deals with all fields (stage, size, dates, etc.)
- Full CRUD for users/profiles with role management
- Full CRUD for organizations
- Admin dashboard with entity counts
- Consistent dark theme matching existing UI
- Breadcrumb navigation throughout admin section
- Delete confirmation dialogs
2026-02-17 04:41:22 -05:00
..
admin.go Add admin CRUD for contacts, deals, users, and organizations 2026-02-17 04:41:22 -05:00
analytics.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
audit.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
auth.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
contacts.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
context.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
deals.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00
handler.go Add admin CRUD for contacts, deals, users, and organizations 2026-02-17 04:41:22 -05:00
requests.go Full app build: all pages, handlers, templates, demo data seeding 2026-02-15 19:33:12 -05:00