MIF_E31230745/database/seeders
KakaPatria e45b75531b Feat: Comprehensive input validation, backend rule tightening, database migration update
- Add comprehensive validation to 9+ CRUD forms (error summaries, field-level validation, character counters, submit gating)
- Audit all 67 Blade files for validation coverage and remediate missing validations
- Tighten backend validation rules: min:3 enforcement on all name/major fields across AdminController, BKController, AlumniController, ProfileUpdateRequest
- Update jurusan_polije table migration to match current database structure
- Restore database from backup: 9 jurusan, 10 recommendations, 20 chat histories
- Verify 49/49 PHPUnit tests passing (122 assertions, 100% success rate)
- Clean up development/test documentation files
- Status: Production ready for sidang (thesis defense)
2026-05-12 18:44:36 +07:00
..
AdminSeeder.php feat: add BK admin panel with complete CRUD operations and student management 2026-04-05 22:57:13 +07:00
AlumniSeeder.php Chore: Add Alumni CRUD implementation, testing files, and documentation 2026-05-05 09:12:30 +07:00
BimaAmbulustudentSeeder.php UI/UX Redesign: Student profiles, history pages, and alumni templates 2026-04-27 08:16:24 +07:00
DatabaseSeeder.php Refine recommendation flow and chatbot behavior 2026-04-09 23:24:48 +07:00
PolijeMajorSeeder.php Feat: Comprehensive input validation, backend rule tightening, database migration update 2026-05-12 18:44:36 +07:00
RegenerateRecommendationsSeeder.php UI/UX Redesign: Student profiles, history pages, and alumni templates 2026-04-27 08:16:24 +07:00
StudentRecommendationSeeder.php UI/UX Redesign: Student profiles, history pages, and alumni templates 2026-04-27 08:16:24 +07:00
StudentWithAccurateRecommendationSeeder.php UI/UX Redesign: Student profiles, history pages, and alumni templates 2026-04-27 08:16:24 +07:00
UpdateMajorsAccurateBobotSeeder.php UI/UX Redesign: Student profiles, history pages, and alumni templates 2026-04-27 08:16:24 +07:00