keepme-backend / src /schemas

Commit History

refactor conversation handling to remove user_id dependency and update schemas for name and email
b8bc03f

ramanjitsingh1368 commited on

refactor user model and schemas to consolidate name fields and remove signup schema
fcfe4b3

ramanjitsingh1368 commited on

Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1

ramanjitsingh1368 commited on

Add MeetingController and MeetingService for scheduling and managing meetings; implement availability checks and booking functionality
ec47532

ramanjitsingh1368 commited on

Refactor conversation handling to remove request dependency and update user retrieval method; adjust schemas to remove ephemeral_key from CreateWebrtcConnectionSchema while retaining it in response.
1c4497b

narinder1231 commited on

Improve conversation handling to remove ephemeral_key from frontend and enforce modality validation
4267717

ramanjitsingh1368 commited on

Add MeetingController and related schemas and services for meeting management
5e720ea

ramanjitsingh1368 commited on

Improve conversation and file controllers to use schema validation and improve WebSocket handling
af7af6c

ramanjitsingh1368 commited on

Refactor session and user models to use Link for user_id and clean up field definitions; update base repository methods to handle link rules and fetching links.
95bf291

narinder1231 commited on

Refactor email validation and add password validation in user schemas
ebc3c4f

narinder1231 commited on

Add user and session schemas
ffd8e4f

narinder1231 commited on