-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should sub-directories of solid:instanceContainer
considered in apps?
#30
Comments
I think it's depend on the client-client standard the app is following. In my understanding, TypeIndex should be used to advertise primary objects like contacts/address books, pictures and so on. Once an app has discovered its entry points, the next steps should be defined in a client-client spec that can be followed by different apps for ("vertical") interoperability. |
It would be very confusing if the meaning of |
From https://github.com/solid/solid/blob/main/proposals/data-discovery.md#solidinstancecontainer:
It says "list", not "traverse" or "recursively traverse" so let's assume the answer to the OP's question is "no", unless new evidence to the contrary is found. |
I am still unsure what "list" means. A container contains documents, not instances of the given type. So does it mean I have to read all documents contained in the container and consider all instances of the type found in those documents? |
Suppose we have a
solid:instanceContainer
that points tohttps://pod-url.net/bookmarks/
in a typeindex documentThat also has subdirectories such as
/meetings
,/video-tuts
, etc.should an app parse all files inside the sub-directories of
/bookmarks
or do only the first-level files have to be parsed?The text was updated successfully, but these errors were encountered: