nareike / adhs

Ad-hoc light weight SPARQL endpoint from a file, using Python Flask and RDFlib
MIT License
15 stars 7 forks source link

Nicer web front-end #5

Open leipert opened 9 years ago

leipert commented 9 years ago

Which features do you want to support in a nicer web front-end?

Maybe a autocompletion editor like yasgui?

and a nice searchable / sortable html table?

leipert commented 9 years ago

yasgui actually is made of two parts:

  1. http://yasqe.yasgui.org/ - Editor
  2. http://yasr.yasgui.org/ - Result set
nareike commented 9 years ago

I have not yet decided what this means. :smiley: (That's why it was on the todo list and not the issue list :stuck_out_tongue: ) But yes, I was thinking about something like yasgui but I have the feeling that this will be a bit too much as a default web front-end.

leipert commented 9 years ago

Maybe it's better to stop the web development right here and better create a separate repo which could serve as a nice frontend?

nareike commented 9 years ago

Yes, I would rather go into this direction. Actually, yasgui already is a nicer web front end, isn't it? It shouldn't be too hard to set up to work with adhs.

seebi commented 9 years ago

I would like to see yasgui as the default frontend instead of the one in sparql.html . no need to invent something new here.

leipert commented 9 years ago

that was our idea as well :)