stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Convert post to get 153 #161

Closed PeterGhimself closed 5 years ago

PeterGhimself commented 5 years ago

closes #153

Summary

Changed recommendedsequences, courseinfo and filtercourses requests to use GET instead of POST on both front-end and back-end for better cache optimisation.

Davidster commented 5 years ago

Jokes aside... src/mainPage/searchBox.test.js is currently failing. Use command npm run test -- --verbose to run unit tests