Skip to content

luoxixiang23921/vue-tlias-management

Repository files navigation

Tlias

An educational management platform designed for institutions to organize students, staff, and departmental data with ease.

Demonstration 🖥️

Introduction Video

Watch here

Note: This repository only contains the frontend code. For the backend, please refer to Backend Code.


Log In

loginDemo

 


Employees & Departments

employeeListing

 

  • 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
adding_employee

 

  • Add new employees to the system
  • Support file uploads, with avatars stored in Object Storage Buckets
employee_stats

 

  • Visualize employee gender and position distributions in real time

Students & Classes

student_listing

 

  • Query students by name, degree, or enrolled classes
  • Implement a penalty system where students lose points for rule violations
adding_class

 

  • Add new classes to the system
student_stats

 

  • Visualize class sign-ups and degree distributions in real time

Logging

logs

 

  • Implemented operation logging for all authenticated users using Aspect-Oriented Programming (AOP) with custom annotations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages