Refactor ProfileStateMachine
thomaskioko opened this issue · 0 comments
thomaskioko commented
Description
Right now, ProfileStateMachine is in the Android feature module. We need to move it to the shared module to access it on the iOS Client.
- Create profile module in shared domain layer.
- Refactor TraktManager or update ProfileStateMachine parameters.
- Create a helper function to save the
AuthState
& token
P.S It would be great to have #58 done first.