digitalservicebund / useid-app-ios

iOS client for BundesIdent
MIT License
5 stars 1 forks source link

Refactor CAN 1/2 #165

Closed ChaosCoder closed 1 year ago

ChaosCoder commented 1 year ago

Goal of the refactoring: Extract the common state, actions and logic of both CAN flows.

Part of this PR: Extract the shared logic, state and actions from the setup and introduce a SharedCAN-Reducer.

Next: Use the SharedCAN-Reducer in the identification flow.

ChaosCoder commented 1 year ago

We might do this later.