inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Assign TA to section #19

Closed cannotparse closed 7 years ago

cannotparse commented 7 years ago

sub of #11

Within the professor view, create feature to assign TA's to sections based on Course code and Section

inspectorG4dget commented 7 years ago

Required JSON: {taID: 1, courseCode: "ITI1120", sectionCode: "T1" }

cannotparse commented 7 years ago

For the getTAs handler, please output the TAs in the following output

{
results : [
    ["1","Ashwin Pancakes"],
    ["2","Remi gel"]
]
}