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
Copy file name to clipboardExpand all lines: README.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,30 @@ find a flight in the flight schedule to determine what sort destination the bag
5
5
6
6
On startup, the example project pregenerates a few airlines, gates and sort destinations and then, a flight schedule is pregenerated; a flight every 10 minutes between 4AM and 10PM. The example has two pages, airlines and flight schedule.
7
7
8
-
## Airline
8
+
## Airlines Page
9
+
9
10
The airlines page allows the user to add/edit/delete airlines.
On the airlines page, the user can create a new airline or edit an existing airline.
17
+
18
+
* Name - The friendly name for the airline; required and must be unique.
19
+
* Description - A description about the airline; optional.
20
+
* IATA - The code assigned by the International Air Transport Association to the airline; required and must be two letters or a letter and a number.
21
+
* ICAO - The code assigned by the International Civil Aviation Organization to the airline; required, must be 3 letters and must be unique.
22
+
* Number Code - The number code assigned by the International Air Transport Association to the airline; required, must be 3 digits and must be unique unless 000 (unassigned).
23
+
* Sort Destination - The default sort destination for the airline; required.
On the airlines page, the user can delete an airline. The user will be required to confirm the deletion or cancel. On confirmation, the airline and its associated flights will be deleted.
On the flight schedule page, the user can delete a flight. The user will be required to confirm the deletion or cancel. On confirmation, the flight will be deleted.
0 commit comments