bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Add Clear Filters Functionality #574

Closed melihozcan1 closed 2 years ago

melihozcan1 commented 2 years ago

Task: Filters can be cleared when clicked on the button

Type of task (new feature, writing tests, refactoring): New Feature

Standards and rules to follow: None

Expected result: None

Additional notes:None

Deadline: 04.12.2021

melihozcan1 commented 2 years ago

With a button marked red, that is located below the parameters of the search functionality, one can clear the filters that were put before. This way, the default results are returned.This PR includes the code for the changes.