Closed azboss2021 closed 11 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
cs-472-group-2-project | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 4, 2023 11:53pm |
cs-472-group-2-project-backend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 4, 2023 11:53pm |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4bb2ace
) 91.56% compared to head (d5837a5
) 91.56%. Report is 5 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
WHAT DOES THIS PR DO?
WHAT ISSUES ARE RELATED TO THIS PR?
4
141
108
61
107
HOW DO I TEST OUT THIS PR?
python3 manage.py runserver
in theapi
directory. Head over to theweb
directory and runnpm i
andnpm run dev
to run the frontend. You can test the filtering by searching a school (UNLV) and typing in some course name. This filters by first the subject, then the catalogue number, then the course title.