Danny van der Jagt
Danny van der Jagt
While using this externals package I ran into an issue where packages weren't bundled that were suppose too. It turned out to be a mistake by me, but it was...
# Problem We don't have a centralised way of logging in our webSDK # Solution Add a basic logger module to log messages to the console. - [x] Add tests...
# Problem - Not usable outside of React, need it for the Logger. # Solution - Add architecture ## Checklist _put `n/a` if item is not relevant to PR changes_...
# Problem 1.(Onfido-Active button) The primary and secondary buttons seems to be missing a property to override the border when the button is selected similar to what the DocumentTypeButton has...
# Problem The demo app only support 1 IMS account # Solution Add support for api token so people with access to an api token can use different IMS acount(s)...
# Problem The sms feature can't be disabled remotely # Solution Add a feature flag to disable the sms feature when needed TODO: - [ ] Readme - [ ]...
# Blocked: Waiting for backend changes # Problem Analytics uses api v3 # Solution Use api v4 Changes need: - Add authorization header - Switch to /v4 - Change payload...
# Problem Analytics code is combined with other services (exceptionHandler, integratorEvents) # Solution Move analytics code into it's own module to clean up and get a clear picture of the...
# Problem # Solution ## Checklist _put `n/a` if item is not relevant to PR changes_ - [ ] Has the CHANGELOG been updated? - [ ] Has the README...