{"id":49243042,"url":"https://github.com/anyulled/laboratory-information-system","last_synced_at":"2026-04-24T20:12:32.158Z","repository":{"id":38818071,"uuid":"184019788","full_name":"anyulled/laboratory-information-system","owner":"anyulled","description":"Laboratory information system","archived":false,"fork":false,"pushed_at":"2026-04-22T08:08:17.000Z","size":435,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T10:12:56.772Z","etag":null,"topics":["java-8","visitor-pattern"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/anyulled.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-29T07:16:33.000Z","updated_at":"2026-04-22T08:08:19.000Z","dependencies_parsed_at":"2023-02-18T04:45:35.326Z","dependency_job_id":"d7b8be78-a269-4b05-958e-22774da2ad33","html_url":"https://github.com/anyulled/laboratory-information-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anyulled/laboratory-information-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Flaboratory-information-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Flaboratory-information-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Flaboratory-information-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Flaboratory-information-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyulled","download_url":"https://codeload.github.com/anyulled/laboratory-information-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Flaboratory-information-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java-8","visitor-pattern"],"created_at":"2026-04-24T20:12:31.556Z","updated_at":"2026-04-24T20:12:32.150Z","avatar_url":"https://github.com/anyulled.png","language":"Java","readme":"# Solution proposal\n\n## High level refactoring strategy\n\nIn order to avoid touching the core to extend the core functionality, a `Visitor` interface should be implemented and it associated method.\nThus, any class implementing the before-mentioned interface to add functionality and maintain a loose coupling between them. \nLater on, any new functionality to the core can be extended by creating new classes implementing the visitor pattern. A whole set of behaviors could be added by creating a single class, making it easy to maintain.\n\n### Proposed project structure\n\nAn ordinary java app structure is used.\n* Model/domain classes are located at `model` package\n* A `service` package contains an interface and its possible implementations.\n* A `legacy` package contains legacy code to be extended, but not touched.\n\n### Design patterns used\n\n* **Visitor pattern:** the visitor pattern is a behavioral design pattern by the Gang of Four with the intention of extending the current functionality without (barely) touching the code.\n* **Builder pattern:** the builder pattern is a creational design pattern supporting the selective creation of complex objects in a simple way.\n* **Singleton pattern:** one of the most famous design patterns, is used to maintain a single object throughout the app.\n\n### UML Diagram\n\n![UML Diagram](src/main/resources/class_diagram.png) ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyulled%2Flaboratory-information-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyulled%2Flaboratory-information-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyulled%2Flaboratory-information-system/lists"}