Support automatic server-side encryption of Dash props
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 24.4k
- フォーク
- 2.3k
- 平均マージ
- 2日 7時間
- マージ済み PR(30日)
- 13
説明
Enable e.g. dcc.Store to encrypt/decrypt its data-* props on the server, and possibly expand to other components.
#254 was a first cut at implementing this in dash.py and some design discussion is available there. It seems like the way forward here is to make the base component class extensible with server-side transform/inverse_transform extension points.
@chriddyp is there an existing issue that captures other needs/thoughts around the base component extension idea?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず dash.py の最初の実装と issue #254 の設計に関する議論を読み、次にここで言及されているベースコンポーネントと dcc.Store の data-* props を確認します。サーバー側の transform/inverse_transform アプローチが定義され、dcc.Store の自動的な暗号化と復号が実装され、他のコンポーネントへの拡張範囲が定められた時点で作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend, security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100