-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Feb 13, 2019
-
radial progress indicators and page-based nav
- added image assets and code to demo a radial progress indicator - set up some basic wireframe page-based nav - app icon assets
Configuration menu - View commit details
-
Copy full SHA for 38a78cf - Browse repository at this point
Copy the full SHA 38a78cfView commit details
Commits on Mar 6, 2019
-
Added Balance, Utilization, and AccountNumber Controllers. Added PLis…
…tUtil to attempt to read created plist named Property List.
Jonathan Duarte committedMar 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 5d7cb80 - Browse repository at this point
Copy the full SHA 5d7cb80View commit details -
- change plist structure to array for easier reading from plist - populate radial indicators with values - set up check to only animate once
Configuration menu - View commit details
-
Copy full SHA for 10e6442 - Browse repository at this point
Copy the full SHA 10e6442View commit details -
Merge pull request #5 from rrk12005/demo-radial-style-progress-indica…
…tors Demo radial style progress indicators
Configuration menu - View commit details
-
Copy full SHA for c212e13 - Browse repository at this point
Copy the full SHA c212e13View commit details
Commits on Mar 28, 2019
-
Added Utilization score calculation
Jonathan Duarte committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 83e5766 - Browse repository at this point
Copy the full SHA 83e5766View commit details
Commits on Mar 29, 2019
-
Renamed files to more accurately represent them. Changed wellness rad…
…ial indicator to match the others. Added metric for late payments and number of accounts.
Jonathan Duarte committedMar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 3be3eef - Browse repository at this point
Copy the full SHA 3be3eefView commit details -
Jonathan Duarte committed
Mar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 5a821f7 - Browse repository at this point
Copy the full SHA 5a821f7View commit details
Commits on Apr 9, 2019
-
Merge branch 'master' into SWF-17-credit-health
# Conflicts: # SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
Configuration menu - View commit details
-
Copy full SHA for a2f3c9d - Browse repository at this point
Copy the full SHA a2f3c9dView commit details
Commits on Apr 11, 2019
-
- Functions for utilization and account (temporary) metrics.
- Added identifiers for wellness score controllers - Added "transaction_code" values to respective API call and transaction class
Jonathan Duarte committedApr 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 9303329 - Browse repository at this point
Copy the full SHA 9303329View commit details -
SWF-17 remove storyboard segue
- this was removed in favor of instantiating our page view hierarchy programatically - added `IBAction` to handle tap events from `Tap For More` button - removed call to push UtilizationScore
Configuration menu - View commit details
-
Copy full SHA for 3599c77 - Browse repository at this point
Copy the full SHA 3599c77View commit details -
SWF-17 pass our metrics to page hierarchy
- uncomment switch statement on late payments
Configuration menu - View commit details
-
Copy full SHA for 2c07f8e - Browse repository at this point
Copy the full SHA 2c07f8eView commit details
Commits on Apr 17, 2019
-
SWF-17 credit utilization improvements
- dynamically resize the radial indicator to allow showing a button below to explain the metric - recolored some buttons on account details screen
Configuration menu - View commit details
-
Copy full SHA for 416c2ea - Browse repository at this point
Copy the full SHA 416c2eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7ddcd - Browse repository at this point
Copy the full SHA 3e7ddcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8dec7 - Browse repository at this point
Copy the full SHA 8e8dec7View commit details -
- also removed unused instances and references to this class, as well as related logic to power it
Configuration menu - View commit details
-
Copy full SHA for a5c4ac1 - Browse repository at this point
Copy the full SHA a5c4ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85fd3e2 - Browse repository at this point
Copy the full SHA 85fd3e2View commit details -
SWF-17 new image assets, implementation for utilization trend
- currently we generate a random number between 0 and the credit limit of an account in order to “simulate” trend compared to previous statement utilization - added some nice images to further display the trends
Configuration menu - View commit details
-
Copy full SHA for 4f67b56 - Browse repository at this point
Copy the full SHA 4f67b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fb930 - Browse repository at this point
Copy the full SHA 23fb930View commit details -
Merge branch 'master' into SWF-17-credit-health
# Conflicts: # SynchronyFinancial/SynchronyFinancial WatchKit Extension/FetchData.swift # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
Configuration menu - View commit details
-
Copy full SHA for 80acdbf - Browse repository at this point
Copy the full SHA 80acdbfView commit details
Commits on Apr 23, 2019
-
SWF-17 More wellness implementation
- remove deprecated `PaymentScore` and all related logic to calculate this metric - added classes `AvgUtilization`, `HealthyAccounts`, and `LastPayment` interface controllers to display more metrics and add dynamic reports for users with multiple accounts
Configuration menu - View commit details
-
Copy full SHA for ddbc228 - Browse repository at this point
Copy the full SHA ddbc228View commit details -
SWF-17 more wellness configuration
- added outlets for metric objects - configured other UI elements
Configuration menu - View commit details
-
Copy full SHA for 4a55d89 - Browse repository at this point
Copy the full SHA 4a55d89View commit details -
- also changed `wellnessScore` to not be optional
Configuration menu - View commit details
-
Copy full SHA for d170909 - Browse repository at this point
Copy the full SHA d170909View commit details -
SWF-17 More wellness implementation and improvements
- added static defaults for the “blurbs” used to describe wellness metrics - used these in our new and existing metrics descriptions - implemented passing of values to `AvgUtilization` and `HealthyAccounts` metrics - set up calculation for these metrics in Wellness as well
Configuration menu - View commit details
-
Copy full SHA for 433ebac - Browse repository at this point
Copy the full SHA 433ebacView commit details -
- modified `Account` object model to contain `lastPayment` value to drive the last payment metric - modified our account fetch to retrieve this value from the servers - remove unused `Account` properties - finished implementation for new wellness metrics
Configuration menu - View commit details
-
Copy full SHA for 17dd1df - Browse repository at this point
Copy the full SHA 17dd1dfView commit details -
SWF-17 clean up how we receive data for utilization
- added some validation to ensure we get the value we want - else, we have changed score to not be optional - removed unused overridden boilerplate functions
Configuration menu - View commit details
-
Copy full SHA for a949599 - Browse repository at this point
Copy the full SHA a949599View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f84701b - Browse repository at this point
Copy the full SHA f84701bView commit details