Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LinkAhead Loan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
LinkAhead Loan
Commits
4de361cc
Commit
4de361cc
authored
1 month ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add example datamodel yaml
parent
f51d7f2a
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
MAINT: move datamodel config to a separate file
Pipeline
#61078
passed with warnings
1 month ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datamodel-default.yml
+62
-0
62 additions, 0 deletions
datamodel-default.yml
with
62 additions
and
0 deletions
datamodel-default.yml
0 → 100644
+
62
−
0
View file @
4de361cc
# Copyright (C) 2025 IndiScale GmbH <info@indiscale.com>
# Copyright (C) 2025 Florian Spreckelsen <f.spreckelsen@indiscale.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public
# License along with this program. If not, see
# <https://www.gnu.org/licenses/>.
#
Box
:
recommended_properties
:
Location
:
Content
:
Number
:
datatype
:
TEXT
Person
:
recommended_properties
:
firstName
:
datatype
:
TEXT
lastName
:
datatype
:
TEXT
email
:
datatype
:
TEXT
Loan
:
recommended_properties
:
Box
:
Borrower
:
datatype
:
Person
expected_return
:
datatype
:
DATETIME
exhaustContents
:
datatype
:
BOOLEAN
comment
:
datatype
:
TEXT
LoanLocation
:
datatype
:
Location
loanRequested
:
datatype
:
DATETIME
loanAccepted
:
datatype
:
DATETIME
lent
:
datatype
:
DATETIME
returnRequested
:
datatype
:
DATETIME
Content
:
datatype
:
TEXT
ReturnLocation
:
datatype
:
Location
returnAccepted
:
datatype
:
DATETIME
returned
:
datatype
:
DATETIME
Location
:
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