Commit Graph

5 Commits

Author SHA1 Message Date
James 6ab568ba4f feat: production auth - bcrypt passwords, remove demo login, create Misha admin account
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:28:26 -05:00
James eb103b4813 feat: Dealspace UX overhaul - remove closing probability, dashboard stats, last accessed, new room modal, search, per-deal analytics/audit/contacts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:17:03 -05:00
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
James 3720ed7b84 Full app build: all pages, handlers, templates, demo data seeding
- Auth: email/password login + seller/buyer demo modes
- Dashboard with deal cards, stage badges, exclusivity countdown
- Deal Rooms list with timeline info
- Deal Room detail with Documents + Request List tabs
- Request List with buyer group tabs, Atlas status indicators
- Contacts, Audit Log, Analytics pages
- Role-based sidebar navigation (seller vs buyer views)
- SQLite schema with 16 tables + demo data seeding
- Teal accent theme matching Lovable prototype
- All templ templates generated, go build succeeds
2026-02-15 19:33:12 -05:00
James 11cf55cfb8 Initial Deal Room project scaffold
- Complete architecture specification (SPEC.md)
- Go project structure with inou pattern
- Database schema with unified entries table
- RBAC engine with bitmask permissions
- Encrypted file storage (AES-256-GCM + zstd)
- HTTP handlers and routing structure
- templ templates for UI (layout, dashboard, login)
- K2.5 AI integration for document analysis
- Docker deployment configuration
- Comprehensive Makefile and documentation

Tech Stack: Go + templ + HTMX + SQLite + Tailwind CSS
Ready for development and deployment.
2026-02-15 18:32:50 -05:00