Skip to content

SIS API v1.2.0

Compare
Choose a tag to compare
@agitrubard agitrubard released this 05 Mar 16:27
· 41 commits to master since this release
9c3c610

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