calvin-cs262-fall2023-teamA / client

2 stars 0 forks source link

Feature/search filters #106

Closed Steven-McKelvey closed 11 months ago

Steven-McKelvey commented 11 months ago

Client-side changes to filter for lost/found items (handled in client, in the "renderItem" function).

Also sends information to the service that makes searching through archived/posted items possible. The "x" button in the search bar also resets to all archived/posted items when searching through archived/posted items (profile -> mainpage).

One issue that needs to be addressed: since the 'x' button does not reset the entire mainpage when on the archived/posted version of the mainpage, there is no easy way to get back to the mainpage listing of all database items.

If what I wrote in this description was incoherent, don't worry too much about it. These notes are for me for things I plan to fix within the next day.

Steven-McKelvey commented 11 months ago

Considering changing the "add" button to a "back" button on the mainpage when looking through archived/posted.