Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.15 KB

OfficeMinutes

Developed in JumboHack 2024.

A streamlined queuing system for students to queue public/private questions, and groups up students that have similar questions during office hours. Students describe their problems with short titles and weekly-specific tags, giving course staff gain a quick insight to optimize the teaching experience.

Tech Stack

image

Road Map

  • OAuth
  • Seperation of roles - TA / Student
  • Student queuing form (public/private)
  • Student join public question
  • TA joins duty
  • TA mark post as "in progress"
  • TA mark post as "done"
  • Seperation of Classes
  • Role validation
  • TA leave duty protocol
  • Virtual mapping for student locations
  • Edit queue submission
  • TA / Student Reflection

Environment Variables

DATABASE_URL=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
NEXTAUTH_URL=""
NEXTAUTH_SECRET=""
BACKEND_URL=""