Skip to content

Releases: gradution-project/student-information-system-be

SIS API v1.7.0

22 May 13:11
3ccdc50
Compare
Choose a tag to compare

SIS FE v1.6.0 Supported!
SIS DB v1.7.0 Supported!

SIS API v1.7.0 Released! πŸš€

  • Student Transcript API βœ…
    GET - Get Student Transcript Detail By Student ID
    GET - Download Student Transcript File By Student ID
  • Feature Changes βœ…
    GET - Get All Student Lessons Absenteeism By Student ID
  • Bug Fixes βœ…

What's Changed

Full Changelog: v1.6.0...v1.7.0

SIS API v1.6.0

15 May 17:40
fbe77d7
Compare
Choose a tag to compare

SIS FE v1.5.0 Supported!
SIS DB v1.6.0 Supported!

SIS API v1.6.0 Released! πŸš€

  • Student Lesson Absenteeism API βœ…
    GET - Get All Students Lessons Absenteeism By Lesson ID
    GET - Get All Student Lessons Absenteeism By Student ID
    GET - Get Total Lesson Absenteeism Week
    PUT - Update Students Lesson Absenteeism
  • Feature Changes βœ…
  • Endpoint Refactor βœ…
  • Bug Fixes βœ…

What's Changed

Full Changelog: v1.5.0...v1.6.0

SIS API v1.5.0

01 May 14:11
59ef668
Compare
Choose a tag to compare

SIS FE v1.4.0 Supported!
SIS DB v1.5.0 Supported!

SIS API v1.5.0 Released! πŸš€

  • Student Lesson Note API βœ…
    PATCH - Confirm Students Lesson Midterm Notes
    PATCH - Confirm Students Lesson Final Notes
    PATCH - Confirm Students Lesson Resit Notes
  • Student Graduation API βœ…
    GET - Get All Student Lesson Registrations By Status
    PATCH - Get Student Lesson Registration Detail By Registration ID
    PATCH - Get Student Lesson Registration ID By Student ID
  • Feature Changes βœ…
  • Bug Fixes βœ…

What's Changed

Full Changelog: v1.4.0...v1.5.0

SIS API v1.4.0

03 Apr 16:14
4ccca17
Compare
Choose a tag to compare

SIS FE v1.3.0 Supported!
SIS DB v1.4.0 Supported!

SIS API v1.4.0 Released! πŸš€

  • Student Graduation API βœ…
    GET - Get All Student Graduations By Status
    GET - Get Student Graduation By Registration ID
    GET - Is Student Graduation Enabled
    POST - Save Student Graduation
    PATCH - Approve Student Graduation
    PATCH - Reject Student Graduation
    PATCH - Confirm Student Graduation
    PATCH - Unconfirm Student Graduation
  • Feature Changes βœ…
  • Bug Fixes βœ…

What's Changed

Full Changelog: v1.3.0...v1.4.0

SIS API v1.3.0

20 Mar 13:42
139f17f
Compare
Choose a tag to compare

SIS FE v1.2.0 Supported!
SIS DB v1.3.0 Supported!

SIS API v1.3.0 Released! πŸš€

  • Feature Toggle API βœ…
    GET - Get All Feature Toggles
    GET - Get Feature Toggle By Name
    PATCH - Disable Feature Toggle
    PATCH - Enable Feature Toggle
    GET - Is Feature Toggle Enabled
  • Student Lesson Note API βœ…
    GET - Get All Students Lessons Notes By Lesson ID
    GET - Get All Student Lessons Notes By Student ID
    PUT - Update Student Lesson Midterm Note
    PUT - Update Student Lesson Final Note
    PUT - Update Student Lesson Resit Note
  • Code Refactores βœ…

What's Changed

Full Changelog: v1.2.0...v1.3.0

SIS API v1.2.0

05 Mar 16:27
9c3c610
Compare
Choose a tag to compare

SIS FE v1.1.0 Supported!
SIS DB v1.2.0 Supported!

SIS API v1.2.0 Released! πŸš€

  • Student Lesson API βœ…
    GET - Get Student All Lessons By Student ID
    DELETE - Delete Student All Lessons By Student ID
  • Student Lesson Registration API βœ…
    GET - Get All Student Lesson Registrations By Status
    GET - Get Student Lesson Registration By Registration ID
    POST - Save Student Lesson Registration
    PATCH - Reject Student Lesson Registration
    PATCH - Approve Student Lesson Registration
  • Student Password Operation API βœ…
    GET - Is Student Password Change Operation Enabled
    POST - Change Student Password
    POST - Student Forgot Password
  • Teacher Password Operation API βœ…
    GET - Is Teacher Password Change Operation Enabled
    POST - Change Teacher Password
    POST - Teacher Forgot Password
  • Officer Password Operation API βœ…
    GET - Is Officer Password Change Operation Enabled
    POST - Change Officer Password
    POST - Officer Forgot Password
  • Code Refactores βœ…

What's Changed

Full Changelog: v1.1.0...v1.2.0

SIS API v1.1.0

20 Feb 08:05
8c87201
Compare
Choose a tag to compare

SIS FE v1.0.0 Supported!
SIS DB v1.1.0 Supported!

SIS API v1.1.0 Released! πŸš€

  • Exam Schedule File API βœ…
    GET - Get Exam Schedule Files Detail By Faculty ID
    GET - Get Exam Schedule File Detail By Department ID
    GET - Download Exam Schedule File By ID
    GET - View Exam Schedule File By ID
    POST - Save Exam Schedule File
  • Lesson Schedule File API βœ…
    GET - Get Lesson Schedule Files Detail By Faculty ID
    GET - Get Lesson Schedule File Detail By Department ID
    GET - Download Lesson Schedule File By ID
    GET - View Lesson Schedule File By ID
    POST - Save Lesson Schedule File
    DELETE - Delete Lesson Schedule File
  • Code Refactores βœ…
  • Bug Fixes βœ…

What's Changed

Full Changelog: https://github.com/gradution-project/student-information-system-be/commits/v1.1.0

SIS API v1.1.0

01 Feb 11:51
75621a2
Compare
Choose a tag to compare

SIS DB v1.0.0 Supported!

SIS API v1.0.0 Released! πŸš€

  • Faculty API βœ…
    GET - Get All Faculties By Status
    GET - Get Faculty By ID
    POST - Save Faculty
    PUT - Update Faculty
    DELETE - Delete Faculty
    PATCH - Activate Faculty
    PATCH - Passivate Faculty

  • Department API βœ…
    GET - Get All Departments By Status
    GET - Get Department By ID
    POST - Save Department
    PUT - Update Department
    DELETE - Delete Department
    PATCH - Activate Department
    PATCH - Passivate Department

  • Lesson API βœ…
    GET - Get All Lessons By Status
    GET - Get Lesson By ID
    POST - Save Lesson
    PUT - Update Lesson
    DELETE - Delete Lesson
    PATCH - Activate Lesson
    PATCH - Passivate Lesson

  • Student API βœ…
    GET - Get All Students By Status
    GET - Get Student By ID
    POST - Save Student
    PUT - Update Student
    DELETE - Delete Student
    PATCH - Activate Student
    PATCH - Passivate Student
    PATCH - Graduate Student

  • Teacher API βœ…
    GET - Get All Teachers By Status
    GET - Get Teacher By ID
    POST - Save Teacher
    PUT - Update Teacher
    DELETE - Delete Teacher
    PATCH - Activate Teacher
    PATCH - Passivate Teacher

  • Officer API βœ…
    GET - Get All Officers By Status
    GET - Get Officer By ID
    POST - Save Officer
    PUT - Update Officer
    DELETE - Delete Officer
    PATCH - Activate Officer
    PATCH - Passivate Officer

  • Student/Teacher/Officer Login API βœ…
    POST - Student Login
    POST - Student Forgot Password
    POST - Teacher Login
    POST - Teacher Forgot Password
    POST - Officer Login
    POST - Officer Forgot Password

  • Teacher Lesson API βœ…
    GET - Get All Teachers Lessons By Status
    GET - Get Lessons By Teacher ID
    POST - Save Teacher Lesson
    DELETE - Delete Teacher Lesson By Teacher ID and Lesson ID

What's Changed

Full Changelog: https://github.com/gradution-project/student-information-system-be/commits/v1.0.0