Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.29 KB

README.md

File metadata and controls

76 lines (47 loc) · 1.29 KB

SAMS

Student Attendance Management System ( Part of the web dev competition & assignment at taylors)

admin

teacher

student

database

Hosted Live Version At: https://sams.jinas.me

Steps to run the application

Clone the repo

composer install
cp .env.example .env
Setup migrations


php artisan migrate
npm i
npm run dev

Run the app

php artisan serve

Todo

  • Simple Landing Pages ( Kim )
  • Connect Dashboard Charts to backend ( Kim )
  • Total Count cards on Student Dashboard
  • Update the total classes attended card
  • Attendance taking from student side ( Jinas )
  • QR Code
  • Time Slot Selection
  • Attendance history
  • Medical Certificate submission
  • Medical Ceriticate Viewing on Teacher Dashboard
  • Download the MC PDF from the teacher dashboard

( Kim )

  • Update the welcome page frameworks and technologies used area
  • Update the tables to new design ( Student Attendance & Admin Enrollment)
  • Medical Certificate Selection option to load the currently enrolled modules (Logged in student)
  • Profile Page for Student
  • Update MC file input to ( Filepond or any other cool looking field)