0xPlaygrounds / 0xPlaygrounds/subgrounds
Serializable Subgrounds Queries
- 主要言語
- Python
- スター
- 73
- フォーク
- 12
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Is your feature request related to a problem? Please describe.**
I would like to build my queries and execute them separately.
**Describe the solution you'd like**
Serializable queries
**Describe alternatives you've considered**
Saving queries as code and running it separately
**Additional context**
- Serializing synthetic fields will require pickle (or dill to be safer)
- Technically, this is arbitrary code execution so by default, Synthetic support would be off with a flag to turn it on (and a warning).
- This would either happen on-save **and** on-load (with flags and warnings in appropriate locations).
**Implementation checklist**
- [ ] Task 1
コントリビューションガイド
調査の方向性
Look at the Subgrounds query building and execution code to understand the current query representation. Investigate serialization methods (pickle/dill) and how to safely handle synthetic fields. Determine where to add serialization/deserialization logic and the flag for enabling synthetic field support.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- graphql, python
- 領域
- backend, data
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100