-
Notifications
You must be signed in to change notification settings - Fork 0
+416
−17
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 721afe8 - Browse repository at this point
Copy the full SHA 721afe8View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8999883 - Browse repository at this point
Copy the full SHA 8999883View commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77f7f65 - Browse repository at this point
Copy the full SHA 77f7f65View commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d52628c - Browse repository at this point
Copy the full SHA d52628cView commit details -
SWF-10 Change some file targets
- made `Account.swift` target iOS and watchOS projects
Configuration menu - View commit details
-
Copy full SHA for 1c70242 - Browse repository at this point
Copy the full SHA 1c70242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f91010 - Browse repository at this point
Copy the full SHA 4f91010View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a44e11 - Browse repository at this point
Copy the full SHA 3a44e11View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 472f648 - Browse repository at this point
Copy the full SHA 472f648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424e7eb - Browse repository at this point
Copy the full SHA 424e7ebView commit details
Commits on Mar 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0b53dc - Browse repository at this point
Copy the full SHA d0b53dcView commit details
Commits on Mar 21, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 1b6bc34 - Browse repository at this point
Copy the full SHA 1b6bc34View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 7e8a9ce - Browse repository at this point
Copy the full SHA 7e8a9ceView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bb5623c - Browse repository at this point
Copy the full SHA bb5623cView commit details
Commits on Mar 26, 2019
-
Merge pull request #9 from rrk12005/SWF-11-recent-transactions
Swf 11 recent transactions
Configuration menu - View commit details
-
Copy full SHA for c1383b3 - Browse repository at this point
Copy the full SHA c1383b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.