Skip to content

Commit

Permalink
Feat: improve field display
Browse files Browse the repository at this point in the history
  • Loading branch information
DE MERINGO Olivier committed Jun 11, 2024
1 parent a45d63b commit 8981b6c
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 0 deletions.
1 change: 1 addition & 0 deletions .adr-templates
Submodule .adr-templates added at 99cea0
16 changes: 16 additions & 0 deletions ictst/model/tools.frictionless-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"name": "website",
"title": "website",
"type": "string"
},
{
"name": "sub_module",
"title": "sub_module",
"type": "string"

},
{
"name": "environmental_indicator",
"title": "Environmental indicator",
"type": "string"
},
{
"name": "quick_description",
"title": "Quick description",
"type": "longtext"
}
]
}
102 changes: 102 additions & 0 deletions ictst/widget/tools-widget-inline-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,108 @@ <h1>The content of the tool repository</h1>
{
"name": "website",
"subtype": "link"
},
{
"name": "sub_module",
"subtype": "tags",
"tagSeparator": ","
},
{
"name": "environmental_indicator",
"subtype": "tags",
"tagSeparator": ","
},
{
"name": "quick_description",
"subtype": "longtext"
},
{
"name": "assessment_type",
"subtype": "tags"
},
{
"name": "main_perimeter",
"subtype": "tag"
},
{
"name": "other_perimeters",
"subtype": "tags"
},
{
"name": "assessed_functional_unit",
"subtype": "tags"
},
{
"name": "data_entry_point",
"subtype": "tags"
},
{
"name": "life_cycle_steps",
"subtype": "tags"
},
{
"name": "focus",
"subtype": "tags"
},
{
"name": "license",
"subtype": "tag"
},
{
"name": "self_hostable",
"subtype": "tag"
},
{
"name": "originating country"
},
{
"name": "logo"
},
{
"name": "inside_models",
"subtype": "tags"
},
{
"name": "methodology_transparency",
"subtype": "tag"
},
{
"name": "ref_sources",
"subtype": "link"
},
{
"name": "status",
"subtype": "tags"
},
{
"name": "creator"
},
{
"name": "creation_date"
},
{
"name": "creator_comment"
},
{
"name": "reviewer_1"
},
{
"name": "review_1_date"
},
{
"name": "review_1_explanation"
},
{
"name": "reviewer_2"
},
{
"name": "review_2_date"
},
{
"name": "review_2_explanation"
},
{
"name": "Linked Publications"
}
]
}
Expand Down
102 changes: 102 additions & 0 deletions ictst/widget/tools.fields-custom-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,108 @@
{
"name": "website",
"subtype": "link"
},
{
"name": "sub_module",
"subtype": "tags",
"tagSeparator": ","
},
{
"name": "environmental_indicator",
"subtype": "tags",
"tagSeparator": ","
},
{
"name": "quick_description",
"subtype": "longtext"
},
{
"name": "assessment_type",
"subtype": "tags"
},
{
"name": "main_perimeter",
"subtype": "tag"
},
{
"name": "other_perimeters",
"subtype": "tags"
},
{
"name": "assessed_functional_unit",
"subtype": "tags"
},
{
"name": "data_entry_point",
"subtype": "tags"
},
{
"name": "life_cycle_steps",
"subtype": "tags"
},
{
"name": "focus",
"subtype": "tags"
},
{
"name": "license",
"subtype": "tag"
},
{
"name": "self_hostable",
"subtype": "tag"
},
{
"name": "originating country"
},
{
"name": "logo"
},
{
"name": "inside_models",
"subtype": "tags"
},
{
"name": "methodology_transparency",
"subtype": "tag"
},
{
"name": "ref_sources",
"subtype": "link"
},
{
"name": "status",
"subtype": "tags"
},
{
"name": "creator"
},
{
"name": "creation_date"
},
{
"name": "creator_comment"
},
{
"name": "reviewer_1"
},
{
"name": "review_1_date"
},
{
"name": "review_1_explanation"
},
{
"name": "reviewer_2"
},
{
"name": "review_2_date"
},
{
"name": "review_2_explanation"
},
{
"name": "Linked Publications"
}
]
}
Expand Down

0 comments on commit 8981b6c

Please sign in to comment.