{"id":20565916,"url":"https://github.com/dotnetbackendtraining/airport-ticket-booking-system","last_synced_at":"2026-06-06T10:31:52.250Z","repository":{"id":225519033,"uuid":"766162881","full_name":"DotNetBackendTraining/airport-ticket-booking-system","owner":"DotNetBackendTraining","description":".NET console application for an airport ticket booking system","archived":false,"fork":false,"pushed_at":"2024-04-22T10:54:49.000Z","size":725,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T08:57:32.949Z","etag":null,"topics":["csharp","csv","custom-database","domain-driven-design","file-data-storage","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DotNetBackendTraining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T14:09:29.000Z","updated_at":"2024-10-09T11:10:39.000Z","dependencies_parsed_at":"2024-04-16T00:22:21.028Z","dependency_job_id":"0dcb43e6-e99c-4d0b-a6f0-53b7b6e0c3a2","html_url":"https://github.com/DotNetBackendTraining/airport-ticket-booking-system","commit_stats":null,"previous_names":["izzat5233/airport-ticket-booking-system","dotnetbackendtraining/airport-ticket-booking-system"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DotNetBackendTraining/airport-ticket-booking-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetBackendTraining%2Fairport-ticket-booking-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetBackendTraining%2Fairport-ticket-booking-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetBackendTraining%2Fairport-ticket-booking-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetBackendTraining%2Fairport-ticket-booking-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DotNetBackendTraining","download_url":"https://codeload.github.com/DotNetBackendTraining/airport-ticket-booking-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetBackendTraining%2Fairport-ticket-booking-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33979274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","csv","custom-database","domain-driven-design","file-data-storage","unit-testing"],"created_at":"2024-11-16T04:39:30.993Z","updated_at":"2026-06-06T10:31:52.204Z","avatar_url":"https://github.com/DotNetBackendTraining.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Airport Ticket Booking System**\n\n[![.NET](https://github.com/izzat5233/airport-ticket-booking-system/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/izzat5233/airport-ticket-booking-system/actions/workflows/build-and-test.yml)\n\n## **Objective:**\n\nDevelop a .NET console application for an airport ticket booking system. This application should enable passengers to\nbook flight tickets and allow a manager to manage the bookings.\n\n## **Data Storage:**\n\n- Use the file system as the data storage layer.\n\n## **For the Passenger:**\n\n### Features:\n\n1. **Book a Flight:**\n    - Select a flight based on various search parameters.\n    - Choose a class for the flight (Economy, Business, First Class). Prices should vary according to the class\n      selected.\n2. **Search for Available Flights:**\n    - Parameters:\n        - Price\n        - Departure Country\n        - Destination Country\n        - Departure Date\n        - Departure Airport\n        - Arrival Airport\n        - Class\n3. **Manage Bookings:**\n    - Cancel a booking\n    - Modify a booking\n    - View personal bookings\n\n## **For the Manager:**\n\n### Features:\n\n1. **Filter Bookings:**\n    - Parameters:\n        - Flight\n        - Price\n        - Departure Country\n        - Destination Country\n        - Departure Date\n        - Departure Airport\n        - Arrival Airport\n        - Passenger\n        - Class\n2. **Batch Flight Upload:**\n    - Import a list of flights into the system using a CSV file.\n3. **Validate Imported Flight Data:**\n    - Apply model-level validations to the imported file data.\n    - Return a detailed list of errors to help the manager identify and rectify issues in the imported file.\n4. **Dynamic Model Validation Details:**\n    - Provide dynamically generated details about the validation constraints for each field of the flight data model.\n    - Example Result:\n        - *Departure Country:*\n            - Type: Free Text\n            - Constraint: Required\n        - *Departure Date:*\n            - Type: Date Time\n            - Constraint: Required, Allowed Range (today → future)\n\n## **Notes:**\n\n- Ensure the application is well-structured, readable, and maintainable.\n- Apply best practices and conventions of C# programming.\n\n## **Estimated Time:**\n\n- 3 days","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetbackendtraining%2Fairport-ticket-booking-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetbackendtraining%2Fairport-ticket-booking-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetbackendtraining%2Fairport-ticket-booking-system/lists"}