Skip to content

Commit

Permalink
expliciting to-do list
Browse files Browse the repository at this point in the history
  • Loading branch information
gcpdev committed Dec 5, 2017
1 parent 5d00f9b commit 55d7c31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions guidelines/web/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

var $ = jQuery;

/* TO-DOs
* Generate full SHACL file when form is submitted
* handle ontologies inputs (uploaded and remote)
* integration with webservice (ontology and SHACL upload, loading animation after form submission
while waiting WS response, then retrieve and list test results)
* handle textbox inputs (explode comma-separated list into several lines to substitute <$input$> in SPARQL tests)
*/


$(document).ready(function () {
//Initialize popover
$("body").popover({
Expand Down

0 comments on commit 55d7c31

Please sign in to comment.