theCourseForum2
theCourseForum2 copied to clipboard
2020 Django rewrite of theCourseForum website
Resolves #871. Caches docker/node dependencies on update. Projects can now be built with updated dependcies via `docker compose up --build` (documentation updated). ## Example ```sh echo asdf >> requirements.txt docker...
Added average gpa trend graph and seniment analysis of reviews graph. Go to avg_gpa_trend branch and view a course (that has sufficient history) ## Summary by CodeRabbit - New Features...
## GitHub Issues addressed - This PR closes ## What I did - Made dark mode; changes are mostly done to css and html files ## Screenshots - Before ...
warn if review will be not displayed due to toxicity on submit (have a submit anyway or "continue editing" modal)
When I update requirements.txt, the docker container does not rebuild the base packages.
sign up logo does not show up in mobile view
Make landing.html use navbar.html when rendering stuff. Ensure home page remains intact (i.e. yes sidebar, no search bar).
- Fix RDS SGs - Only use SecretsManager (i.e. ecs too) - Cost Estimation - CDK refactor?
## Issue: A course's average data (gpa, enjoyability, etc.) should _NOT_ be fetched on the fly. It needs to be stored within the course model itself, given an instructor and...
## Describe the bug On the dropdown menus, the arrow icon, when clicked, are able to switch between the up arrow and down arrow too fast (with the corresponding dropdown)....