dealspace/lib
James 912fd55bf3 feat: delete project, seller logos on cards, org reuse on scrape
- Add DELETE /api/projects/{projectID} — super admin only, soft-deletes
  project and all child entries
- Projects page: delete button on hover, alphabetical sort, seller org
  logo on project cards
- Scrape endpoint checks for existing org by domain before scraping;
  reuses existing org + members if found
- AddOrgToDeal reuses existing org entry when domain matches
- Clearer error message when website HTML exceeds LLM context limit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 19:22:39 -04:00
..
crypto.go Initial Go foundation 2026-02-28 04:25:57 -05:00
crypto_test.go Add ops: systemd service, deploy scripts, backup, healthcheck, README 2026-02-28 05:38:02 -05:00
dbcore.go feat: server-side test role — PUT /api/admin/test-role writes to session, middleware injects into context 2026-03-12 03:45:39 -04:00
dbcore_test.go Add test suite: crypto, dbcore, rbac, auth middleware, integration 2026-02-28 05:46:47 -05:00
embed.go Initial Go foundation 2026-02-28 04:25:57 -05:00
llm.go chore: auto-commit uncommitted changes 2026-03-16 06:02:44 -04:00
mailer.go chore: auto-commit uncommitted changes 2026-03-16 18:02:01 -04:00
mailer_test.go Add email system: mailer + 7 transactional templates 2026-02-28 05:46:03 -05:00
notify.go Add email system: mailer + 7 transactional templates 2026-02-28 05:46:03 -05:00
rbac.go Add all missing app templates: projects, project, request, orgs, admin 2026-02-28 06:48:51 -05:00
rbac_test.go Comprehensive test suite: orgs, requests import, RBAC super_admin, domain validation 2026-02-28 07:20:09 -05:00
scrape.go feat: delete project, seller logos on cards, org reuse on scrape 2026-03-16 19:22:39 -04:00
store.go Add test suite: crypto, dbcore, rbac, auth middleware, integration 2026-02-28 05:46:47 -05:00
types.go chore: auto-commit uncommitted changes 2026-03-16 06:02:44 -04:00
types_test.go Comprehensive test suite: orgs, requests import, RBAC super_admin, domain validation 2026-02-28 07:20:09 -05:00
watermark.go Add ops: systemd service, deploy scripts, backup, healthcheck, README 2026-02-28 05:38:02 -05:00
watermark_test.go Add watermark tests and update website content 2026-02-28 05:40:58 -05:00