New Tasks Scheduler - Name the Task
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## ACs
- The last sub-step of the 'Schedule a Task' page should be "Name the Task"
- Display the text "Name the Task"
- Display suggested text in the Name input box . For example, if I chose a script called "air quality downsample" then the suggested task name would be "air quality downsample task"
- Display a red asterisk to the right of the "Name" to indicate that name is required
- The bottom of the screen should display the "Cancel" and "Schedule Task" buttons
- "Schedule Task" should be disabled until all required fields are filled in
- When the user clicks the "Schedule Task" button they should be navigated to the task run log page for that newly created task (task detail page). Also, display a toast message notifying the user that they've successfully created and saved their task. Julia James can provide the exact wording of the toast message.
- Add data validation to the name field (backend API might do this for us)
## Implementation
- See Figma https://www.figma.com/file/r91KxurPL3VQ7JMqc9Ldqo/New-Tasks-Experience?node-id=1669%3A33944
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.