Commit Graph
7 Commits
Author SHA1 Message Date
Anton Pascal ee30f17129 feat: rename properties to projects
- Rename all DB tables: properties → projects, properties_addresses → projects_addresses, properties_models → projects_models, property_likes → projects_likes
- Add projects_likes as proper Drizzle schema table (was SQL-only before)
- Rename ID prefixes: property_xxx → project_xxx
- Rename auth_sessions column: active_property_id → active_project_id
- Simplify project creation: address is now optional (no longer required to get started)
- Update all actions, stores, types, components, and routes
- Rename route: /editor/[propertyId] → /editor/[projectId]
- Add SQL migration for table/column/index/policy/function renames
- Update RPC functions: increment_project_views, get_project_like_count
- Update storage bucket reference: project-thumbnails
- All types/exports follow existing Drizzle patterns (pgTable, relations, zod schemas)
2026-02-17 20:40:52 +00:00
wass08 078b2500a3 handle thumbnails (manual) 2026-02-17 12:07:32 +09:00
wass08 66e8453db3 hub features 2026-02-16 13:43:19 +09:00
wass08 477fceb1bf custom zone system 2026-01-30 09:42:22 +09:00
wass08 92cc1a9c2c fix selection 2026-01-30 09:34:26 +09:00
wass08 bda893fcf5 excellent selection 2026-01-30 09:01:17 +09:00
wass08 0dc5afc884 demo viewer 2026-01-30 08:10:44 +09:00