A practise WPF application that simulates an airfield control tower.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
FlightControl is only a practise project, trying to work with events, delegates and MVVM in an organized manner.
FlightControl is a WPF-based desktop application that simulates and manages flight-related tasks such as planning or monitoring. This application provides a simple and interface for interacting with flights, enabling users to make decisions based on current flight conditions or schedules.
The application is built using the Model-View-ViewModel (MVVM) design pattern and WPF. Users can enter data, manipulate flight details, and track updates.
Follow these steps to get a local copy up and running.
- .NET 6.0 SDK or later
- Visual Studio 2022 or another IDE with WPF support
-
Clone the repo.
-
Open the solution in Visual Studio, restore NuGets and build the project.
-
Order takeoff!
- Launch the application.
- Add flights.
- Make the flights take off.
- Change flight altitude in-air.
- Hold your breath as the flight makes a daring landing.. ^^
UI Enhancements:
- Modernize the UI.
- Add custom themes and dark mode support.
Flight Data Management:
- Implement the ability to import and export flight schedules in common formats (CSV, JSON).
- Add advanced filtering and search capabilities for flight data.
- Expand the application to support other travel-related logistics (e.g., passenger management, cargo flights).
Real-Time Updates from real planes:
- Integrate real-time data updates from (real) external flight tracking APIs, making a real use-case of this practise app.
- Allow real-time monitoring of flight conditions like delays or cancellations.
- Introduce notifications or alerts for critical flight status changes.
Testing and Performance:
- Add unit tests.
- Improve application performance for handling larger datasets, maybe with paralell execution.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
mavosy - [email protected]
Project Link: https://github.com/mavosy/FlightControl
