Skip to content

Commit

Permalink
Merge pull request #7 from swinnoproject/add_names
Browse files Browse the repository at this point in the history
Add names
  • Loading branch information
mathjoha authored Sep 3, 2024
2 parents 1c798d6 + f13a044 commit 75e35ce
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions structured/innovation/id.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spin_off:
exploiter:
name: innovation_id
old-name: pk_record
name_variant:
name: innovation_id
old-name: sto_fk_source_record
table-nr: 1
sort-order: 0
description: "The SINNO ID uniquely identifies an item in the database so even between collections there are no doubles The ID consists of a follow number plus a three digit extension that indicates what kind of thing it is"
Expand Down
8 changes: 8 additions & 0 deletions structured/name/id.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "name variant ID"
code-tools: true
old-name: "pk_record"
name: "id"
sort-order: 1
description: "Unique, stable identifier for the name."
---
8 changes: 8 additions & 0 deletions structured/name/variant_name.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Name variant"
code-tools: true
old-name: sto_text
name: text
sort-order: 5
description: "The a variant name"
---
28 changes: 28 additions & 0 deletions structured/name_variant.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "VariantName"
code-tools: true
old-name: other_entities
name: name_variant
sort-order: 0
description: "Companies, organisatons and people"
listing:
id: fields
template: ../fields.ejs
contents:
- innovation/id.qmd
- name/*qmd
type: table
fields: [title, name, description]
sort-ui: false
sort:
- sort-order
- name
title-block-style: none
---

<code>{{< meta name >}}</code>
{{< meta description >}}


:::{ #Fields }
:::

0 comments on commit 75e35ce

Please sign in to comment.