nodeSolidServer / nodeSolidServer/node-solid-server

solid-notifications

未關閉
#1,780 5 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 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

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 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

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。