You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great job @piwnik with flight package! It's live in production.
Sorry for the delay, there were some refactoring on the backed that had to be done before the release.
There's additional feature that were requested for the flight package. It would be cool to have a list of flights when you will type atlanta to nashville or atl to bna (airport codes). And when you click on the item on the list, it will redirect you to the flight number.
Is this is something that you are interested to do? Let me know!
The text was updated successfully, but these errors were encountered:
Typing in Airport code to airport code (such as atl to bna) could conflict with the currency converter, which picks up on strings of the format: {3 letters} to {3 letters}. It would probably just have to be {city name} to {city name}.
Great job @piwnik with flight package! It's live in production.
Sorry for the delay, there were some refactoring on the backed that had to be done before the release.
There's additional feature that were requested for the flight package. It would be cool to have a list of flights when you will type
atlanta to nashville
oratl to bna
(airport codes). And when you click on the item on the list, it will redirect you to the flight number.Is this is something that you are interested to do? Let me know!
The text was updated successfully, but these errors were encountered: