-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
modernizationModernizing code and dependenciesModernizing code and dependenciestechnical-debtCode cleanup and refactoring tasksCode cleanup and refactoring tasks
Description
Remove remaining Sequelize models, configurations, and dependencies after MongoDB migration.
Context:
- Migration from SQL to MongoDB is complete
- Sequelize artifacts still remain in codebase
- Need cleanup for maintainability and reduced bundle size
Acceptance Criteria:
- Identify all remaining Sequelize files and configurations
- Remove Sequelize from package.json dependencies
- Clean up any Sequelize model files
- Remove Sequelize configuration files
- Test application functionality after cleanup
Priority: Medium
Metadata
Metadata
Assignees
Labels
modernizationModernizing code and dependenciesModernizing code and dependenciestechnical-debtCode cleanup and refactoring tasksCode cleanup and refactoring tasks