inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Fix ViewFeedback feature #29

Closed cannotparse closed 7 years ago

cannotparse commented 7 years ago

The view feedback feature is broken with the new schema changes. please fix

cannotparse commented 7 years ago

Here is the JSON I am sending

 data = {
                courseCode : $(".course_selecter").val() ,
                sectionCode : $(".section_selecter").val()
            };
scriptbae commented 7 years ago

From #35 (dupe, closed):

Using the Professor view, the application fails to display collected feedback, or acknowledge a lack thereof. This feature should maybe be implemented as an HTML table.

The root cause of this appears to be a bad unpacking of data fetched from the database by getCourseFeedbacks() in dbhandler.py.

scriptbae commented 7 years ago

Fixed in #47.