Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enabled render search result with directions #76

Merged
merged 6 commits into from
Jan 23, 2024

Conversation

hwakabh
Copy link
Owner

@hwakabh hwakabh commented Jan 22, 2024

Issue link

Relates: #4, #71, #74

Changes in this PR

  • Migrated previous logics of render directions with Google Maps: relates ver0.2作成 #4
    • This enables us to see the routes in Google Map between current location and nearest airport in destination city
    • The logics have been implemented mainly to script.js with separating styles
  • Removed dependencies with mysql-connector-python: closes Remove database dependencies #74
  • Updated seeds SQL in insert.sql
  • Implemented models for Airport: relates Migrate v0 features to v1 API #70, with feature to create table if not exists using models.Base.metadata.create_all(bind=engine)

Changes not included in this PR

N/A

@hwakabh hwakabh changed the title feat: enabled render search result feat: enabled render search result with directions Jan 23, 2024
@hwakabh hwakabh merged commit 3f8f62b into main Jan 23, 2024
4 checks passed
@hwakabh hwakabh deleted the refactor/71/flight_search branch January 23, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove database dependencies
1 participant