-
Notifications
You must be signed in to change notification settings - Fork 0
+7,078
−61
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
ahm11003
commented
Apr 24, 2019
- remove unused metrics
- created and implemented new metrics for credit utilization, comparison to last month's utilization, average utilization (for multi acct), number of healthy accounts (multi acct), and last payment trend
- some calculations and weights for determining "overall" wellness score are preliminary and subject to change
- added image assets and code to demo a radial progress indicator - set up some basic wireframe page-based nav - app icon assets
…tUtil to attempt to read created plist named Property List.
- change plist structure to array for easier reading from plist - populate radial indicators with values - set up check to only animate once
…tors Demo radial style progress indicators
…ial indicator to match the others. Added metric for late payments and number of accounts.
# Conflicts: # SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
- Added identifiers for wellness score controllers - Added "transaction_code" values to respective API call and transaction class
- 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
- uncomment switch statement on late payments
- dynamically resize the radial indicator to allow showing a button below to explain the metric - recolored some buttons on account details screen
- also removed unused instances and references to this class, as well as related logic to power it
- 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
# Conflicts: # SynchronyFinancial/SynchronyFinancial WatchKit Extension/FetchData.swift # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
- 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
- added outlets for metric objects - configured other UI elements
- also changed `wellnessScore` to not be optional
- 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
- 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
- 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
rrk12005
reviewed
Apr 24, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look's good
Sign in
to join this conversation on GitHub.
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.