LDflex / Query-Solid

Simple access to data in Solid pods through LDflex expressions
https://solid.github.io/query-ldflex/
MIT License
66 stars 15 forks source link

Support the creation of new resources #7

Closed RubenVerborgh closed 4 years ago

RubenVerborgh commented 5 years ago

See https://github.com/Inrupt-inc/solid-react-sdk/issues/2

james-martin-jd commented 5 years ago

Ideally this would include support to create new files of any type, not just .acl files, although that will be a specific requirement for the react SDK 0.4.0.

Added a milestone for SDK version 0.3.0, which is targeting a late February release, but will begin work soon.

RubenVerborgh commented 5 years ago

@james-martin-jd Split issues into this one (file creation) and #9 (ACL-specific).

joachimvh commented 5 years ago

What exactly is meant with the creation of any file type? From what I can see it already is possible to write to non-existent paths, causing that file to be created in the pod, so what exactly is required then? (Besides the acl files that is)

RubenVerborgh commented 4 years ago

@james-martin-jd Is the use case creating a blank document? Because it is actually supported to create documents by just adding data to them: https://solid.github.io/ldflex-playground/#%5Bhttps%3A%2F%2Frubenverborgh.inrupt.net%2Fpublic%2Fyour-document-here%23note%5D.name.add('A%20note%20in%20a%20new%20document')

RubenVerborgh commented 4 years ago

Closed by #60.