yacs.n
yacs.n copied to clipboard
Search issue
Issue
I fixed search issues. Before I fixed this function, the search bar does not show the results correctly, but after I fix this, it works by course number, course name, and the abbreviated name of course.
Example:
closes #113
Database Changes/Migrations
If you added/modified a table, notify people of schema change here
Example:
Added table
account_semester_selectionfor a mapping from a students account and semester to a class and section (aka class/section selections)
Test Modifications
Note added unit/integration tests: (all backend changes should contain unit/integration tests with pytest)
Example:
Added test
tests/api/db/test_classinfo.py:test_crn_uniquenessto ensure all classes returned from API call don't have repeat CRNs
Test Procedure
Show procedure to test functionality with a clear procedure
Example:
- Create a branch
- Commit a change to that branch
- Push branch
- Create Pull Request and fill in PR template
Photos
Show before and after, capture screenshot/gif of finished feature/bug
Additional Info
More info that would help people review your change