-
-
Notifications
You must be signed in to change notification settings - Fork 45
Name changes as per the new name personalid #3110
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
Conversation
📝 WalkthroughWalkthroughThe changes involve a comprehensive renaming and refactoring of a feature module from "ConnectId" to "PersonalId" across various XML layout, navigation, activity, and fragment files. All fragment class names, navigation directions, argument classes, and associated resource references have been updated to use the "PersonalId" prefix instead of "ConnectId." The navigation graph and start destinations have been similarly renamed, and the relevant XML attributes have been updated. No changes were made to the underlying business logic, control flow, or argument structures—only the naming and references were altered for consistency with the new module identity. Sequence Diagram(s)sequenceDiagram
participant User
participant PersonalIdPhoneFragment
participant PersonalIdPhoneVerificationFragment
participant PersonalIdBiometricConfigFragment
participant PersonalIdBackupCodeFragment
participant PersonalIdPasswordVerificationFragment
participant PersonalIdMessageFragment
User->>PersonalIdPhoneFragment: Enter phone number
PersonalIdPhoneFragment->>PersonalIdPhoneVerificationFragment: Navigate for phone verification
PersonalIdPhoneVerificationFragment->>PersonalIdBiometricConfigFragment: On verification success, configure biometrics
PersonalIdBiometricConfigFragment->>PersonalIdBackupCodeFragment: Set up backup code (PIN)
PersonalIdBackupCodeFragment->>PersonalIdPasswordVerificationFragment: Password verification (if needed)
PersonalIdPasswordVerificationFragment->>PersonalIdMessageFragment: Show confirmation/message
Suggested labels
Suggested reviewers
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
🧰 Additional context used🧠 Learnings (3)📓 Common learningsapp/src/org/commcare/fragments/connectId/PersonalIdBiometricConfigFragment.java (1)app/res/navigation/nav_graph_connectid.xml (1)🧬 Code Graph Analysis (3)app/src/org/commcare/fragments/connectId/PersonalIdBackupCodeFragment.java (1)
app/src/org/commcare/fragments/connectId/ConnectIDSecondaryPhoneNumber.java (2)
app/src/org/commcare/fragments/connectId/PersonalIdPhoneFragment.java (1)
🔇 Additional comments (36)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…nto pm_CCCT_1136_name # Conflicts: # app/res/navigation/nav_graph_connectid.xml
Product Description
Changed the name from the connectId to PersonalId
Technical Summary
Feature Flag
Safety Assurance
Nothing is changed in safety only the name changes
Safety story
Automated test coverage
QA Plan
Labels and Review