- Shows the 3 upcomming flights that are cheapest
- Show the 3 soonest job offers
- Find the cheapest way from one airport to other with stops using Dijkstra's algorithm
- Shows detailed information and price for all the flights for your trip, the result from the Search flight
- Logged users can buy the ticket
- Shows detailed information about flight
- Find all the jobs, matching the key word from job title, job description and company name
- Has server side paging
- Shows detailed information about the job offer
- Logged users can enroll for the job
- Flight history
- Upcomming flights
- Job history
- Upcomming jobs
- Add country in the system
- Add city in the system
- Add airport in the system
- Add airline in the system
- Add flight in the system
- Add job offer in the system