{"id":20976136,"url":"https://github.com/igoraugust0/ims","last_synced_at":"2025-09-12T02:09:54.061Z","repository":{"id":177154971,"uuid":"648678689","full_name":"IgorAugust0/ims","owner":"IgorAugust0","description":"Inventory Management System","archived":false,"fork":false,"pushed_at":"2023-06-29T02:02:09.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T09:19:14.540Z","etag":null,"topics":["design-patterns","inventory-management-system","java","javafx-application","model-view-controller","mvc","observer-pattern"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgorAugust0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-06-02T14:32:55.000Z","updated_at":"2023-07-09T16:03:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb080018-9f78-41fd-9918-a9f762fd1386","html_url":"https://github.com/IgorAugust0/ims","commit_stats":null,"previous_names":["igoraugust0/ims"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/IgorAugust0/ims","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fims","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fims/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fims/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fims/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorAugust0","download_url":"https://codeload.github.com/IgorAugust0/ims/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fims/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274742854,"owners_count":25341132,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["design-patterns","inventory-management-system","java","javafx-application","model-view-controller","mvc","observer-pattern"],"created_at":"2024-11-19T04:50:29.604Z","updated_at":"2025-09-12T02:09:54.011Z","avatar_url":"https://github.com/IgorAugust0.png","language":"Java","readme":"# Inventory Management System\n\n## IntelliJ Diagram\n\n![Class Diagram](inventory_manager.png)\n\n## Mermaid Diagram\n\n```mermaid\nclassDiagram\ndirection BT\nclass inhouse_part {\n   integer machine_id\n   integer part_id\n}\nclass inventory {\n   integer inventory_id\n}\nclass inventory_part {\n   integer inventory_id\n   integer part_id\n}\nclass inventory_product {\n   integer inventory_id\n   integer product_id\n}\nclass outsourced_part {\n   varchar(255) company_name\n   integer part_id\n}\nclass part {\n   varchar(255) name\n   integer inv\n   integer min\n   integer max\n   numeric(10,2) price\n   integer part_id\n}\nclass product {\n   integer inv\n   integer min\n   integer max\n   varchar(255) name\n   numeric(10,2) price\n   integer product_id\n}\nclass product_part {\n   integer product_id\n   integer part_id\n}\n\ninhouse_part  --\u003e  part : part_id\ninventory_part  --\u003e  inventory : inventory_id\ninventory_part  --\u003e  part : part_id\ninventory_product  --\u003e  inventory : inventory_id\ninventory_product  --\u003e  product : product_id\noutsourced_part  --\u003e  part : part_id\nproduct_part  --\u003e  part : part_id\nproduct_part  --\u003e  product : product_id\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figoraugust0%2Fims","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figoraugust0%2Fims","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figoraugust0%2Fims/lists"}