-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented WMTTemplates
#162
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # WultraMobileTokenSDK.xcodeproj/project.pbxproj # docs/Changelog.md
…can contain two ids
# Conflicts: # docs/Changelog.md
I temporarily changed the base branch to |
@@ -33,10 +33,15 @@ open class WMTOperationUIData: Codable { | |||
/// Type of PostApprovalScrren is presented with different classes (Starting with `WMTPostApprovalScreen*`) | |||
public let postApprovalScreen: WMTPostApprovalScreen? | |||
|
|||
/// Detailed information about displaying the operation data |
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.
Once we have documentation for it, we should link it here...
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.
This is just a reminder so we don't forget :)
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.
Looks OK so far, need some changes + I think we need to introduce the parser for the UI to make it easier for the integrator.
WultraMobileTokenSDK/Operations/Model/UserOperation/WMTOperationUIData.swift
Outdated
Show resolved
Hide resolved
WultraMobileTokenSDK/Operations/Model/UserOperation/WMTTemplates.swift
Outdated
Show resolved
Hide resolved
WultraMobileTokenSDK/Operations/Model/UserOperation/WMTTemplates.swift
Outdated
Show resolved
Hide resolved
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.
I think we're getting there - some things can be simplified and some improved, otherwise looks OK.
Fixes: #161
-> in
WMTUserOperation
there are hardcoded data which can be used for testing purposes by commenting out/uncommenting:this shall be deleted before merging