uchicago-cs / chigame

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Using the current search bar implementation to search notifications based on message #366

Closed 24raniwalar closed 9 months ago

24raniwalar commented 9 months ago

In this PR, we will add searching functionality for notifications. Users will be able search for notifications based on their message attribute in the universal search bar.

24raniwalar commented 9 months ago

Closing Comment: Users may now use the search bar to search for Notifications. This is done by adding a query option for the universal search bar in base, creating a view function for the results of the query, and displaying the results as search_results.html. We also had to modify part of user_inbox as a bug fix as message attributes were not being linked properly. Both developers worked together on all parts of the PR.

elizabethli31 commented 9 months ago

Issue Score: Excellent

Comments: Nice work!