Add 'TimeField' Field Type
オープン
@timbl がすでに取り組んでいます。
2019年12月16日 から。
enhancement
- 主要言語
- TypeScript
- スター
- 153
- フォーク
- 46
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 7
説明
User Story
As a Form Designer, I want the ability to specify time fields within the Form Model, so users can enter times.
Acceptance Criteria
- In a Form Model, include a 'TimeField' data field where can optionally define the minimum and maximum values for the entered time (in seconds since midnight).
- When the Form Model is rendered, an appropriate Time picker is displayed allowing the user to enter the time.
Proposed TimeField Design
:trainArrivalTime a ui:TimeField ;
ui:label "Arrival Time: "@en ;
ui:minValue "06:00:00" ;
ui:maxValue "21:59:59" ;
ui:property TrainTrip:arrivalTime .
Example Form Model
- Form Model: https://solidsdk.inrupt.net/public/FormLanguage/examples/FormModel/TimeField.ttl#formRoot
- Data Source: {Your WebID}
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。