Add confirmation step to the Deploy wizard
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 807
- Avg merge
- 10h 12m
- Merged PRs (30d)
- 7
Description
Deploying a SAM Application takes the user through a series of inputs, then proceeds to deploy. The user does not have any indication that they have reached the end of the wizard before the deploy starts, or an opportunity to review the action before proceeding.
Acceptance criteria:
* a final wizard step presents all of the options the user input during the wizard
* user is able to confirm or cancel the wizard on this step
* confirm runs the deploy
* cancel exits the wizard
* user is able to step back to the previous stage in the wizard (just like the other stages)
Things to consider:
* maybe the user can select an option to change it, returning them back to that stage in the wizard
Contributor guide
Research direction
Start by locating the SAM Application Deploy wizard entry point and tracing its existing stages and navigation. Review how the wizard stores each user input, then define the final review step with confirm, cancel, and back behavior; done means all selected options are shown and each action behaves as described in the acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cloud, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100