Skip to content
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

[Refactor] Migrate auth screens to Jetpack Compose #585

Open
4 of 10 tasks
Tracked by #368
EdricChan03 opened this issue Mar 13, 2024 · 0 comments
Open
4 of 10 tasks
Tracked by #368

[Refactor] Migrate auth screens to Jetpack Compose #585

EdricChan03 opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels
comp: arch Issues/PRs related to the app's architecture. enhancement Enhancements to the Android app. For the web version, please use the other repo instead. in progress PRs that are still not finished yet and/ or not yet ready for merging. migration Issues/PRs for long-term changes to be made

Comments

@EdricChan03
Copy link
Owner

EdricChan03 commented Mar 13, 2024

Sub-issue for #368, tracking the auth screens migration to Jetpack Compose.

Tasks

  • Migrate activities to Jetpack Compose
    • LoginActivity
    • RegisterActivity
    • ForgotPasswordActivity
    • AccountActivity
  • Expose common auth composables (ProfileImage, AccountInfoRow, AuthRequiredDialog)
  • Expose common auth text-fields (email, password)
  • Expose common CompositionLocals (LocalCurrentUser, LocalIsSignedIn? - tentative naming)
  • Expose auth navigation graph (Migrate to Jetpack Navigation #456)
    • Remove activities (see above)
@EdricChan03 EdricChan03 added enhancement Enhancements to the Android app. For the web version, please use the other repo instead. in progress PRs that are still not finished yet and/ or not yet ready for merging. comp: arch Issues/PRs related to the app's architecture. migration Issues/PRs for long-term changes to be made labels Mar 13, 2024
@EdricChan03 EdricChan03 added this to the v1.1.0 milestone Mar 13, 2024
@EdricChan03 EdricChan03 self-assigned this Mar 13, 2024
@EdricChan03 EdricChan03 modified the milestones: v1.1.0, The Great Rewrite Mar 14, 2024
EdricChan03 added a commit that referenced this issue Apr 16, 2024
See #368 and #585

* Scaffold `:core:auth:compose` module
* Include module in settings script
* Add composable to provide CompositionLocals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: arch Issues/PRs related to the app's architecture. enhancement Enhancements to the Android app. For the web version, please use the other repo instead. in progress PRs that are still not finished yet and/ or not yet ready for merging. migration Issues/PRs for long-term changes to be made
Projects
Status: Todo
Development

No branches or pull requests

1 participant