Skip to content

Commit

Permalink
Update to metamodel v11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Feb 7, 2023
1 parent df40b1a commit 2e09d28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

This generic *default* template for [Data Stewardship Wizard](https://ds-wizard.org) (DSW) directly transforms answers from a questionnaire into a document while maintaining the structure. It is not tied to any knowledge model and is included by default in every DSW instance.


## Issues and Contributing

This document template for DSW is available as open-source via GitHub Repository [ds-wizard/questionnaire-report-template](https://github.com/ds-wizard/questionnaire-report-template), you can [report issues](https://github.com/ds-wizard/questionnaire-report-template/issues) there and fork it for customisations or contributions.


## Changelog

### Unreleased
### 2.8.0

- Adjusted to template metamodel version 11 (released in DSW 3.20.0)
- Add versions overview / change tracker table

### 2.7.1
Expand Down
23 changes: 4 additions & 19 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"organizationId": "dsw",
"templateId": "questionnaire-report",
"version": "2.7.2",
"version": "2.8.0",
"name": "Questionnaire Report",
"description": "Exported questions and answers from a questionnaire",
"recommendedPackageId": null,
"metamodelVersion": 10,
"metamodelVersion": 11,
"license": "Apache-2.0",
"allowedPackages": [
{
Expand All @@ -19,9 +18,7 @@
{
"uuid" : "d3e98eb6-344d-481f-8e37-6a67b6cd1ad2",
"name" : "JSON Data",
"shortName" : "json",
"icon" : "far fa-file",
"color" : "#f15a24",
"steps" : [
{
"name" : "json",
Expand All @@ -32,9 +29,7 @@
{
"uuid" : "a9293d08-59a4-4e6b-ae62-7a6a570b031c",
"name" : "HTML Document",
"shortName" : "html",
"icon" : "far fa-file-code",
"color" : "#f15a24",
"steps" : [
{
"name" : "jinja",
Expand All @@ -49,9 +44,7 @@
{
"uuid" : "68c26e34-5e77-4e15-9bf7-06ff92582257",
"name" : "PDF Document",
"shortName" : "pdf",
"icon" : "far fa-file-pdf",
"color" : "#f15a24",
"steps" : [
{
"name" : "jinja",
Expand All @@ -72,9 +65,7 @@
{
"uuid" : "dbc94579-40d7-42c3-975c-71e30d07778b",
"name" : "LaTeX Document",
"shortName" : "latex",
"icon" : "far fa-file-alt",
"color" : "#f15a24",
"steps" : [
{
"name" : "jinja",
Expand All @@ -89,9 +80,7 @@
{
"uuid" : "f4bd941a-dfbe-4226-a1fc-200fb5269311",
"name" : "MS Word Document",
"shortName" : "docx",
"icon" : "far fa-file-word",
"color" : "#f15a24",
"steps" : [
{
"name" : "jinja",
Expand All @@ -114,9 +103,7 @@
{
"uuid" : "f0533e48-f4c5-4af2-b2c1-5a47d4a247c0",
"name" : "Markdown Document",
"shortName" : "md",
"icon" : "far fa-file-alt",
"color" : "#f15a24",
"steps" : [
{
"name" : "jinja",
Expand All @@ -130,12 +117,10 @@
}
],
"_tdk": {
"version": "3.2.0",
"version": "3.20.0",
"readmeFile": "README.md",
"files": [
"src/**/*"
]
},
"createdAt": "2020-01-01T08:00:00Z",
"updatedAt": "2021-01-31T09:20:11Z"
}
}

0 comments on commit 2e09d28

Please sign in to comment.