Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thomas Sarno Accenture PR #331

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Thomas Sarno Accenture PR #331

wants to merge 21 commits into from

Commits on Aug 10, 2023

  1. updated account with balance, added transaction datestamp

    added getters and setter to both classes, incorporated a running balance instead of totalling transactions
    TJSarno committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e261fce View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    b7c8f06 View commit details
    Browse the repository at this point in the history
  2. refactored helper functions

    TJSarno committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2d66511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caa81e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bfb980 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. refactored customer functions, added statement builder

    refactored customer functions to use the updated account variables
    
    added a statement builder helper class to handle building statements outside of the customer class
    TJSarno committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    da7fd08 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. fixed typos, changed static type in customer, refactored bank

    added extra getters in customer, updated typo for accruedInterest function, adjusted static type to fix duplicating account error
    TJSarno committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7c266d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49da5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e14e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    489f648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37cb9b6 View commit details
    Browse the repository at this point in the history
  6. removed println

    TJSarno committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    fd3c435 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2c7fe76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3dcb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e1b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb54ea1 View commit details
    Browse the repository at this point in the history
  5. removed unused import

    TJSarno committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f6686fc View commit details
    Browse the repository at this point in the history
  6. spacing

    TJSarno committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5612b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    3c98310 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    87bf416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34abf12 View commit details
    Browse the repository at this point in the history