# SolidOS Team Meeting Template
* Date: 02.15.2023 17:30 (UTC+1)
* Call: [https://meet.jit.si/solid-operating-system](https://meet.jit.si/solid-operating-system)
* [Previous meeting link]()
* [Next meeting link]()
* Chat: [https://gitter.im/solidos/solidos](https://gitter.im/solidos/solidos)
* Repository: [https://github.com/solidos/solidos](https://github.com/solidos/solidos)
* Meetings home: [https://solidos.solidcommunity.net/public/SolidOS%20team%20meetings/](https://solidos.solidcommunity.net/public/SolidOS%20team%20meetings/)
----
## Present attendees
* Angelo, Alain, Noel, Rui, Rahul, Sharon
### Scribes
* Noel
---
## Topics
### Round Table
#### Angelo
- Working on editing features in PodOS.
- Preparing talk for the Solid Symposium.
- E-Mail convertion tool: eml2pod https://github.com/angelo-v/eml2pod
#### Alain
- Installed [CSS](https://github.com/CommunitySolidServer/CommunitySolidServer) test server in a subdomain of `solidcommunity.net` (main domain still running [NSS](https://github.com/nodeSolidServer/node-solid-server)).
- Tried to publish a new version of solidos, but got some errors on solid-ui.
- Found out that rdflib does not return errors for invalid JSONLD (it doesn't add anything to the store, but fails silently).
#### Noel
- Doing [Umai](umai.noeldemartin.com/) maintenance.
#### Rui
- Using Vue to make a Solid Apps, facing some [issues with session reactivity](https://forum.solidproject.org/t/how-to-make-inrupts-authn-library-work-with-vue-pinia-reactivity-issue/6086/8).
#### Sharon
- Working on a presentation to share the current status of SolidOS Chat.
- Maybe will look into how to solve the impersonation issue with Solid chats.
#### Rahul
- Implement [webId profile](http://cxres.pages.dev/profile#i) in their website, would like to see a recipe on how to do it (rather than generic documentation about using linked data).
### Technical topics
#### Urls in Solid Apps
- Noel: Should Solid Apps expose Solid document urls in query parameters? If they do, it's more difficult to use different routes with modern SPA frameworks. They detect different routes looking at the path, not query parameters (nor url fragments).
- Angelo: Query parameters are part of the URI, so it's correct from the perspective of the web.
- Noel: I'll think about a way to solve this issue, maybe we can encode the url in the path or create custom routers. I'll look into it.
#### Containers and RDF
- Rui: Containers can't contain RDF resources, it only contains "documents" and these documents have resources.
- Angelo: This probably has something to do with [LDP](https://www.w3.org/TR/ldp/), which Solid is based on. But Solid is a subset of LDP, so not all the concepts exist in Solid (like indirect containers).
- Rahul: Solving this issue may be part of the [Solid Interoperability panel](https://github.com/solid/data-interoperability-panel).
#### What are public/private things showing up in the SolidOS UI?
- Alain: They are things registered in your private/public type index.
---
This template is based on the [W3C meeting template](https://github.com/solid/specification/blob/main/meetings/template.md)
[Code of conduct](https://github.com/solid/process/blob/main/code-of-conduct.md)