Discipline Management System
A disciplinary record system for faculty and administrators, built at my college’s Technology Innovation Hub and planned for ERP integration.
The problem
Disciplinary records were handled without a shared system, so the people who needed them could not reliably reach them — and not everyone should see everything.
My contribution
Designed the database schema, wrote the backend logic, and implemented role-based access separating faculty from administrators.
Detail
An institution-level system developed under the Technology Innovation Hub at M. Kumarasamy College of Engineering.
I designed the database schema and implemented the backend logic in PHP against MySQL, along with role-based access control that separates what faculty and administrators can see and do.
The project is planned for integration with the college ERP, which shaped how the data model was designed — it has to survive being consumed by a system I do not control.