-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: update onboarding controller and fix typo #1333
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/backend/repository/onboarding/udpate_user_onboarding.py The changes in this file involve creating a new function for updating user onboarding data. There is a small risk associated with these changes, as they involve database operations. Make sure to thoroughly test this function to ensure it works as expected. Also, consider handling exceptions that might be raised during database operations. Risk Level 2 - /home/runner/work/quivr/quivr/backend/models/databases/supabase/onboarding.py The changes in this file involve creating new classes and methods for handling onboarding data. There is a small risk associated with these changes, as they involve database operations. Make sure to thoroughly test these methods to ensure they work as expected. Also, consider handling exceptions that might be raised during database operations. Risk Level 2 - /home/runner/work/quivr/quivr/backend/routes/onboarding_routes.py The changes in this file involve creating new routes for getting and updating user onboarding data. There is a small risk associated with these changes, as they involve handling HTTP requests and responses. Make sure to thoroughly test these routes to ensure they work as expected. Also, consider handling exceptions that might be raised during request handling. 👨💻🔍🚧 Powered by Code Review GPT |
🤖 I have created a release *beep* *boop* --- ## 0.0.88 (2023-10-05) ## What's Changed * fix: wrap parsing with try catch statements by @mamadoudicko in #1321 * fix: 🐛↕️ 📱height now matches mobile height by @matthieujacq in #1323 * feat: add onboarding step 3 by @mamadoudicko in #1324 * feat: restructure the sidebar of the brains management page by @matthieujacq in #1325 * feat: add onboarding table by @mamadoudicko in #1327 * feat: update onboarding controller and fix typo by @mamadoudicko in #1333 **Full Changelog**: v0.0.87...v0.0.88 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.88 (2023-10-05) ## What's Changed * fix: wrap parsing with try catch statements by @mamadoudicko in QuivrHQ/quivr#1321 * fix: 🐛↕️ 📱height now matches mobile height by @matthieujacq in QuivrHQ/quivr#1323 * feat: add onboarding step 3 by @mamadoudicko in QuivrHQ/quivr#1324 * feat: restructure the sidebar of the brains management page by @matthieujacq in QuivrHQ/quivr#1325 * feat: add onboarding table by @mamadoudicko in QuivrHQ/quivr#1327 * feat: update onboarding controller and fix typo by @mamadoudicko in QuivrHQ/quivr#1333 **Full Changelog**: QuivrHQ/quivr@v0.0.87...v0.0.88 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
#1328