Merged
Conversation
Owner
Author
|
✅ PR Completed Successfully This pull request has been successfully merged to es6 branch which be merged into main later once the integration test is complete 🧱 Scope Refactoring limited to model layer only No logic or functional changes made Testing and integration will follow in the next phase Status: Completed ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💬 Pull Request Comment:
🧱 Refactor: Convert Sequelize Models to ES6 Module Syntax
This PR updates all Sequelize model files to use ES6 import/export syntax, ensuring consistency and modern compatibility across the codebase.
✅ Summary of Changes
requirestatements withimportmodule.exportswithexport default🧩 Updated Models
DepartmentModelInstructorModelProgramCourseModelSemesterModelUserModel🧱 Branch
feature/es6-modelsTesting and further integration will be handled in the next phase. This PR focuses solely on syntax refactoring for the model layer.