1- Mutation AddTeachersFromExcel(get String obj) [return boolean] then transfer
that str input to json obj then
-a) save teacher if email nott exist
-b) create dummy password if this is a new teacher
2- change students attribute in Teacher typedef to get input similar to
{StudentsYear:1, groups: [1,5,6]}
2- Mutation UpdateTeacher(get new Teacher inputs and Teacher Id) return the updated
obj of type Teacher // Exist Already
3- Move loginTeacher to Query
4- Mutation AddStudentsFromExcel(get String obj) [return boolean] then transfer
that str input to json obj then
-a) save student if email nott exist
-b) create dummy password if this is a new student
5- Mutation UpdateStudent(get new Student inputs and StudentId) return the updated
obj of type Student
6- Query getStudentsByTeacher(teacherId, GroupeNumber) This should return a groupe
of student List [only one groupe] // for the app
later
7- send credantial to teachers
8- send credantial to students
9- set up evaluation system