Commit Graph

4 Commits

Author SHA1 Message Date
KakaPatria 24a7387cfb FINAL MAYBE 2026-05-19 16:05:06 +07:00
KakaPatria 71b7e1df7a Chore: Add Alumni CRUD implementation, testing files, and documentation
- Implement Alumni CRUD for Admin and BK roles
- Add comprehensive testing reports and analysis documentation
- Update authentication views and admin/bk layouts
- Add UserFlowTest and TestScoringInput command
- Update composer dependencies
- Add Alumni database migrations and seeders
- Improve Python backend logging
- All 49 PHPUnit tests passing
2026-05-05 09:12:30 +07:00
KakaPatria fcac0ac627 Refine recommendation flow and chatbot behavior 2026-04-09 23:24:48 +07:00
KakaPatria e0b0c10ddc feat: add BK admin panel with complete CRUD operations and student management
- Create BKController with dashboard, students, chat history, recommendations, and jurusan management
- Add 8 BK panel views: students list/detail, chat history, riwayat rekomendasi/chatbot, jurusan CRUD, profil
- Add 15 BK routes with auth and isBK middleware protection
- Update AdminSeeder with 8+ char passwords and valid email format
- Add database migrations for chat history improvements
- Update various controllers and models for BK panel integration
- Remove sidebar Profil duplication, keep navbar dropdown only
2026-04-05 22:57:13 +07:00