Support the ongoing development of Laravel.io →
Architecture Laravel Laravel.io
Last updated 1 year ago.
0

Could you Share the current architecture and Schema?

0

Actually the system evolved without any design and schema..Here is the current status in words..hope this would help

Classes

User

  • has different roles like
  • admin ( with subroles..super admin, institutional admin)
  • teachers( with subroles regualar trainer, speech therapist, english special)
  • parents
  • teachers has many students (eloquent relationships)
  • admin user has to manage users, manage their roles and manage students.
  • Teachers has to mark attendance, enter feedback and move through the Individualized education plan sequentially

students

  • student has a set of assigned teachers
  • each student has an IEP list through which teachers guide them to achieve

Databases

sqlite-- for storing application logic ( tags used, relationships data, and data used by application )

mongodb – for storing user and student data ( institutional details)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.