0% found this document useful (0 votes)
12 views1 page

Notes

second file of nothings

Uploaded by

OussamaSerhane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Notes

second file of nothings

Uploaded by

OussamaSerhane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like