f99ad899c0refactor: enhance user validation in CollaborationSessionSchemaLy Tuan Kiet2024-11-30 23:44:46 +07:00
05a8ebcebfrefactor: comment out user validation in CollaborationSessionSchema and error handling in DateTimeUtilsLy Tuan Kiet2024-11-30 23:28:17 +07:00
bb56b7b61crefactor: comment out collaborator ID update logic in CollaborationSessionSchemaLy Tuan Kiet2024-11-30 23:12:34 +07:00
a619c95efcUpdate dependencies in package.json and package-lock.json, refactor CronService to include notification handling for schedule expirations, and enhance DocumentSchema with OpenAI integration for document editing suggestions. Additionally, modify GraphqlModule to include PubSubModule for real-time notifications and improve datetime utility functions for better date formatting. Update epess-database subproject reference to indicate a dirty state.Ly Tuan Kiet2024-11-30 16:41:47 +07:00
7cff5069deUpdate RefundTicket schema to rename 'reason' field to 'rejectedReason' for clarity in status updates. Update subproject reference in epess-database. Enhance generated types in pothos.generated.ts for improved schema management.Ly Tuan Kiet2024-11-29 13:56:57 +07:00
abb7e38df3Enhance DocumentSchema and MinioService to support document folder creation. Update document creation logic to include folder setup in Minio after document creation. Refactor createDocumentFolder method to initialize a default page in the document folder. This improves document management and organization within the Minio storage system.Ly Tuan Kiet2024-11-28 20:09:37 +07:00
e546c348ccEnhance CollaborationSessionSchema by adding collaboratorsIds field to expose a list of collaborator IDs. This update improves the schema's clarity and functionality for collaboration management.Ly Tuan Kiet2024-11-28 19:47:13 +07:00
f2edc9fa8dRefactor ResumeSchema to streamline file upload and resume management logic. Consolidate description formatting for resume and resume file retrieval fields. Enhance error handling during file upload and resume creation, ensuring robust handling of existing resumes. This update improves code clarity and maintains functionality for resume file management.Ly Tuan Kiet2024-11-28 19:44:40 +07:00
7911d7f0bdRefactor CronService to utilize DateTimeUtils for date handling. Update schedule and payment checks to use current time instead of new Date(), enhancing accuracy in scheduling logic. This change improves the reliability of cron job operations by ensuring consistent date management.Ly Tuan Kiet2024-11-28 19:21:06 +07:00
19a19b00c4relation Schedules to Order
unclebonn
2024-11-28 15:27:41 +07:00
a6788345ceRefactor DocumentSchema to remove fileUrl retrieval logic and set default value for fileUrl. This change simplifies the document creation process by eliminating unnecessary error handling related to file retrieval, while maintaining user ownership assignment.Ly Tuan Kiet2024-11-27 08:56:29 +07:00
0bfdd3812dEnhance DocumentSchema and MinioService for improved error handling and functionality. Update page index validation to check for undefined or null values. Introduce total page count retrieval in DocumentSchema and adjust senderId handling. Refactor MinioService to correctly read and parse document pages, ensuring robust object management. This update improves clarity and reliability in document synchronization processes.Ly Tuan Kiet2024-11-27 07:50:51 +07:00
8fba48ed0fUpdate order schema to limit payment description length to 10 words for improved clarity and consistency in payment processing.Ly Tuan Kiet2024-11-27 06:52:53 +07:00
77f44a891fRefactor CollaborationSession and Document schemas to improve code clarity and functionality. Enhance error handling in collaboration session retrieval and update logic. Introduce new request sync events in Document schema and update Minio service for document page management. Adjust cron job to use current date for future schedule date checks. Update user schema for better error handling and improve service descriptions in order schema. Remove global decorators from Workshop modules for better module encapsulation.Ly Tuan Kiet2024-11-27 06:48:49 +07:00
51bafcfe29Change cron job frequency to check payment status every minute instead of every 10 minutes for improved responsiveness.Ly Tuan Kiet2024-11-27 02:33:54 +07:00
cdf7e7febdUpdate CenterMentorSchema to include 'active' field for mentor status and adjust role assignment to use Role enum. Enhance payment cancellation logic in CronService to update associated order status to 'FAILED'. Bump epess-database subproject commit reference to reflect recent changes.Ly Tuan Kiet2024-11-27 02:32:55 +07:00
12ec345f5bRefactor CenterMentorSchema to streamline code and improve clarity. Consolidate import statements, enhance query field descriptions, and optimize token generation logic. Integrate Redis service for session management, ensuring cache invalidation for active Clerk sessions. Update email sending logic for mentor invitations to improve readability.Ly Tuan Kiet2024-11-27 01:32:18 +07:00
ddaab3eb0aUpdate CENTER_BASE_URL in compose.yaml to use production URL and comment out local development URLLy Tuan Kiet2024-11-27 01:21:30 +07:00
0fc95eab73Update epess-database subproject commit reference to 6b4dece, reflecting recent changes in the database structure.Ly Tuan Kiet2024-11-27 01:09:41 +07:00
2581ca396fRefactor Category and Center schemas to improve field descriptions and code clarity; update email templates for consistency in messaging. Add Redis service to CenterSchema for session management. Bump epess-database subproject commit reference to indicate changes. Clean up logging in ClerkService and ServiceSchema.Ly Tuan Kiet2024-11-27 01:09:13 +07:00
c9435a6e04Enhance ServiceSchema by adding commission and descriptions for approve and adminNote arguments. Implement default commission logic when service is approved without a specified commission.Ly Tuan Kiet2024-11-27 00:41:54 +07:00
01aede0b09Update RefundTicketSchema to include additional fields for bank details and refund reasons; modify refund logic to enhance validation and error handling. Update TypeScript configuration to resolve JSON modules and bump subproject commit reference in epess-database.Ly Tuan Kiet2024-11-26 23:55:39 +07:00
3ac8c3fd39implement cron mechanic for refund strageries and make workshop reliableLy Tuan Kiet2024-11-26 17:31:40 +07:00
830c9ce3f6Update WorkshopSchema to include duration field; modify epess-database subproject commit reference. Enhance type definitions in pothos.generated.ts for improved schema consistency.Ly Tuan Kiet2024-11-26 17:13:02 +07:00
537b6fd359Refactor ClerkService and OrderSchema for improved type safety; update RefundTicketSchema to include new refund request and processing mutations. Clean up import statements and enhance descriptions for better clarity. Update subproject commit reference in epess-database.Ly Tuan Kiet2024-11-26 17:08:38 +07:00
01c92b2303Update package.json to include SWC dependencies and refactor Jest configuration; remove unused DevtoolsModule import from app.module.ts for cleaner code.Ly Tuan Kiet2024-11-26 04:33:23 +07:00
a1ca5c62fbEnhance NestJS application with SWC builder configuration, add @nestjs/devtools-integration for development support, and refactor various components for improved readability. Update package dependencies and streamline import statements across multiple files.Ly Tuan Kiet2024-11-26 04:26:55 +07:00
c4e302387fUpdate VSCode settings for line width and refactor imports in workshop.schema.ts; enhance workshop creation resolver with authentication checksLy Tuan Kiet2024-11-26 00:56:01 +07:00
dc2397d73eRefactor WorkshopSchema: remove imageFileUrl field and update resolver parameters for consistencyLy Tuan Kiet2024-11-26 00:42:51 +07:00
0879630195Update subproject commit reference in epess-databaseLy Tuan Kiet2024-11-26 00:41:32 +07:00
950e553784Update subproject commit and enhance VSCode settings; refactor imports and formatting in center.schema.ts; add docwriter style to settings.jsonLy Tuan Kiet2024-11-26 00:41:17 +07:00