Commit Graph

9 Commits

Author SHA1 Message Date
James 24f4702f06 feat: Misha requests 2026-02-24
- Dashboard: replace buckets with stage-based counts (Prospect/Internal/Initial Marketing/IOI/LOI)
- New room modal: industry typeahead, stage dropdown, email chip input for deal team
- New room flow: Add Users screen with permission groups (admin/contributor/viewer variants)
- New room flow: per-group folder visibility checkboxes
- New room flow: Folder Structure step (Excel import or manual build with saved templates)
- Deal room: edit deal info inline
- Deal room: drag-to-reorder folders + right-click up/down
- Deal room: context-aware folder pre-selection on upload
- Deal room: drag-and-drop file upload (modal + direct folder drop)
- Request list: upload with folder structure preview/choice
- Request list: auto-assign existing files to requests
- Request list: group targeting + multi-list support (replace/append/group-specific)
2026-02-24 03:05:36 -05:00
James fa5362401a feat: audit log buyer group filter 2026-02-23 03:03:05 -05:00
James cc9e7eeff1 feat: search within deal room
Add debounced search input in deal detail header.
HTMX-powered search across files, folders, and request items.
Returns categorized results with links.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:55:22 -05:00
James 9295b18560 feat: buyer-specific request lists
Add is_buyer_specific and visible_to_buyer_group to diligence_requests.
Filter request list for buyers to show general requests plus their
buyer-group-specific ones.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:53:40 -05:00
James ae79ad12c3 feat: deal room folder management
Add folder create, rename, delete, and reorder handlers.
Add New Folder modal to deal room detail with parent folder selector.
Add sort_order field to folders for drag-to-reorder.
Order folders by sort_order in folder tree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:51:04 -05:00
James f1c2a0ef84 feat: new room modal enhancements
Add industry field and exclusivity end date to new room modal.
Add folder structure textarea for auto-creating nested folders.
Add initial team invite textarea for inviting members on deal creation.
Add New Room button and modal to deal rooms page.
Add industry field to admin deal form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:48:22 -05:00
James 135d23468a feat: seller/buyer view toggle
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 01:08:21 -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 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