-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a set of files for the tool repository.
Move the project-list sample into old-example dir.
- Loading branch information
DE MERINGO Olivier
committed
May 22, 2024
1 parent
11b6e36
commit 8d3fe1a
Showing
12 changed files
with
208 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: tools | ||
type: table | ||
path: tools.csv | ||
scheme: file | ||
format: csv | ||
mediatype : text/csv | ||
encoding: utf-8 | ||
schema: | ||
fields: | ||
# The tool name | ||
- name: tool_name | ||
type: string | ||
# The name of the organization that produces the tools | ||
- name: organization | ||
type: string | ||
# TODO: Add other fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"name": "tool_name", | ||
"title": "the name of the tool", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "organization", | ||
"title": "the organization behind the tool", | ||
"type": "string" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html> | ||
<body> | ||
|
||
|
||
<h1>The content of the tool repository</h1> | ||
<!-- DATAMI - contribute with GIT ...but without minding it --> | ||
<!-- An open source widget coded with 🤍 by the tech cooperative multi : https://multi.coop --> | ||
|
||
<!-- DATAMI WIDGET'S HTML BLOCK --> | ||
<datami-file | ||
title="Tools" | ||
gitfile="https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/data/tools.csv" | ||
options='{ | ||
"schema": { | ||
"file": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/model/tools.frictionless-table-schema.json" | ||
}, | ||
"fields-custom-properties": { | ||
"file": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/widget/tools.fields-custom-properties.json" | ||
} | ||
}' | ||
usertoken='<A_GITHUB_PAT>' | ||
locale="en" | ||
> | ||
</datami-file> | ||
|
||
<!-- DATAMI WIDGET'S APP.JS SCRIPT --> | ||
<script src="https://datami-widget.multi.coop/js/app.js" type="text/javascript" defer></script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"name": "name", | ||
"sticky": true, | ||
"primaryKey": true, | ||
"maxLength": 50 | ||
}, | ||
{ | ||
"name": "organization" | ||
} | ||
] | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.