Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
29b4feae
Commit
29b4feae
authored
1 year ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Extend query-template documentation
parent
a37ac595
No related branches found
No related tags found
2 merge requests
!123
Release 0.13.0
,
!115
F query template datamodel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/extension/query_templates.rst
+14
-0
14 additions, 0 deletions
src/doc/extension/query_templates.rst
with
14 additions
and
0 deletions
src/doc/extension/query_templates.rst
+
14
−
0
View file @
29b4feae
...
...
@@ -2,6 +2,13 @@
Query shortcuts
===============
.. warning::
Until they have been `re-implemented
<https://gitlab.com/caosdb/caosdb-webui/-/issues/229>`__ for the new query
panel which has been introduced in CaosDB WebUI 0.11, query shortcuts only
work with the legacy query panel.
Introduction
============
...
...
@@ -221,3 +228,10 @@ The solution is to create the RecordTypes, e.g. using the Python interface, as f
).add_property("templateDescription", importance=caosdb.OBLIGATORY),
])
datamodel.insert()
The data model is also included in the ``tools/query_template_datamodel.yml``
within this repository which can be imported into your database with ``python -m
caosadvancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `CaosDB Advanced User
Tools<https://pypi.org/project/caosadvancedtools/>`__ installed and configured).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment