theCourseForum2 icon indicating copy to clipboard operation
theCourseForum2 copied to clipboard

2020 Django rewrite of theCourseForum website

Results 164 theCourseForum2 issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/user-attachments/assets/af0bf8ae-5821-4a59-910f-e946ada5846a)...

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...

Refactoring

## 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)....

Good first issue