daisy / pipeline-ui

A user interface for the DAISY Pipeline 2
MIT License
5 stars 2 forks source link

Make Job’s name read only #89

Closed prashantverma2014 closed 1 year ago

prashantverma2014 commented 1 year ago

The new “Job’s name” is a edit field. It should be made read-only. And its label could be “selected Job”. At present the user may have a confusion what is expected in this field. And if the user deletes the “Job’s name” text, the tab name changes.

NPavie commented 1 year ago

Hi Prashant, thanks for the feedback

The idea between this field is to let user "customize" the jobs name (as permitted by the pipeline by giving a "nice name" to it).

Would it be acceptable if we either rename the field or add a description to better explain what it's use is ? (I added it a bit quickly without adding much details to it)

prashantverma2014 commented 1 year ago

You may rename it. How about naming it "custom job tab name" and keeping it blank. At this time the Job tab name will be same as selected script name. When user will input something in this edit field, the job tab name will change.