Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

61 lines (39 loc) · 4.5 KB

Changelog

1.3.1 (2024-07-12)

Bug Fixes

  • typo in alternatives description (ffceeee)

1.3.0 (2024-06-27)

Features

  • add CalculateAlternativeHpt in ahp package (2270bb6)

Bug Fixes

  • typo alternative "Teknik Kendaraan Ringan/Motor" (00c75a8)

1.2.0 (2024-06-19)

Features

  • use jwtauth v5 and jwx v2 (7a929d2)

1.1.0 (2024-06-19)

Features

  • add ahp weight in topsis method (da938ab)
  • add ahp weight in topsis method (07912de)
  • add combinative weight (AHP & ENTROPY) (551f167)
  • add entropy and topsis (9ac9dbf)
  • add expectations (caf64d5)
  • add expectations and expectations_to_alternative migrations (ce7a476)
  • add ON DELETE CASCADE (cbe338b)
  • add student register endpoint (da04230)
  • admin and student change password route (ba211e0)
  • make multiple recommendation items can have same rank (98d9152)
  • move calculateCriteriaWeight to controllers (bd72267)
  • order schools by name asc (7895d2a)
  • topsis recommendations by school query (51fa5f7)

Bug Fixes

  • add student id foreign key for ahp and topsis (f0fb31b)
  • admin reccomendation (25c6dd1)
  • check unique field when updating student (a32a81d)
  • database topsis_combinatives (bc5a807)
  • database topsis_combinatives (3d1e02e)
  • entropy topsis (b50d276)
  • get recommendations by school query (f6fa34f)
  • ignore password length when login and change password (oldPassword) (f89ba59)
  • phone number prefix validation (1f52fb4)
  • typo migrate down expectations_to_alternatives (2753480)
  • username and password validation between login and register (88b881a)