nodeSolidServer / nodeSolidServer/node-solid-server
solid-notifications
オープン
まだ誰も着手していません。
- 主要言語
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Solid Notifications protocol とリンク先の CommunitySolidServer 互換性ドキュメントを比較し、次にチェックリストの各項目を node-solid-server にある既存の通知関連コードに対応付けます。完了条件は、discovery、subscription、channel documents、unsubscribe の動作、duration、JSON-LD 通知メッセージを、一覧にある通知の種類と機能を含めて実装し、テストすることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- backend-api-design
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100