10 Commits

Author SHA1 Message Date
b3a95378f1 feat: enhance CORS configuration for development and production environments
- Updated backend CORS setup to differentiate between development (open origins) and production (restricted origins).
- Implemented support for additional allowed origins via environment variables.
- Adjusted `WebSocketGateway` CORS settings to align with the new configuration.
- Updated `PROJECT_STATUS.md` to reflect progress on CORS-related security tasks.
2025-05-16 18:10:42 +02:00
3dcd57633d docs: update PROJECT_STATUS.md with GDPR progress and priorities
- Updated GDPR compliance status: backend features implemented, frontend still pending.
- Revised e2e test development and API documentation tasks.
- Adjusted progress percentages for backend tests, frontend optimizations, and integrations.
- Added new task priorities focused on GDPR, security enhancements, and testing.
2025-05-16 17:36:42 +02:00
bf4ac24a6b docs: update PROJECT_STATUS.md with module completions, real-time features, and testing progress
- Marked completion of real-time collaboration with Socket.IO and related WebSocket events.
- Updated statuses for unit tests, e2e tests, and priority tasks.
- Adjusted progress percentages and timeline estimates for backend and frontend modules.
- Emphasized upcoming tasks: API documentation, GDPR compliance, and e2e test implementation.
2025-05-16 17:05:16 +02:00
ce7e89d339 docs: update PROJECT_STATUS.md with module completions and timeline adjustments
Reflected the completion of key modules (`auth`, `groups`, `tags`, `pages`). Adjusted progress percentages, revised timeline estimates, and emphasized next steps, including API integration finalization and real-time collaboration features.
2025-05-16 15:46:05 +02:00
bb62a374c5 docs: update project status to reflect revised progress and priorities
Revised `PROJECT_STATUS.md` to adjust module completion statuses, testing progress, and timeline estimates. Refocused priorities on missing modules, authentication enhancements, and test/documentation improvements.
2025-05-16 14:44:57 +02:00
cf292de428 docs: update documentation to reflect module completion and testing progress
Updated `PROJECT_STATUS.md` with completed modules (`auth`, `groups`, `tags`) and unit testing progress, including marked tests for controllers and services as done. Added logical and conceptual database models (`DATABASE_SCHEMA_PLAN.md`) and revised implementation statuses in `IMPLEMENTATION_GUIDE.md`.
2025-05-15 20:57:59 +02:00
0f3c55f947 docs: update project status to reflect completed modules and testing progress
Updated `PROJECT_STATUS.md` to mark the `groups` and `tags` modules as completed, along with unit tests for services and controllers. Adjusted backend progress percentages and revised remaining priorities, focusing on module relations and real-time communication features.
2025-05-15 19:49:00 +02:00
04aba190ed docs: update project status with authentication progress
Marked authentication module, GitHub OAuth, JWT strategies, and guards as completed in `PROJECT_STATUS.md`. Updated progress percentages, adjusted task priorities, and revised
2025-05-15 19:28:45 +02:00
f739099524 docs: update project status to reflect completed database migration system
Updated `PROJECT_STATUS.md` to mark the database migration system as completed with DrizzleORM. Adjusted progress percentages and next steps to prioritize authentication and core functionalities.
2025-05-15 18:10:19 +02:00
f6f0888bd7 docs: add comprehensive project documentation files
Added detailed documentation files, including project overview, current status, specifications, implementation guide, and README structure. Organized content to improve navigation and streamline project understanding.
2025-05-15 17:08:53 +02:00