Improve bottom drawer navigation account process flows
wax911 opened this issue · 0 comments
wax911 commented
AniTrend Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues:
https://github.com/AniTrend/anitrend-v2/issues?q=is%3Aissue+is%3Aclosed
Feature Information
Handle click events directly inside AuthenticatedAccountItem
for:
- User sign out tap action (worker)
- User profile tap (start intent to view profile)
- User profile switch (worker)
Solution Information
Add a new task-account
module to handle one short jobs for signing out and switching the current active user profile. The workers will make use of AccountInteractor
to achieve their goal. This will effectively reduce the amount of work AccountState
Additional Context
TBA