An educational management platform designed for institutions to organize students, staff, and departmental data with ease.
Note: This repository only contains the frontend code. For the backend, please refer to Backend Code.
- Paginated employee listings with conditional filtering and fuzzy matching
- Query employee data by name, gender, or entry date
- Adjust the number of records displayed per page
- Add new employees to the system
- Support file uploads, with avatars stored in Object Storage Buckets
- Visualize employee gender and position distributions in real time
- Query students by name, degree, or enrolled classes
- Implement a penalty system where students lose points for rule violations
- Add new classes to the system
- Visualize class sign-ups and degree distributions in real time
- Implemented operation logging for all authenticated users using Aspect-Oriented Programming (AOP) with custom annotations