Skip to content

Swe 25 project wide cleanup #18

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

Commits on Apr 24, 2019

  1. SWE-25 change pattern for account

    - we eliminated the storyboard segue in favor of “pushing” either Account Details of the Accounts table, depending on number of accounts present
    - we simply pass an `[Account]` to AccountDetails
    - updated this change in context to be reflected in Account Table as well
    - removed unused boilerplate code in these classes as well
    ahm11003 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    a688900 View commit details
    Browse the repository at this point in the history
  2. SWE-25 update change in context usage

    - made changes in AccountDetails and PayBill interface controllers to be more simple, passing only the applicable `Account`
    - removed unused boilerplate code
    ahm11003 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    8269068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e055b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    11b4385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186e970 View commit details
    Browse the repository at this point in the history
  3. SWE-25 New icon image set

    ahm11003 committed May 2, 2019
    Configuration menu
    Copy the full SHA
    a5c008a View commit details
    Browse the repository at this point in the history
  4. SWE-25 fix bug preventing accounts from being passed to wellness

    - since we simplified earlier how we pass around accounts, we need to update how we look for the to be sent from Wellness
    ahm11003 committed May 2, 2019
    Configuration menu
    Copy the full SHA
    582b7a5 View commit details
    Browse the repository at this point in the history
  5. SWE-25 fix error causing incorrect transaction list

    - for transactions other than processed purchases, `transactionCode` is `NULL` from the server
    - the existing logic was causing all other transactions (payments, all processing transactions) to not be parsed and collected on our end
    - fixed this issue by grabbing `transactionCode` in a non-conditional way to ensure we get all transactions
    ahm11003 committed May 2, 2019
    Configuration menu
    Copy the full SHA
    06f4a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c76ad5 View commit details
    Browse the repository at this point in the history