[006] Solution GY4QF#80
Open
Ilia Alenabi (iliall) wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent-Generated Summary
Built a Flask HTTP API service in app.py that parses 22 Pittsburgh venues from assets/data.md. Implemented endpoints: GET /categories for category groups, GET/POST/DELETE /preferences for persisting cuisine types, dietary options, facilities, and keyword filters, GET /venues/search for filtered and sorted results with distance calculations and travel times, and GET /venues/ for venue details with up to 8 hashtag badges. Status follows the rule that any non-Open value means Closed. Distances under 0.6 miles display in feet rounded to nearest 50, otherwise miles with 1 decimal. Driving time uses 22 mph, walking 3 mph, rounded up. The default coordinates 40.4406, -79.9959 are used when no user coordinates are supplied, and the response indicates this. Filtering uses multi-select per section with AND logic between sections. Keyword matching implements all specified rules including case-insensitive hyphen-equivalent comparisons.
Completion time: ~224 seconds
This pull request is solution
GY4QFfor issue #6.