arayabrain / barebone-studio

pipeline tool
GNU General Public License v3.0
1 stars 3 forks source link

【FrontEnd Test】Record View Change Workflow Name #437

Open tsuchiyama-araya opened 2 days ago

tsuchiyama-araya commented 2 days ago

Descriptions: Changing the Name of the workflow from Records View.

Actions Needed To Be Done Automatically. ・click ""Name"" column value ""lccd_sample"" ・change field value to ""lccd_sample_renamed"" ・click empty area on window"

Completed When Workflow Name will Be changed.

tsuchiyama-araya commented 2 days ago

【メモ】 Record画面に名前を変更するための挙動。 Experiment.tsx -> ExperimentTable.tsx このように設計されている。 そして、ExperimentTableの穴かにあるTableBodyのRowItemにNameのためのTable Cellがあります。
そして、こちらがクリックされる時にはOnEditが動きます。または、OnChangeの場合は、onChangeName が動きます。

tsuchiyama-araya commented 2 days ago

Experiment Tableのテストを作成中です。 Expirement TableにStoreを準備するために、たくさんの情報が必要のため、結構時間がかかっています。 一応、Mockデータとして、準備してありますので、Renderに成功しますが、出力されている値がない。。