#406 Refactor bids (#432)

* Add flight_id column to pireps table

* Refactor PIREPs and bids closes 406

* Formatting
This commit is contained in:
Nabeel S
2019-11-05 11:44:31 -05:00
committed by GitHub
parent db087d0ccb
commit f5183babf6
35 changed files with 967 additions and 798 deletions

View File

@@ -7,6 +7,7 @@ return [
'submitpirep' => 'Submit PIREP',
'fileflightreport' => 'File New Report',
'filenewpirep' => 'File New PIREP',
'newpirep' => 'New PIREP',
'pilotreport' => 'Pilot Report|Pilot Reports',
'arrived' => 'Arrived',
'source' => 'Source',

View File

@@ -7,6 +7,7 @@ return [
'submitpirep' => 'Enviar PIREP',
'fileflightreport' => 'Archivo informe de vuelo',
'filenewpirep' => 'Archivo nuevo PIREP',
'newpirep' => 'Nuevo PIREP',
'pilotreport' => 'Informe de piloto|Informes de piloto',
'arrived' => 'Llegó',
'source' => 'Origen',

View File

@@ -2,6 +2,7 @@
return [
'filenewpirep' => 'Inserici Nuovo PIREP',
'newpirep' => 'Nuovo PIREP',
'pilotreport' => 'Rapporto Pilota|Rapporti Pilota',
'arrived' => 'Arrivato',
'source' => 'Fonte',