phpvms/app/Contracts
B.Fatih KOZ b4d5c0fbcd
Weather METAR/TAF enhancements (#964)
* Update AviationWeather.php

Added the ability to fetch latest TAF report of given icao from ADDS/NOAA

* Update Weather.php

Used updated Metar\AviationWeather service to improve the widget ability and provide raw TAF data for the view

* Style Fix 1

* Update weather.blade.php

Updated blade to match updated Metar\AviationWeather service and the Weather widget controller.

Also fixed the order of temp - dewpoint - humidity - visibility display according to aviation usage.

Widget now displays raw TAF data just below raw METAR data.

* Update Metar inferface and wrap TAF retrieval in cache

* Styles fix

* Add call to getTaf. Don't call AviationWeather directly

* Fix cache lookup strings

* Fix recursion error

* Update weather.blade.php

Used latest weather.blade , added $taf['raw'] after raw metar.

* Compatibility Update

Updated the widget controller to match latest dev (added raw_only to config)

* Update Weather Widget Blade

Made the widget blade compatible with the TAF reports, widget will display raw metar and taf after the decoder, if no metar or taf recieved it will be displayed in its own row. Also added the new option of raw_only to blade, if it is true, metar decoding will be skipped and only raw values will be displayed. ( Useful when displaying multiple wx widgets at the same page for departure, destination and alternate etc )

Co-authored-by: Nabeel Shahzad <nshahzad@live.com>
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-02-19 12:45:39 -05:00
..
Modules Update module generation #714 (#716) 2020-09-20 19:10:52 -04:00
AirportLookup.php Add Contract interface for airport lookup functionality (#365) 2019-08-22 14:32:49 -04:00
Award.php FlightRouteAwards - fix if last pirep is empty/other error conditions (#886) 2020-10-22 16:25:52 -04:00
Command.php Fix params for launching process #724 2020-05-23 12:53:39 -04:00
Composer.php Add public/private pages #641 (#644) 2020-03-28 13:03:52 -04:00
Controller.php Fix migrations when table prefix is involved #442 (#555) 2020-02-18 08:23:32 -05:00
Enum.php Table prefixes not being added to indexes (#597) 2020-02-28 18:56:01 -05:00
Event.php Notifications fixes (#804) 2020-09-03 12:50:42 -04:00
FormRequest.php Blank/null IATA code isn't unique when added #679 (#681) 2020-05-03 18:23:46 -04:00
ImportExport.php Force visible flag to true for imports #818 2020-09-11 09:18:27 -04:00
Listener.php Custom user fields #711 (#772) 2020-08-11 17:48:51 -04:00
Metar.php Weather METAR/TAF enhancements (#964) 2021-02-19 12:45:39 -05:00
Middleware.php Refactor and add importer to Installer module #443 (#444) 2019-11-27 09:19:20 -05:00
Migration.php Download path size too small; fix migrations #935 (#940) 2020-11-26 13:03:59 -05:00
Model.php Increase ID column size; seed ID generator with uniqid() #630 (#631) 2020-03-09 13:16:10 -04:00
Notification.php Notifications fixes (#804) 2020-09-03 12:50:42 -04:00
Repository.php Create journal when new airline is created #667 (#670) 2020-04-26 10:31:58 -04:00
Resource.php Initial pass at Laravel 7 support #673 2020-05-15 18:20:23 -04:00
RouteFinder.php Add abstract class for route finding mechanism 2019-08-20 08:48:45 -04:00
Service.php Rename Interfaces to Contracts to better match Laravel conventions 2019-07-15 15:44:31 -04:00
Unit.php SimBrief integration #405 (#635) 2020-03-23 09:31:35 -04:00
Widget.php Rename Interfaces to Contracts to better match Laravel conventions 2019-07-15 15:44:31 -04:00