Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

71 lines (60 loc) · 5.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v.1.0.6 (2023-05-28)

Added:

  • Authentication process

Changed:

  • Button position on index #30

v.1.0.5 (2023-03-24)

Changed:

  • Improve notification(Create, Update, Delete) with SweetAlert2 #20

v1.0.4 (2023-03-19)

Added:

  • Add confirmation before saving data on input form #11

Fixed bugs:

  • Fix error when updating data because the system reads name and no_hp as unique data #10
    Read more about unique validation rule

Changed:

  • Rename looping foreach variable '$student' to '$siswa_row' in input form to be more consistent #14
  • Update the position of the index to be more centered #14
  • Rename route from '/sisw' to '/siswa' #13
  • Rename variable '$sisw' to '$siswa' for all files #13
  • Update the position of the update form to be more centered #12
  • Update validation on update method for:
    • nama: Allows letters only, unique #10
    • no_hp: Allows numbers only, unique, min 10 digits and max 12 digits #10
  • Update validation on store method for:
    • NIS: Must be 5 digits #10
    • nama: Allows letters only #10
    • no_hp: Allows numbers only, unique, min 10 digits and max 12 digits #10

Unused change:

  • Rename looping foreach variable '$siswa' to '$student' in input form #13

v1.0.3 (2023-03-19)

Added:

  • Add warning notification(NIS cannot be changed) on update form #9

Changed:

  • Simplify and finished validation on update method for:
    • nama: Allows letters only #8
    • no_hp: Allows numbers only, min 10 digits and max 12 digits #8

v1.0.2 (2023-03-18)

Changed:

  • Finishing the design for all field on update form #7
  • Finishing the design for all field on input form #6
  • Update validation on update method for:
    • nama: Allows letters only #5
    • no_hp: Allows numbers only(unfinished), min 10 digits and max 12 digits #5

v1.0.1 (2023-03-18)

Changed:

  • Simplify code in update form #4
  • Update design for update form #4
  • Update design for no hp field on input form #3
  • Update design for NIS and nama field on input form #2

v1.0.0 (2023-03-18)

  • Initial release
  • Implemented CRUD functionally for managing student data