Golden Minds Revised SIMSSHS

Golden Minds Revised SIMSSHS Email to request a demo ↗

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL

The Golden Minds Colleges Student Information Management System (SIMS) for Senior High School is an institution-owned platform built to manage student records, grades, enrollment, class scheduling, and academic operations.

The system was originally developed internally by the school using a legacy stack — raw HTML, CSS, JavaScript, and PHP with MySQL — without a structured architecture or modern development standards.


My Contribution

I was brought in as a part-time web developer at Golden Minds Colleges, where I owned the teacher and student class scheduling module within the broader SIMS portal. My work included:

  • Built a JavaScript/PHP conflict-detection engine that validates schedule overlaps in real time and syncs with the school's payroll logic, cutting scheduling processing time by 40%.
  • Contributed UI improvements across multiple sections of the SIMS portal, improving usability for both staff and students.
  • Worked within the existing legacy codebase, extending and maintaining features without a full rewrite.

Key Features (System-wide)

  • Student Records Management: Student profiles, enrollment data, and academic history.
  • Grading System: Instructors encode and release grades digitally with controlled access.
  • Class Scheduling: Schedule management with conflict detection and printable reports.
  • Admin Dashboard: Role-based access for managing system-wide data and activity logs.

Impact

  • Reduced scheduling processing time by 40% through the conflict-detection engine.
  • Improved staff and student experience through targeted UI contributions.
  • Increased transparency for students with 24/7 access to personal records.

Architecture

  • Backend: PHP for server-side logic and data processing.
  • Frontend: HTML, CSS, and JavaScript for the UI.
  • Database: MySQL for structured data storage and retrieval.