GraphiteEditor / GraphiteEditor/Graphite
Stable document format MVP
- 主要言語
- Rust
- スター
- 27.2k
- フォーク
- 1.3k
- 平均マージ
- 20時間 5分
- マージ済み PR(30日)
- 57
説明
Stable document format:
- Infrastructure for migrating old to new formats
- Separate structure for storing the document, decoupled from the `struct DocumentMessageHandler` and `struct NodeNetwork` definitions
- One struct per version, plus an associated upgrade function that goes to the next version
- ASCII graph structure markup format (use RON syntax, we need to define the semantics), see #1605
- Translation back from the ASCII format to those structs
- A way to look up a built-in node's definition by its name and not have to store its sub-network
- A way to store user-created subgraph network (or modified from a built-in node definition)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず issue #1605 と、ここで言及されている既存の DocumentMessageHandler および NodeNetwork の定義を読みます。フォーマットのセマンティクス、バージョニング、アップグレードの境界を明確にし、その後、組み込みサブグラフとユーザー作成サブグラフの表現方法の範囲を定めます。完了条件は、一覧にある移行、シリアライズ、検索、変換の機能について、設計と実装に合意することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- data
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100