Commit Graph

14 Commits

Author SHA1 Message Date
37330e7ab1 fix collaboration session 2024-11-30 23:45:51 +07:00
f99ad899c0 refactor: enhance user validation in CollaborationSessionSchema
- Update user participation check to allow access for a specific user ID while maintaining restrictions for others.
- This change aims to refine access control within collaboration sessions, ensuring that only authorized users can participate while allowing for specific exceptions.
2024-11-30 23:44:46 +07:00
05a8ebcebf refactor: comment out user validation in CollaborationSessionSchema and error handling in DateTimeUtils
- Temporarily disable the check for user participation in collaboration sessions to allow for further review of session management logic.
- Comment out the error handling for invalid date times in DateTimeUtils, simplifying the date conversion process for now.
- These changes aim to enhance code maintainability while preserving existing functionality.
2024-11-30 23:28:17 +07:00
bb56b7b61c refactor: comment out collaborator ID update logic in CollaborationSessionSchema
- Temporarily disable the logic that adds the current user's ID to the collaboratorsIds array if not already included.
- This change is aimed at revisiting the collaboration session management without altering the existing functionality for customer role access.
2024-11-30 23:12:34 +07:00
e546c348cc Enhance CollaborationSessionSchema by adding collaboratorsIds field to expose a list of collaborator IDs. This update improves the schema's clarity and functionality for collaboration management. 2024-11-28 19:47:13 +07:00
77f44a891f Refactor 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. 2024-11-27 06:48:49 +07:00
84a09375da bling bling 2024-11-25 19:46:23 +07:00
dae2b0849f update something 2024-11-25 17:36:15 +07:00
8abf867fbb ba me thang khoi 2024-11-25 16:16:49 +07:00
6d509a4487 update scheduleDate props 2024-11-25 15:02:56 +07:00
28d0374435 database bi kiet pha banh roi 2024-11-25 14:17:32 +07:00
9515a3d9b3 so can tell me sth? 2024-11-25 12:18:33 +07:00
68dabd186a update some complex logic 2024-11-24 22:25:14 +07:00
675460c39c update api 2024-11-24 15:12:05 +07:00