takoda1 / CS-Grad-Tracking

Code Closer project for UNC-CH grad department
3 stars 1 forks source link

grade upload course selection #23

Open Svflann opened 5 years ago

Svflann commented 5 years ago

Sort of misleading title. There are uploads for course objects, then there are uploads for grade objects which students reference which are just courses with a grade field. Right now we have called the upload of these grade objects on the student page as uploadCourses (maybe we change that). What we want is for the uploadCourses.ejs view to have a dropdown where you can select the specific course to upload student grades for, and for the studentController.uploadCourses method in the StudentController to autofill the course information but still parse for the grade and onyen. That way the excel sheet will just be students and their grades.

May need to wait until student service mgr creates the +/- liat?

Svflann commented 5 years ago

It was decided that the drop-down for searching for courses will include ALL sections of every course as individual options. This is because we cannot access the course object we selected in the prior drop-down. We will add an input system so narrow searches as we type later on. This will not be an issue until there are a lot of courses to choose from.

Svflann commented 5 years ago

Waiting for information to better understand the input format. Putting this on hold.