Style basic fields
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 153
- フォーク
- 46
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 7
説明
Working on this in the basic-field-style branch.
@megoth I'm styling the basic field with JSS, and it needs to go grey / green / red based on sync status and client-side validation. I noticed I could do field.setAttribute('validation', 'pending') and then in regular CSS I could do [validation = "pending"] { color: grey; } (found that on https://www.geeksforgeeks.org/css-attribute-selector/) but this doesn't seem to be supported by JSS, right?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、basic-field-style ブランチと、issue で言及されている basic field の実装を調べます。同期ステータスとクライアント側のバリデーションがどのように表現されているかを確認し、そのうえで、basic field がサポートされていない JSS セレクターに依存せずに pending、valid、invalid の状態を視覚的に区別していることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- design, frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100