bounswe / 2021SpringGroup5

4 stars 4 forks source link

Contribute Group Milestone: Describe the scenario with references for search part (frontend) #679

Closed atasoyfurkan closed 2 years ago

atasoyfurkan commented 2 years ago

– Answer the following questions based on the scenario that is provided for your project that is described on the next page. – Describe in detail the work that has been completed related to the features necessary to realize this scenario using your application. – Provide the associated referenced to code in GitHub.

atasoyfurkan commented 2 years ago

I described the scenario as described it is as follow: Frontend Search and Filter: The functionality allows the user to search and filter the sports events. Firstly, we designed a UI that includes search bar, sort button and menu, filter button, and filter sidebar containing a separate menu for filtering sport type, capacity, start and end date, location. Then, we implemented authenticated request to the backend in order to fetch the data. The request process is repeated, when every time a user fills a field and click on the search or the filter button. The request body is filled with the data collected from the input components such as text field, date field, or a button that controls true or false values. In addition, there is a map component in the search page which allows filtering the results according to the location determined by a marker and a circle chosen by a user.