{"id":24021143,"url":"https://github.com/zipcodecore/paircodingone","last_synced_at":"2025-05-07T09:45:52.783Z","repository":{"id":147838185,"uuid":"100577581","full_name":"ZipCodeCore/PairCodingOne","owner":"ZipCodeCore","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-20T20:18:07.000Z","size":7,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T21:25:34.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ZipCodeCore.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":"2017-08-17T07:59:29.000Z","updated_at":"2025-04-20T20:18:10.000Z","dependencies_parsed_at":"2025-04-20T21:23:15.362Z","dependency_job_id":"3532052b-2b9f-4c00-8106-f1a7f01ab64b","html_url":"https://github.com/ZipCodeCore/PairCodingOne","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FPairCodingOne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FPairCodingOne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FPairCodingOne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FPairCodingOne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZipCodeCore","download_url":"https://codeload.github.com/ZipCodeCore/PairCodingOne/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252854235,"owners_count":21814651,"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":[],"created_at":"2025-01-08T12:39:25.922Z","updated_at":"2025-05-07T09:45:52.766Z","avatar_url":"https://github.com/ZipCodeCore.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bank Account Pair Coding\n\n(early UML to code lab)\n\nFor this assignment, we're going to pair up and build some bank accounts.\n\nStart with building out your UML for all of this and then go into writing your tests and code. \nThe UML here should help you simplify your ideas.\n\nYou should have:\n* An abstract account that has all of the values that non-abstract accounts share.  These should have:\n    * an accountHolder\n    * a balance\n    * an accountNumber\n    * A record of every transaction\n    * some basic methods that all accounts should share like credit, debit, getters and setter (where appropriate)\n\n    * A checking account that has the following\n        * An overdraft protection boolean that makes it so the user cannot withdraw more money than they have in their account, if true overdraft not allowed, if false overdraft allowed\n    * A savings account that:\n        * Gains interest\n        * Has overdraft protection\n    * An investment account that:\n        * Gains interest\n    \nAlso, there should be two different AccountHolder types:\n* Person which has a firstName, a lastName, an email, phone number\n* Business which just has a businessName\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fpaircodingone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzipcodecore%2Fpaircodingone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fpaircodingone/lists"}