Skip to content

🧱 Issue : Convert Models to ES6 Module Syntax #53

@agaesh

Description

@agaesh

🧱 Issue : Convert Models to ES6 Module Syntax

Description

Refactor all Sequelize model files to ES6 syntax for consistent structure and compatibility with modern tools.
This helps avoid circular dependencies and ensures smooth import behavior across layers.


Models

  • DepartmentModel
  • InstructorModel
  • ProgramCourseModel
  • SemesterModel
  • UserModel

Tasks

  • Replace require with import
  • Replace module.exports with export default

Branch

feature/es6-models

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions