leipert / vsb

Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser
https://leipert.github.io/vsb/
MIT License
46 stars 11 forks source link

Code confusion #79

Open lgleim opened 6 years ago

lgleim commented 6 years ago

Hi Lukas,

I would like to reuse & possible extend your code in a research project.

Unfortunately I am a bit confused with the code & build system. Forgetting about releases and the dist branch as well as the master branch - the relevant branches are develop and gh-pages.

The last commit to the develop branch is https://github.com/leipert/vsb/commit/148c51ae1790673c3b14629145492e74845e2ef0 - the only one that day with some minor changes. The same day you however made multiple commits to the gh-pages branch: https://github.com/leipert/vsb/commit/cfcc108cdf4317d726d9840c34cd1a448bd2bafe, https://github.com/leipert/vsb/commit/b3f7ccaac36369a5ee422497ff4bff5f4b2f0390, https://github.com/leipert/vsb/commit/69e853bd56efc3154abea2190391d8064a49cef7 and https://github.com/leipert/vsb/commit/85e4ccf6d54cbfc3036652aa91f55f934237e5a0 for which I unfortunately cannot find corresponding code.

Additionally the code in the gh-pages branch is not the code served at http://leipert.github.io/vsb/dbpedia/ which is evident from the different queries presented upon loading the page.

When building the develop code as is, drag and drop is broken.

Could you please help me out a little? I am having a hard time to understand the current monkeypatching logic - not being familiar with AngularJS doesn't help either.

Best & Thanks, Lars

leipert commented 6 years ago

Ha. I bet you are not the only one confused by the code ;) It seems like code from different ages!

This is the dbpedia specific code: https://leipert.github.io/vsb/dbpedia/overwrite.js

Otherwise I am a bit short on time, and I try to have look later on.