Revise app client process#989
Conversation
WalkthroughThe changes update onboarding documentation and the app client creation script to separate the output of sensitive credentials from contextual information. The script now generates a credentials JSON containing only Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Script
User->>Script: Run create_app_client.py
Script->>User: Output Credentials JSON (clientId, clientSecret)
Script->>User: Output Email Template (contextual info, link placeholder)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (9)📓 Common learnings📚 Learning: the app_clients directory is located at the root of the compact-connect directory, so the correct re...Applied to files:
📚 Learning: in the compactconnect frontend codebase, the team prefers to keep non-dynamic text directly in vue t...Applied to files:
📚 Learning: the compactconnect application uses a rest api gateway, not http api, so using `event.get('resource'...Applied to files:
📚 Learning: in the compact_configured_states_871 migration, existing jurisdiction configurations that have licen...Applied to files:
📚 Learning: in compactconnect, landonshumway-ia prefers using the concrete `key` type instead of the `ikey` inte...Applied to files:
📚 Learning: in compactconnect tests, hardcoded values (like license type abbreviations 'slp') in test queries ar...Applied to files:
📚 Learning: in the compactconnect project, authentication/authorization failures like misconfigured authorizers ...Applied to files:
📚 Learning: in the compactconnect codebase, compact values come from custom attributes on the user's cognito acc...Applied to files:
🪛 LanguageToolbackend/compact-connect/app_clients/it_staff_onboarding_instructions/README.md[grammar] ~28-~28: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [grammar] ~29-~29: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [grammar] ~31-~31: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [style] ~50-~50: Did you mean “that” or “date”? (DAT) [style] ~52-~52: Did you mean “that” or “date”? (DAT) [grammar] ~79-~79: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [grammar] ~117-~117: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [grammar] ~118-~118: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (7)
✨ Finishing Touches
🧪 Generate unit tests
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. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
landonshumway-ia
left a comment
There was a problem hiding this comment.
Looks great! Thanks for adding an email template should speed up the process
|
@jlkravitz This is ready for your review. Thanks |
jlkravitz
left a comment
There was a problem hiding this comment.
@isabeleliassen good to go!
Description List
While I worked on #981
Summary by CodeRabbit