Skip to content

Commit 8a45965

Browse files
committed
feat: change filename generation and add iscout
1 parent 1b8dcf8 commit 8a45965

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

.tina/__generated__/_schema.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tina/__generated__/config.prebuild.jsx

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tina/config.js

+7
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,13 @@ const schema = defineSchema({
259259
name: "party",
260260
path: "content/party",
261261
format: "yaml",
262+
ui: {
263+
filename: {
264+
slugify: (values) => {
265+
return `${values?.key?.replace(/ /g, '-')}`
266+
},
267+
},
268+
},
262269
fields: [
263270
{
264271
type: "string",

content/party/iScout.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
key: iScout
2+
name: iScout
3+
type: person

content/service/Hering.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ links:
1414
label: Github Repo API
1515
- url: 'https://github.com/scout-ch/hering'
1616
label: Githup Repo App
17-
has_sla: false
18-
additional_information: ''
1917
involved_parties:
18+
- party: content/party/iScout.yaml
19+
description: development
2020
- party: content/party/GSPBS.yaml
2121
description: Inhaltliche Verantwortung
2222
- party: content/party/Folletta.yaml
2323
description: Umsetzung
2424
- party: content/party/ITKom.yaml
2525
description: technische Betreuung
26+
has_sla: false
27+
lifecycle:
28+
- state: in_production
29+
date: 2022-02-27T23:00:00.000Z
30+
- state: in_progress
31+
date: 2021-12-31T23:00:00.000Z
32+
- state: idea
33+
date: 2021-08-31T22:00:00.000Z
34+
additional_information: ''

0 commit comments

Comments
 (0)