{"id":18297720,"url":"https://github.com/similato87/academia-planner","last_synced_at":"2025-10-04T00:32:50.767Z","repository":{"id":145338269,"uuid":"593765359","full_name":"similato87/Academia-Planner","owner":"similato87","description":"Course project exploring GOF design patterns. Team collaboration to design a student course registration system, integrating multiple software patterns. Includes both test and functional components.","archived":false,"fork":false,"pushed_at":"2023-03-26T17:37:00.000Z","size":142,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T12:58:23.710Z","etag":null,"topics":["coureseregistration","designpatterns","gof","softwarearchitecture","systemdesign"],"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/similato87.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,"zenodo":null}},"created_at":"2023-01-26T19:41:36.000Z","updated_at":"2023-10-05T18:37:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffc9cde0-a981-4bce-ac2d-27302b067131","html_url":"https://github.com/similato87/Academia-Planner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/similato87/Academia-Planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/similato87%2FAcademia-Planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/similato87%2FAcademia-Planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/similato87%2FAcademia-Planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/similato87%2FAcademia-Planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/similato87","download_url":"https://codeload.github.com/similato87/Academia-Planner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/similato87%2FAcademia-Planner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742939,"owners_count":23820938,"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":["coureseregistration","designpatterns","gof","softwarearchitecture","systemdesign"],"created_at":"2024-11-05T15:04:01.520Z","updated_at":"2025-10-04T00:32:44.810Z","avatar_url":"https://github.com/similato87.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Academia-Planner\nThe system we are going to build is a course registration system.  \n## Software Patterns\n- **Singleton**  \nClasses: Database\n- **Proxy** (enrollments)  \nClasses: EnrollmentProxy\n- **Builder** (enrollments)\nClasses: EnrollmentBuilder\n- **Factory method** (department)\nInterface: Department, DepartmentFactory Classes: CSDepartment(Factory), SWEDepartment(Factory), ECEDepartment(Factory)\n- **Adaptor** (record, recordAdaptor)\nClasses: Record, RecordAdaptor\n- **Iterator** (students, courses)\nInterface: Iterator, Classes: StudentIterator, CourseIterator\n- **Composite** (enrollment, transcript)\nInterface: Registration, Classes: Transcript\n## Result\nDemo: Example to create a student's transcript\n```\nCS1073 Java I A 16.0\nTranscript of John Doe(ID:3333333)\nCS1073 Java I A 16.0\nCS1083 Java II B- 10.8\nSWE4403 Software Design Patterns and Architecture A- 14.8\nAverage Percentage: 81.66666666666667\n\nSearch for student with ID: 3333333\nStudent: John Doe(3333333), Business, Fredericton\n\nSearch for course with code: CS1073\nCourse[code='CS1073', name='Java I']\n\nSearch for enrollment with ID: 1\nEnrollment (1): John Doe(3333333)\tSWE4403\t85.0\tpass\n\nProcess finished with exit code 0\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimilato87%2Facademia-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimilato87%2Facademia-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimilato87%2Facademia-planner/lists"}