Public Access
1
0
Commit Graph

10 Commits

Author SHA1 Message Date
pguerrerox d71f2f1f8a feat: split admin into dedicated web surface 2026-05-28 23:04:03 +00:00
pguerrerox 232342d6a1 feat: add first-run admin bootstrap flow and site-admin badge 2026-05-25 20:20:42 +00:00
pguerrerox f5e7e966e3 feat: introduce app-admin authorization and audit logging
- add migrations for owner/member workspace roles and application admins

- centralize /admin access checks with DB-backed admin resolution

- audit admin analytics/billing route access

- update account/admin UI typing and env/docs for ADMIN_EMAILS fallback behavior
2026-05-25 15:25:59 +00:00
pguerrerox 5508e15da1 feat: launch Stripe billing flows with lifecycle hardening and analytics
add Stripe checkout, portal, webhook ingestion, and idempotent event persistence

add billing lifecycle state (grace/sync/timeline/admin visibility) and stronger entitlement handling

add analytics event tracking and admin summary APIs plus account/pricing UI integration
2026-05-22 22:55:04 +00:00
pguerrerox d4bce92872 chore: expose docker services on host ports 2026-05-05 23:04:06 +00:00
pguerrerox ecb3310216 fix: make docker startup complete successfully 2026-05-05 00:09:52 +00:00
pguerrerox a48c954945 chore: automate docker deployment startup 2026-05-01 22:41:22 +00:00
pguerrerox dda123b803 chore: align deployment environment config 2026-05-01 01:14:21 +00:00
pguerrerox a1ba5ee093 feat: migrate app to local Fastify and Postgres stack
Replace Supabase auth and search runtime with a local Fastify API, PostgreSQL/PostGIS schema, and local session handling. Scaffold the worker and deep-research foundations while keeping the existing research, dashboard, and map flows running on the new backend.
2026-03-27 13:56:54 +00:00
pguerrerox 0e4910805a feat: add Supabase-backed local lead finder app 2026-03-26 22:55:43 +00:00