humanitiesplusdesign / data-pen

Personal modeling application for Linked Data.
http://hdlab.stanford.edu/fibra
26 stars 0 forks source link

Create project on local hits wrong endpoint URL #186

Closed esjewett closed 7 years ago

esjewett commented 7 years ago

hits fibra/sparql instead of fibra/update even if /fibra/update is maintained as the UPDATE URL.

jiemakel commented 7 years ago

Gah. The problem is that the project != the project definition, and I'm allowing for separate endpoints only on the project. To fix storing project info on a local Fuseki I'll have to start passing on the update and graph store endpoint information on the definition objects themselves. I'll think through if I want to do this, or actually just go through with copying the schemas and configs on project initialization, which would lessen the need for separate endpoint tracking quite a bit.

jiemakel commented 7 years ago

Should now be fixed.