Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated schema and scraper to automatically format in 18S1 or 19T2 * made routes and code to push studentVIP to database * commit to change branch * made changes to git ignore to ignore scraped data * feat: upgrade migration node to 20.4, fixed migration upsert query to remove duplicate columns * added the functions to get studentVIP reviews into the service * made routess for studentVIP revieww * bugfix: revert review/courseID return statement * started adding routes for uninotes * added backend routes for studentvip * correction: previous commit is adding routes for uniNotes * updated seed to insert uninotes reviews * added table alias for scrapped reviews to conform to postgres rules * added scrapped review schema migration and successfully seeded * course page changes (might be broken) * readded new review schema migration * fix tom's code, updated scrapped reviews schema to use 'reviews' as key in return data * added timestamp to scraped review backend schema & move its date creation to db * refactor backend to merge scraped schemas * merged studentvip and uninotes on frontend * changed sql query for get all courses to join scraped reviews table * changed all get course query to join scraped reviews table * upvotes and bookmarks * Updated the scraper python files to create sql files instead of json * fixed bookmark service and added all reviews schema in backend * fixed scraping insert statement * added scraped review id increment --------- Co-authored-by: Bob Chen <[email protected]> Co-authored-by: Jared L <[email protected]> Co-authored-by: Dylan W <[email protected]> Co-authored-by: 3syth <[email protected]> Co-authored-by: Adrian Balbalosa <[email protected]> Co-authored-by: ur-ja <[email protected]> Co-authored-by: Maximilian Falco Widjaya <[email protected]> Co-authored-by: Tom Forsyth <[email protected]> Co-authored-by: Kevin Sutandi <[email protected]> Co-authored-by: dylan <birds@DylanW-PC> Co-authored-by: Kevin Sutandi <[email protected]> Co-authored-by: Dylan <[email protected]> Co-authored-by: Maximilian Falco Widjaya <[email protected]>
- Loading branch information