FlightRecorder.Entities
1.7.1
dotnet add package FlightRecorder.Entities --version 1.7.1
NuGet\Install-Package FlightRecorder.Entities -Version 1.7.1
<PackageReference Include="FlightRecorder.Entities" Version="1.7.1" />
paket add FlightRecorder.Entities --version 1.7.1
#r "nuget: FlightRecorder.Entities, 1.7.1"
// Install FlightRecorder.Entities as a Cake Addin #addin nuget:?package=FlightRecorder.Entities&version=1.7.1 // Install FlightRecorder.Entities as a Cake Tool #tool nuget:?package=FlightRecorder.Entities&version=1.7.1
FlightRecorder
About
FlightRecorder implements a SQL-based aircraft sightings logbook. An ASP.NET WebAPI provides access to the business logic and data access layer while an ASP.NET MVC UI provides the user interface.
Sightings
Each sighting consists of the following data:
- Flight details
- Flight number
- Embarkation airport IATA code
- Destination IATA code
- Airline
- Aircraft details
- Registration details
- Manufacturer
- Model
- Sighting details
- Date
- Altitude when sighted
- Location
A register of airport codes by country is used to validate airport IATA codes.
Search
Sightings may be searched by:
- Route, specified as airport IATA codes
- Flight number
- Airline name
- Aircraft registration number
- Date
Reporting
The following reports can be generated and exported to CSV format files:
- Airline statistics
- Flights by month
- Location statistics
- Manufacturer statistics
- Aircraft model statistics
Data Export
The following data can be exported in CSV format:
- Sightings
- Airport code and country list
Getting Started
Please see the Wiki for configuration details and the user guide.
Authors
- Dave Walker - Initial work - LinkedIn
Credits
Implementation of authentication using JWT in the REST API is based on the following tutorial:
- https://github.com/cornflourblue/aspnet-core-3-jwt-authentication-api
- https://jasonwatmore.com/post/2019/10/11/aspnet-core-3-jwt-authentication-tutorial-with-example-api#users-controller-cs
The Flight Recorder MVC project uses the Gijgo JavaScript controls library:
Feedback
To file issues or suggestions, please use the Issues page for this project on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FlightRecorder.Entities:
Package | Downloads |
---|---|
FlightRecorder.Data
FlightRecorder EF Core Database Layer |
|
FlightRecorder.BusinessLogic
FlightRecorder business logic |
|
FlightRecorder.DataExchange
FlightRecorder Data Exchange Tools |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.1 | 188 | 1/17/2024 |
1.7.0 | 197 | 1/1/2024 |
1.6.0 | 207 | 12/11/2023 |
1.5.0 | 209 | 11/5/2023 |
1.4.0 | 170 | 10/30/2023 |
1.3.0 | 167 | 10/27/2023 |
1.2.0 | 187 | 10/26/2023 |
1.1.4 | 172 | 10/23/2023 |
1.1.3 | 170 | 10/23/2023 |
1.1.2 | 173 | 10/23/2023 |
1.1.1 | 181 | 10/22/2023 |
1.1.0 | 175 | 10/22/2023 |
1.0.6 | 168 | 8/8/2023 |
1.0.5 | 227 | 7/29/2023 |
1.0.4 | 246 | 6/6/2023 |
1.0.2 | 769 | 9/16/2022 |
1.0.1 | 792 | 5/16/2022 |
1.0.0.5 | 663 | 10/1/2021 |
1.0.0.4 | 874 | 4/16/2020 |
1.0.0.3 | 661 | 4/14/2020 |
1.0.0.2 | 854 | 4/13/2020 |
1.0.0.1 | 644 | 4/11/2020 |
1.0.0 | 995 | 4/5/2020 |
Dependency updates