-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/rapid 6301 add audience flow #422
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
base: main
Are you sure you want to change the base?
Conversation
* resetting client credentials of autherror * better raising * only reset credentials if error is invalid_client * better handling
Pull Request Review: Feat/rapid 6301 add audience flowI've completed a comprehensive review of this PR which introduces the new audience flow functionality. Overall, this is a well-structured refactoring that moves from an order-based model to an audience/job model. Here are my findings: ✅ Strengths
|
PR Review: Audience Flow ImplementationOverviewThis PR introduces a significant architectural change by adding an "Audience" flow that replaces the previous "Order" flow. The changes involve +1218 additions and -2906 deletions across 52 files, representing a major refactoring. Architecture & Design✅ Strengths
|
No description provided.