University disability support committees are under-resourced and find it challenging to serve all students.
Disability Support Committee Automation automates most common actions using nylas and AI.
Nylas hosted authentication handles login from multiple email service provider seamlessly.
Admin form for the medical counselor.
Student form for all the student details.
Student form can be enabled by the admin.
Student form for all the student details.
Students can select multiple disabilities.
Admin can download the report with the student details.
The student disability data is downloaded as .pdf.
Meeting can be scheduled with the student and medical counselor by clicking on the schedule button.
clicking notify counselor would send inclusive pedagogy suggestions generated by AI to the medical counselor.
The student and the medical counselor would automatically get the event invites.
Inclusive pedagogy suggestions generated by Chat GPT for the student, Sent to the medical counselor. (No personal information of the student is shared with Chat GPT)
The deployment instructions are in the backend
and frontend
folders.
-
Open
localhost:3000
. This is Admin instance. -
Login using email id, Microsoft account is recommended (For Google, GCP project needs to be setup in nylas).
Note: Microsoft email account might require App Passwords to be setup with 2FA for logging into the application.
-
Enter the Medical Counselor name, email id (any email service provider) and enable the student form.
-
Open
localhost:3000
in a private browser instance or another browser. This is student instance. -
Enter the student details along with the disabilities and save it.
-
Open the Admin instance and click Report button to download the student report in .pdf.
-
Click the Schedule button to schedule the meeting for the student with the medical counselor from next day onwards.
-
Invites would be automatically sent to all participants.
-
Click
Notify Counselor
to sendinclusive pedagogy
suggestions to the medical counselor. -
Check the email of the medical counselor for the inclusive pedagogy suggestions.
The MIT License (MIT)
Copyright (c) 2023 ABISHEK MUTHIAN, SAMARASAM SADASIVAM (Disability Support Committee Automation)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.