lukeware / solid-dragons

WATS 4020 Summer 2020 Project Team
MIT License
0 stars 1 forks source link

Issue: User location filter #10

Open johnhu opened 3 years ago

johnhu commented 3 years ago

User Story: location filter URL: https://github.com/lukeware/solid-dragons/wiki/John-User-location-filter

Size: Medium This is a basic filter for the search function. It was chosen based on anticipated needs of users in a particular location, to more easily plan their trip, and to attempt filtered searches through the integrated data API. Testing this essential feature early on will help us gather customer feedback in how well it meets their needs which is always a high priority.

johnhu commented 3 years ago

Task branch name: location filter Brief statement of work performed: Added search page for location filtered searching and JSON file for the test data. main.js updated with code for the fetch request and function for appending data. The search form works to send the query and receive the data API. Further work to be done for honing the query to manipulate the location filtering ability.