phpvms/database/seeds/dev.yml

185 lines
2.9 KiB
YAML
Raw Normal View History

2017-06-13 11:47:53 +08:00
#
2017-06-14 01:50:03 +08:00
roles:
- id: 1
name: admin
display_name: Administrators
- id: 2
name: user
display_name: Pilot
users:
- id: 1
name: Admin User
email: admin@phpvms.net
password: admin
rank_id: 1
2017-06-14 01:50:03 +08:00
created_at: now
updated_at: now
role_user:
- user_id: 1
role_id: 1
- user_id: 1
role_id: 2
# ranks
ranks:
- id: 1
name: New Pilot
hours: 0
- id: 2
name: Junior First Officer
hours: 10
- id: 3
name: First Officer
hours: 15
auto_approve_acars: 1
auto_approve_manual: 1
- id: 4
2017-06-22 11:31:54 +08:00
name: Senior Captain
hours: 20
auto_approve_acars: 1
auto_approve_manual: 1
auto_promote: 0
2017-06-13 11:47:53 +08:00
airlines:
- id: 1
code: VMS
name: phpvms airlines
active: 1
2017-06-14 01:50:03 +08:00
created_at: now
updated_at: now
2017-06-13 11:47:53 +08:00
airports:
2017-06-20 00:30:39 +08:00
- id: 1
icao: KAUS
name: Austin-Bergstrom
2017-06-13 11:47:53 +08:00
location: Austin, Texas, USA
lat: 30.1945278
lon: -97.6698889
2017-06-20 00:30:39 +08:00
- id: 2
icao: KJFK
name: John F Kennedy
2017-06-13 11:47:53 +08:00
location: New York, New York, USA
lat: 40.6399257
lon: -73.7786950
2017-06-20 00:30:39 +08:00
- id: 3
icao: EGLL
name: London Heathrow
location: London, England
lat: 51.4775
lon: -0.4614
2017-06-20 00:30:39 +08:00
2017-06-13 11:47:53 +08:00
#
aircraft:
- id: 1
subfleet_id: 1
2017-06-13 11:47:53 +08:00
name: Boeing 747-400
registration: NC17
tail_number: 17
- id: 2
subfleet_id: 2
2017-06-13 11:47:53 +08:00
name: Boeing 777-200
registration: NC20
tail_number: 20
#aircraft_rank:
# - aircraft_id: 1
# rank_id: 1
# - aircraft_id: 1
# rank_id: 2
# acars_pay: 100
# manual_pay: 50
2017-06-13 11:47:53 +08:00
fares:
- id: 1
code: Y
name: Economy
price: 100
capacity: 200
- id: 2
code: B
name: Business
2017-06-13 11:47:53 +08:00
price: 500
capacity: 10
- id: 3
code: F
name: First-Class
price: 800
capacity: 5
2017-06-13 11:47:53 +08:00
subfleets:
- id: 1
airline_id: 1
name: 747-400 Winglets
type: 744W
- id: 2
airline_id: 1
name: 777-200 LR
type: 772-LR
2017-06-25 00:09:27 +08:00
# add a few mods to aircraft and fares
subfleet_fare:
# Fare classes on the 747
- subfleet_id: 1
fare_id: 1
price: 200
capacity: 400
- subfleet_id: 1
fare_id: 2
capacity: 20
- subfleet_id: 1
fare_id: 3
price: 1000
capacity: 10
# Fare classes on the 777
- subfleet_id: 2
fare_id: 1
- subfleet_id: 2
fare_id: 3
capacity: 10
subfleet_flight:
- subfleet_id: 1
flight_id: flightid_1
2017-07-03 10:25:48 +08:00
flights:
- id: flightid_1
2017-07-03 10:25:48 +08:00
airline_id: 1
flight_number: 100
dpt_airport_id: 1
arr_airport_id: 2
route: KAUS KJFK
2017-07-12 06:00:41 +08:00
flight_fields:
- id: 1
flight_id: flightid_1
2017-07-12 06:00:41 +08:00
name: terminal
value: B
2017-07-03 10:25:48 +08:00
pireps:
2017-07-14 11:09:38 +08:00
- id: pirepid_1
user_id: 1
flight_id: flightid_1
2017-07-03 10:25:48 +08:00
aircraft_id: 1
dpt_airport_id: 1
arr_airport_id: 2
flight_time: 21600 # 6 hours
level: 320
status: -1
notes: just a pilot report
2017-07-14 11:09:38 +08:00
pirep_fields:
- id: 1
name: arrival gate
required: 0
pirep_field_values:
- id: 1
pirep_id: pirepid_1
name: arrival gate
value: B14
source: manual