SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Add instance containers to Your Stuff #179

Closed timbl closed 1 year ago

timbl commented 2 years ago

Currently individual instances of things, like Trackers and Chats, show up in the "Your Stuff" lists. But collections of things, like a folder of Movies or Recipes do not show up.
The type index data looks like for example


:05bcf345-9c87-409b-9558-14e679421da5
    a solid:TypeRegistration;
    solid:forClass schem:Movie;
    solid:instanceContainer mov: .
:7af1631c-05c8-472f-b883-e3434e030ba0
    a solid:TypeRegistration;
    solid:forClass schem:Recipe;
    solid:instanceContainer coo: .
:c6a676bc-935d-4eb7-8fd1-69b5ecbd50f4
    a solid:TypeRegistration;
    solid:forClass schem:WatchAction;
    solid:instanceContainer mov: .
bourgeoa commented 2 years ago

I think there is an issue, the content of the container is listed, I suppose it should be the container.

image

image

bourgeoa commented 1 year ago

closed with https://github.com/SolidOS/solid-logic/issues/54