{"id":22376755,"url":"https://github.com/benami171/oop_final_project","last_synced_at":"2026-03-06T08:04:06.918Z","repository":{"id":237655231,"uuid":"794977111","full_name":"benami171/oop_final_project","owner":"benami171","description":"OOP course final project.","archived":false,"fork":false,"pushed_at":"2024-07-12T12:43:45.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T20:26:19.934Z","etag":null,"topics":["java","oop"],"latest_commit_sha":null,"homepage":"","language":"Java","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/benami171.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-05-02T10:41:42.000Z","updated_at":"2024-07-12T12:43:48.000Z","dependencies_parsed_at":"2024-05-02T23:13:55.665Z","dependency_job_id":"ea3f11d4-73a8-4010-926e-a3401d2e0de0","html_url":"https://github.com/benami171/oop_final_project","commit_stats":null,"previous_names":["benami171/oopfinalprojectdone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benami171%2Foop_final_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benami171%2Foop_final_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benami171%2Foop_final_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benami171%2Foop_final_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benami171","download_url":"https://codeload.github.com/benami171/oop_final_project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989857,"owners_count":20053802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["java","oop"],"created_at":"2024-12-04T22:11:14.758Z","updated_at":"2026-03-06T08:04:01.878Z","avatar_url":"https://github.com/benami171.png","language":"Java","readme":"# OOP COURSE - FINAL PROJECT\n## Introduction\nThis project is seperated to 2 parts:\n1. **Part 1** - Implementing a Flight management system.\n2. **Part 2** - Implementing a Course Registration system.\n\n## Part 1 - Flight management system\n### Classes\n1. **Flight** - Represents a flight.\n2. **Company** - Represents a company that operates flights.\n3. **Airport** - Represents an airport that will manage all the flights and airlines that operate in it.\n4. **Customer** - Represents a customer that can book a flight.\n5. **Worker** - Represents a crew member that can work on a flight. each worker has a job title. (e.g. pilot, ground crew, etc.)\n6. **FlightManager** - Represents a manager that can manage the flights and workers.\n7. **NotificationManager** - Represents a manager that can send notifications to customers and workers.\n8. **SearchManager** - Represents a manager that handle the search of flights for the company.\n9. **SubCompanyManager** - Represents a manager that can manage the sub-companies of the Company.\n\n### Design Patterns\n\n1. **Singleton** - Used in the Airport class, as we want to have only one instance of the airport to work with.\n2. **Observer** - Used in the NotificationManager class as the Notification manager implements Subject interface and the Customer and Worker classes implement the Observer interface.\n3. **Strategy** - Used in the SearchManager class, based on the preferences of the user, the SearchManager will use the appropriate search strategy.\n4. **Composite** - Used in the Company class, as the company can have sub-companies and we want to treat the sub-companies and the company as the same.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenami171%2Foop_final_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenami171%2Foop_final_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenami171%2Foop_final_project/lists"}