Closed IsoPhoenix closed 2 years ago
Tasks are assigned by the teacher to the class. In TeacherView, create a button + modal that will allow teachers to add new tasks.
TeacherView.js
tasks
assignedTasks
classroom.playerList
user.uid
Task Creation Interface
Overview
Tasks are assigned by the teacher to the class. In TeacherView, create a button + modal that will allow teachers to add new tasks.
Components:
Frontend:
TeacherView.js
Backend:
tasks
collectionassignedTasks
collection for every member in class except teacherclassroom.playerList
and exclude teacher's player ID (user.uid
)