-
Notifications
You must be signed in to change notification settings - Fork 32
✨ [Frontend] Template type: Hypertools #7531
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
✨ [Frontend] Template type: Hypertools #7531
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
==========================================
+ Coverage 87.48% 88.86% +1.37%
==========================================
Files 1743 1398 -345
Lines 67495 57629 -9866
Branches 1144 485 -659
==========================================
- Hits 59049 51210 -7839
+ Misses 8125 6287 -1838
+ Partials 321 132 -189
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
giancarloromeo
left a comment
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.
🚀 🔨
packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
This PR is a 1st iteration on the
Hypertooltemplates. The information whether a template is ahypertoolor not is stored in theuipart of theproject, under the newtemplate_typefield (project.ui.template_type).When the frontend fetches templates, the ones marked as
hypertoolwill go under the Hypertools tab (which is visible only if there are templates to show there) and the rest will go under the usual Templates/Tutorials.This PR also allows patching a recently created template as Hypertool, which makes the template to go under the Hypertools tab.
Related issue/s
How to test
Dev-ops checklist