Skip to content

Swf 10 account details #8

Merged
merged 14 commits into from
Mar 26, 2019
Merged

Swf 10 account details #8

merged 14 commits into from
Mar 26, 2019

Commits on Feb 13, 2019

  1. set up the account table

    tiw15001 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    721afe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

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

Commits on Mar 6, 2019

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

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    d52628c View commit details
    Browse the repository at this point in the history
  2. SWF-10 Change some file targets

    - made `Account.swift` target iOS and watchOS projects
    ahm11003 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1c70242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f91010 View commit details
    Browse the repository at this point in the history
  4. SWF-10 Resolve swiftlint warnings, configure table for accounts

    - created function to populate with “dummy” accounts
    - created function to configure each row in table
    - implemented `contextForSegue` function to allow us to “pass” the selected account to the next interface controller
    ahm11003 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3a44e11 View commit details
    Browse the repository at this point in the history
  5. SWF-10 Account Details set up

    - change how we get the account before it is passed to account details
    - wrote methods to set up account details screen with the account object that is received
    ahm11003 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    472f648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    424e7eb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

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

Commits on Mar 21, 2019

  1. SWF-11 Create new classes to support transaction display

    - `TransactionsInterfactController` will hold a table of recent transactions
    - `TransactionCell` provides a model for our table cell
    ahm11003 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    1b6bc34 View commit details
    Browse the repository at this point in the history
  2. SWF-11 Storyboard changes

    - Added TransactionsInterfaceController
    - In order to have a page based navigation allowing swipe between Account Details and Transactions, it was necessary to change the segue from the Accounts Table to “modal” type
    ahm11003 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7e8a9ce View commit details
    Browse the repository at this point in the history
  3. SWF-11 Change context for segue

    - As a result of the change to modal presentation, the function we must override has changed
    - Instead of returning the context for the next interface controller, we return an array of contexts, each corresponding to the interface controllers in the order they appear in the navigation stack (Account details is first, transactions is now second)
    - once web service is set up, transactions should be passed to TransactionsInterfactController from this function
    ahm11003 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    bb5623c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Merge pull request #9 from rrk12005/SWF-11-recent-transactions

    Swf 11 recent transactions
    rrk12005 authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c1383b3 View commit details
    Browse the repository at this point in the history