ucsb-cs156-s24 / proj-courses-s24-4pm-2

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-2/
0 stars 0 forks source link

FEATURE: On the course history page, it is easier for users to search for classes #12

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 2 months ago

Have you updated the title?

As a...

user

I can...

search for 'CS156' instead of just '156'

So that...

it's easier to search for courses.

Discussion

On the course history page, you are currently unable to search for 'CS156' and are not given any error message. We would like to change it so that you are able to search for 'CS156' and results for '156' would show up. This is so that users that are used to putting 'CS' or any department name in front of the course number are not set back in the search.

**Although the example I am using in this issue is for 'CS', we expect this to work for all departments and any non-digit characters that the user inputs before the course number.

Current output when 'CS156' is searched:

image

Expected output when 'CS156' is searched:

image

Acceptance Criteria

Implementation Todos

Backend:

Testing:

github-actions[bot] commented 2 months ago

Copied from https://github.com/ucsb-cs156/proj-courses/issues/98