Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 634 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 634 Bytes

Bank Tech Test

Overview

User Stories

As a client
So that I can keep my money safe
I want to be able to deposit an amount into my account
As a client
So that I can spend money
I want to be able to withdraw an amount from my account
As a client
So that I can manage my savings
I want to be able to see a dated history of deposits and withdrawals
Objects Messages
Account
Deposit
Withdrawal

Usage

Tech

  • Ruby
  • Bundle
  • RSpec

How to Improve

  • Refactor the presentation layer in a different class to achieve separation of concerns