Commit Graph

8 Commits

Author SHA1 Message Date
653a9b2dc5 places - feat: implement user place management with CRUD operations and validation 2025-11-20 19:26:04 +01:00
Jrodenas
66c60829ab feat: refactor user authentication and place management functions 2025-11-20 18:11:46 +01:00
b3213045ce remove unnecesary code 2025-11-13 18:25:47 +01:00
Jrodenas
3371def3b9 chore: update dependencies and devDependencies in package.json
fix: refactor drizzle integration to use optional chaining for DATABASE_URL

fix: update Supabase integration to use getCookies instead of parseCookies

feat: implement user profile creation with validation schema

refactor: remove unused user-related functions and adjust signup logic

fix: update user validation schema to include first and last name

chore: enhance route tree with SSR support for router

refactor: rename createRouter to getRouter for clarity

fix: update RootDocument styles for background gradient

refactor: clean up _authed routes by removing unused queries

fix: adjust register form layout for better readability

chore: simplify Vite configuration by removing unnecessary options
2025-11-12 20:09:59 +01:00
juan
e1c0866cdf feat: add dashboard route and update user registration and login flows 2025-08-15 18:54:14 +02:00
juan
974337af2b feat - new changes 2025-08-13 19:29:19 +02:00
96ebac5547 feat - new schemas 2025-08-13 16:31:22 +02:00
juan
6326d0bc06 feat: integrate drizzle ORM with PostgreSQL and set up user management
- Added drizzle configuration for PostgreSQL connection.
- Created user schema for the 'demo' table in drizzle.
- Implemented database connection and user retrieval in drizzle integration.
- Added migration SQL for creating the 'demo' table.
- Updated user hooks to use server functions for login and signup.
- Refactored user-related functions to use drizzle ORM for database interactions.
- Updated routes to utilize new user management functions.
2025-08-11 19:59:06 +02:00