phpvms/app/Providers
B.Fatih KOZ 17447c6903
Block aircraft with Simbrief (#1213)
* Block Aircraft with SimBrief

Changes aim to have the ability to block an aircraft's usage if it is used to generate a SimBrief OFP.

Unused/Expired briefings will be deleted by cron like before but will now be checked by HourlyCron, so admins can define more precise restrictions for them (and the blockage period of their aircraft)

Owner of the SimBrief OFP will be able to start a flight with acars using that particular aircraft, but pilots will get an Aircraft Not Available error (similar to Aircraft State check)

To prevent SimBrief OFP packs being marked as expired/unused, during pirep prefile, pirep_id will be saved to SimBrief model along with flight_id.

And when a flight is finished (pirep file), flight_id will be removed from SimBrief model as before. Only pirep_id will remain and aircraft will be available for another OFP generation.

* Update PirepController

In case a pirep is being saved/submitted with manual entry (but the va is using simbrief effectively) same logic should be applied during save/submit button selection.
Save will act like a pirep prefile , Submit will be pirep file.

* Manual Pirep Checks

Manual pireps, prefiled from a generated simbrief should be checked too. Also pirep.show blade's submit button should provide the same simbrief checks.

* Update PirepService.php

* Change settings and move sb cron to hourly

* StyleFix (SimBriefService)

* Another StyleFix (SimBriefService)

* Update SimBriefController

Removed null check of pirep_id for aircraft list generation to prevent live flights' aircraft being listed for another ofp generation.
( Active acars flights will have both flight_id and pirep_id at simbrief table)

* Update PirepService.php

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-06-03 16:17:16 -04:00
..
AppServiceProvider.php Optimize view paths for module views in theme folder (#1081) 2021-03-19 09:22:03 -04:00
AuthServiceProvider.php Fix formatting and interfaces in nearly every file 2018-03-19 20:50:40 -05:00
BindServiceProviders.php Remove Google Analytics #728 (#745) 2020-06-04 10:36:55 -04:00
BroadcastServiceProvider.php Fixed formatting of almost every file 2018-02-20 22:33:09 -06:00
CronServiceProvider.php Block aircraft with Simbrief (#1213) 2021-06-03 16:17:16 -04:00
DirectiveServiceProvider.php SimBrief Planning System Update (#991) 2021-01-17 15:59:32 -05:00
EventServiceProvider.php Use queues for notifications #1154 (#1174) 2021-05-20 11:54:07 -04:00
MeasurementsProvider.php Formatting 2019-07-15 15:17:51 -04:00
ObserverServiceProviders.php Add public/private pages #641 (#644) 2020-03-28 13:03:52 -04:00
RouteServiceProvider.php Remove the autoupdater #1133 (#1195) 2021-05-20 11:37:27 -04:00
ViewComposerServiceProvider.php Add public/private pages #641 (#644) 2020-03-28 13:03:52 -04:00