Added functionality for users to search based on selected filters.
Implemented enums (filters.ts).
Changed search-result to result.
Added a feature that allows users to type "#" to retrieve all results. (The system can handle all results based on filters.)
Note: This is not complete yet, as I have only implemented the backend part. The frontend is not properly set up yet. I will wait for that PR and then refactor the backend.
Additionally, Department and Date are temporarily set to Computer Engineering and 2023, respectively, as there isn't a proper selector implemented yet.
Problem/Issue:
10
search-result
is too long for a page name.Proposed Solution:
search-result
toresult
.Note: This is not complete yet, as I have only implemented the backend part. The frontend is not properly set up yet. I will wait for that PR and then refactor the backend.
Additionally,
Department
andDate
are temporarily set toComputer Engineering
and2023
, respectively, as there isn't a proper selector implemented yet.