Skip to content

Commit

Permalink
feat: change filename generation and add iscout
Browse files Browse the repository at this point in the history
  • Loading branch information
ewangler committed Apr 7, 2024
1 parent 1b8dcf8 commit 8a45965
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tina/__generated__/_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .tina/__generated__/config.prebuild.jsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .tina/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ const schema = defineSchema({
name: "party",
path: "content/party",
format: "yaml",
ui: {
filename: {
slugify: (values) => {
return `${values?.key?.replace(/ /g, '-')}`
},
},
},
fields: [
{
type: "string",
Expand Down
3 changes: 3 additions & 0 deletions content/party/iScout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
key: iScout
name: iScout
type: person
13 changes: 11 additions & 2 deletions content/service/Hering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@ links:
label: Github Repo API
- url: 'https://github.com/scout-ch/hering'
label: Githup Repo App
has_sla: false
additional_information: ''
involved_parties:
- party: content/party/iScout.yaml
description: development
- party: content/party/GSPBS.yaml
description: Inhaltliche Verantwortung
- party: content/party/Folletta.yaml
description: Umsetzung
- party: content/party/ITKom.yaml
description: technische Betreuung
has_sla: false
lifecycle:
- state: in_production
date: 2022-02-27T23:00:00.000Z
- state: in_progress
date: 2021-12-31T23:00:00.000Z
- state: idea
date: 2021-08-31T22:00:00.000Z
additional_information: ''

0 comments on commit 8a45965

Please sign in to comment.