pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 14 forks source link

💡 [Feature]: Add forms for scaffolding and other create flows instead of QA approach #124

Closed Adam-it closed 4 months ago

Adam-it commented 8 months ago

🎯 Aim of the feature

Currently when scaffold a new project or run the CI/CD action the user needs to go over answering a couple of steps before the action runs. This is a bit misleading as the user has no info how many more steps there are, it's also hard to get an overview of what was set in previous steps etc. Instead of the current approach a better one would be to create dedicated full page views which would present all the steps and inputs the user needs to fill in order to proceed with the flow. Some options might be optional. Also this provides an opportunity to extend the forms with our own custom made steps.

What should we refactor: