humanitiesplusdesign / data-pen

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

Data model to maintain mapping between user identifiers and graphs #137

Open esjewett opened 7 years ago

esjewett commented 7 years ago

Should specify primary graph as well as other graphs that 'belong' to the user.

jiemakel commented 7 years ago

Simple solution will be to calculate e.g. a shasum from the user email, and then append subgraph identifiers to that.

However, we'll also want to store information on the projects somewhere, so we also need a data model on the server for this (and thus can just use that also for discovery).

Further quirks come from supporting multiple endpoints, which will need for at least endpoint addresses to be stored in the browser.

jiemakel commented 7 years ago

This probably also relates to serializing the data model configuration in general, so I'll look at this also when refactoring.