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
21f03cce
Commit
21f03cce
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: rename in docs
parent
6a3a9190
No related branches found
No related tags found
1 merge request
!118
F linkahead rename
Pipeline
#41035
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/doc/administration/comments.rst
+5
-5
5 additions, 5 deletions
src/doc/administration/comments.rst
src/doc/extension/query_templates.rst
+4
-4
4 additions, 4 deletions
src/doc/extension/query_templates.rst
with
9 additions
and
9 deletions
src/doc/administration/comments.rst
+
5
−
5
View file @
21f03cce
The comments feature of the
caosdb
webui
========================================
The comments feature of the
LinkAhead
webui
========================================
===
WebUI contains a feature that allows users to add comments to existing
records.
...
...
@@ -72,14 +72,14 @@ following yaml file:
Save this file under “datamodel.yaml”.
Make sure you have installed
caosdb-mode
ls.
Make sure you have installed
linkahead-advancedtoo
ls.
Then sync the model:
.. code:: python
import
caosdb
as db
from
caos
models.parser import parse_model_from_
yaml
import
linkahead
as db
from
linkaheadadvancedtools.
models.parser import parse_model_from_
json_schema
model = parse_model_from_yaml("datamodel.yaml")
model.sync_data_model(noquestion=True)
This diff is collapsed.
Click to expand it.
src/doc/extension/query_templates.rst
+
4
−
4
View file @
21f03cce
...
...
@@ -6,7 +6,7 @@ Query shortcuts
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
panel which has been introduced in
LinkAhead
WebUI 0.11, query shortcuts only
work with the legacy query panel.
Introduction
...
...
@@ -232,6 +232,6 @@ The solution is to create the RecordTypes, e.g. using the Python interface, as f
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
caos
advancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `
CaosDB
Advanced User
Tools<https://pypi.org/project/
caos
advancedtools/>`__ installed and configured).
linkahead
advancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `
LinkAhead
Advanced User
Tools<https://pypi.org/project/
linkahead
advancedtools/>`__ 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