Add Flight Form
<<Back to Main Menu
Description:
Displays an Add Flight Form from which managers can add Flights to the database.
Accessible by:
Managers
Accessed from:
Main Menu
Input parameters:
None
Output
Add Flight Form
Pseudo Code:
get session
if ('usertype' param in session == 'm') {
get Aircraft Type data from the database
get Route data from the database
display the Add Flight Form
}
else {
display error message saying user must be a manager
}