-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Updated back-end management for Intermediate Templates inputs: mechanism for creating multiple Records (+ related named graphs) based on different Templates; made them available for corrections and reviews; fixed some DOM-related script. Final visualizations (Explore section) is not available yet. Created an option to make fields hidden. Related mapping behaviours are still to be defined.
- Loading branch information
1 parent
516d63f
commit ff320cf
Showing
8 changed files
with
276 additions
and
153 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
[{"name": "Example template", "short_name": "example_template", "type": "http://example.org/ExampleClass", "template": "resource_templates/template-example_template.json"}] | ||
[{"name": "Example template", "short_name": "example_template", "type": "http://example.org/ExampleClass", "hidden": "False", "template": "resource_templates/template-example_template.json"}] |
Oops, something went wrong.