-
Notifications
You must be signed in to change notification settings - Fork 1k
[FDC] Generate schema during init dataconnect flow #8596
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: master
Are you sure you want to change the base?
Conversation
@@ -111,7 +112,7 @@ export async function askQuestions(setup: Setup): Promise<void> { | |||
})); | |||
if (shouldConfigureBackend) { | |||
// TODO: Prompt for app idea and use GiF backend to generate them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, removed
* @param text the generated response from the service. | ||
* @return the code block from the generated response. | ||
*/ | ||
export function extractCodeBlock(text: string): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably get a test for this if possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, just vaib coded a test case for it.
Co-authored-by: joehan <[email protected]>
Co-authored-by: joehan <[email protected]>
Addressed all feedbacks~ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8596 +/- ##
=======================================
Coverage 51.04% 51.05%
=======================================
Files 431 432 +1
Lines 30986 31018 +32
Branches 6367 6370 +3
=======================================
+ Hits 15818 15835 +17
- Misses 13752 13766 +14
- Partials 1416 1417 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding on this until post iO since its awaiting approval
Double checked with Kara and Thevi. Since we print out the terms of service disclosure, this change should be good to go. MPC server integration is blocked on more review. |
Added ToS note as well