layup-list
layup-list copied to clipboard
Dartmouth Course Reviews, Rankings, and Recommendations
I think a common use of LL is not only to browse specific course reviews, but to browse reviews for certain professors across courses. Currently, I know most students simply...
Currently we only have support for filtering by distributive requirements. We could add more controls such as filtering by hour, department, etc...
Currently we have two sources for professors: - Through the `professor` `StringField` on `Review`, populated by review writers. - Through `Instructor`, which has a `ManyToMany` relationship to `CourseOffering` and is...
On both navbar and landing page. Should show a list of relevant course titles.
See `review_form.py`. We want to minimize trolling.
As a new column on https://www.layuplist.com/departments Try to minimize database queries.
After a filter is selected on the current_term (Layups and Best Classes tabs), the UI does not indicate that there is any filter active. For example, if the filter is...
User's should be able to view classes they have voted on, reviews they have written, and other historical details. In addition to this, we could add a section which suggests...
Sometimes users receive recommendations that they will never take. For example, someone who has taken COSC001 will probably not take ENGS020. It would be nice to have the capability to...
It would be nice to be able to hover over the median charts on the course detail page to see detailed data such as number of sections that term, enrollment,...