nodeSolidServer / nodeSolidServer/node-solid-server
solid-notifications
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
Objectives : apply solid-notifications protocol https://solid.github.io/notifications/protocol
and compatibility with CSS implementation https://github.com/CommunitySolidServer/CommunitySolidServer/documentation/markdown/usage/notifications.md
- discovery subscription service : link header (relative URL ?)
link: <.well-known/solid-notifications>; rel="http://www.w3.org/ns/solid/terms#storageDescription" - turtle subscription service document (if turtle relative ?)
- [ ] WebSocketChannel2023 :podRoot/.notifications/WebSocketChannel2023/
- [ ] WebHookChannel2023 :podRoot/.notifications/WebHookChannel2023/ - subscription
- [ ] authenticated json-ld POST
- [ ] read followed item
- [ ] json-ld response (contains subscription URL) - default duration of the subscription URL) : 2 weeks (?)
- unsubscribe : DELETE the subscription url received in the subscription response (no need to be authenticated)
- notifications messages json-ld
- [ ] notification types
- [ ] extra features
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先将 Solid Notifications 协议与链接的 CommunitySolidServer 兼容性文档进行比较,然后将检查清单中的每一项映射到 node-solid-server 中现有的通知相关代码。完成的标准是实现并测试 discovery、subscription、channel documents、unsubscribe 行为、duration 和 JSON-LD notification messages,包括列出的 notification types 和 features。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend-api-design
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100