You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(database): Add unified MongoDB and PostgreSQL dual-write mechanism (#258)
* feat: implement dual-write system for MongoDB to PostgreSQL synchronization
- Added comprehensive documentation for the dual-write feature in README.md
- Updated requirements.txt to include psycopg2-binary for PostgreSQL support
- Modified Django settings to configure PostgreSQL as the primary database
- Introduced dual-write operations with error handling and monitoring capabilities
- Enhanced project structure for future migration paths and Docker development setup
* feat: enhance PostgreSQL integration with new models and dual-write functionality
* refactor: consolidate PostgreSQL models
* feat: implement priority field fix and enhance dual-write functionality
* refactor: update PostgreSQL models and enhance dual-write service functionality
* refactor: simplify Postgres watchlist model and update dual-write service transformation
* fix: deferred task in postgres
* refactor: update Postgres audit log model
* refactor: remove old watchlist models and update user role structure for enhanced functionality
* refactor: enhance PostgreSQL model definitions and integrate dual-write service for task assignments and user roles
* feat: add task assignment creation functionality and streamline task assignment deletion process
* refactor: update task assignment models and repository to streamline data handling and enhance dual-write service integration
* feat: implement dual-write synchronization for team creation invite codes and update watchlist collection naming
* feat: add PostgreSQL synchronization service and management command for labels and roles
* chore: remove pgAdmin service from docker-compose configuration
* chore: remove deprecated docker-compose and environment configuration files
* feat: add PostgreSQL availability checks and environment variables for dual-write and sync services
* feat: configure database settings for testing and production environments
* fix: update environment variable names for PostgreSQL configuration in docker-compose and application settings
* refactor: update PostgreSQL environment variable name and enhance docker-compose commands and health checks
* refactor: rename PostgreSQL task assignment index names for consistency
---------
Co-authored-by: Amit Prakash <[email protected]>
0 commit comments