redhat-developer / redhat-developer/vscode-wizard
Support for Dynamic Looping workflows
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Workflows can allow for dynamic looping.
Example. If you have a check box that says, "Add New Page", the next page also has the a check box that allows user to select "Add Another" and each time that is selected and you click on "Next" Button, the same page appears again allowing fresh user input, the data can be stored in some kind of array for processing afterwards. If "Add Another" is not selected, the workflow can progress to the next page or complete depending upon how it's defined.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by locating the workflow definition and page-navigation implementation, then determine how repeated page data is represented; done means a checkbox-driven loop can repeat a page, retain each input set, and continue when looping stops.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100