SolidOS / SolidOS/solid-ui

Add 'TimeField' Field Type

オープン
#134 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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

  1. 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).
  2. 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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。