Commit Graph

62 Commits

Author SHA1 Message Date
Koen Bolhuis b798898076 Implement easier way to retrieve CSRF token 2018-10-09 22:12:41 +02:00
Koen Bolhuis 45dc9e0fa8 Retrieve CSRF token in voting script 2018-10-09 21:57:39 +02:00
Koen Bolhuis 7f481afdd8 Add voting javascript (doesn't do anything yet) 2018-10-09 21:45:26 +02:00
Koen Bolhuis a119b9c85d Add helpful/unhelpful buttons to reviews 2018-10-09 21:44:32 +02:00
Koen Bolhuis a59b88a5a6 Show helpful/unhelpful votes in review 2018-10-09 21:26:40 +02:00
Koen Bolhuis 57ad0f20e0 Return helpful/unhelpful votes from the Review model 2018-10-09 21:16:13 +02:00
ludger 4e59b1710a Some more quick fixes 2018-10-09 13:59:27 +02:00
ludger 0eb6c23a6f Some more quick fixes 2018-10-06 23:31:59 +02:00
ludger 75c21df563 quick fix 2018-10-06 22:37:29 +02:00
ludger 25bf5c68dd Took some hours but I merged the frontend and the backend 2018-10-06 21:19:30 +02:00
ludger 36f3d9fcde Took some hours but I merged the frontend and the backend 2018-10-06 21:18:18 +02:00
Andrew Lalis a68278d873
Merge pull request #10 from andrewlalis/al/directory_refactor
Refactored directories and cleaned things up
2018-10-03 22:10:03 +01:00
Andrew Lalis a8597b1ce4 Added date display to review html. 2018-10-03 23:08:57 +02:00
Andrew Lalis fbb0c890a1 Removed old paths, now use just a rateables path for all things. 2018-10-03 22:59:09 +02:00
Andrew Lalis af89d0cd3f
Merge pull request #9 from andrewlalis/al/template_homepage
Implemented basic template functionality.
2018-10-03 21:03:19 +01:00
Andrew Lalis fa67dc6c34 Added a form object and the ability to write reviews. Only needs styling now. 2018-10-03 22:00:08 +02:00
Andrew Lalis 8a9c51e856 Added average rating. 2018-10-02 16:27:29 +02:00
Andrew Lalis 8eb2d3053f Merged with develop. 2018-10-02 15:29:39 +02:00
Andrew Lalis e2830fb32d
Merge pull request #8 from andrewlalis/al/model_updates
Compiled migrations into just first migration.
2018-10-02 14:25:55 +01:00
Andrew Lalis aff615c3e5 Compiled migrations into just first migration. 2018-10-02 15:24:59 +02:00
Andrew Lalis ed92b5d3e1 Added basic search function. 2018-10-02 14:48:26 +02:00
Andrew Lalis 714f3241ce Added templates for all basic things. 2018-10-02 14:06:53 +02:00
Andrew Lalis e22ae60e92 Added template system. 2018-10-02 11:56:04 +02:00
Andrew Lalis 552a1a526f
Merge pull request #6 from andrewlalis/al/post_review
Added functionality for mvp.
2018-09-27 13:43:56 +01:00
Andrew Lalis bf96383030 Added functionality for mvp. 2018-09-27 14:41:34 +02:00
Andrew Lalis 062bfe7b61 Re-did sql for database into one migration. 2018-09-27 11:57:25 +02:00
Andrew Lalis 7d7d4ffd2f Merged into develop. 2018-09-27 11:34:56 +02:00
Andrew Lalis c2fddf6725 Removed pyc files. 2018-09-27 11:32:22 +02:00
ludger c486228ae6 Merge remote-tracking branch 'origin/develop' into develop 2018-09-27 10:17:32 +02:00
ludger 813bbaaa44 Added date/username in the form 2018-09-27 10:17:17 +02:00
graks 6eda06e727 Merge branch 'develop' of https://github.com/andrewlalis/RateMyCourse into develop 2018-09-27 09:25:46 +02:00
graks 9e5e7a9eaa removed time field from datetime 2018-09-27 09:24:51 +02:00
ludger acfe9bd8fd Added frontend option to write review 2018-09-27 00:50:01 +02:00
Koen Bolhuis fbacc83527 Serve index2.html and static files from / 2018-09-26 23:52:28 +02:00
Koen Bolhuis b0d7b3c8d5 Merge branch 'serve-frontend' of github.com:andrewlalis/RateMyCourse into serve-frontend 2018-09-26 23:29:22 +02:00
Koen Bolhuis be143d2afd Serve static files at /static/ 2018-09-26 23:25:14 +02:00
Koen Bolhuis 03ca23d5c9 Remove index view 2018-09-26 23:24:44 +02:00
ludger 2eeebbfed9 Added frontend reviewing option 2018-09-26 17:44:04 +02:00
graks f059e317b6 added ratings too universityreview model 2018-09-26 13:14:02 +02:00
Andrew Lalis 15f259f0ee Went on a coding binge and added api support for all new model objects. 2018-09-25 22:52:38 +02:00
Koen Bolhuis d48e1547ad Add index view 2018-09-25 18:31:48 +02:00
Koen Bolhuis c46b126d1b Remove errant Python cache files 2018-09-25 18:17:35 +02:00
Andrew Lalis afa45122b7
Merge pull request #4 from andrewlalis/al/script_basics
Basic AJAX requests and handlebars template for each review. Still static page
2018-09-25 17:18:37 +02:00
Andrew Lalis ad312a6e76 Updated models to be more robust. 2018-09-25 17:09:39 +02:00
Andrew Lalis 5b38f096e0 Fixed relation by renaming foreign key. 2018-09-25 16:47:01 +02:00
Andrew Lalis 732e3d7daf Updated models for tentative shift to new version. 2018-09-25 15:40:58 +02:00
Andrew Lalis 9de533b950 Added handlebars template. 2018-09-25 15:12:45 +02:00
Andrew Lalis 280b93ead3 Added handlebars js file. 2018-09-25 14:26:58 +02:00
Andrew Lalis abc5a6f061 Added handlebars. 2018-09-25 14:26:44 +02:00
Andrew Lalis 4df42ed503 Added git commit and changed model slightly. 2018-09-25 14:13:25 +02:00