-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 🎸 SQFormGuidedWorkflow additional section #587
Conversation
I wonder if we need to add a test case for this? On one hand, it's a new feature so it should probably add a test. On the other hand, I don't see how this feature would really change how a user uses Guided Workflow. Might be too close to testing implementation detail |
Ya, not sure that'd be useful. we're not testing any "displays x if y" scenarios with the contents of the guided workflow. Instead we test the workflow details (Click x opens section y, etc). |
@@ -63,6 +64,7 @@ function SQFormGuidedWorkflow({ | |||
useManageTaskModules(initialCompletedTasks, taskModulesContext); | |||
|
|||
const transformedTaskModules = taskModules.map((taskModule, index) => { | |||
console.log('taskModule', taskModule.additionalInformationSectionProps); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending the console.log removal
Added the ability for the SQFormGuidedWorkflow component to have an additional section above the agent script section. ✅ Closes: #586
Added the ability for the SQFormGuidedWorkflow component to have an
additional section above the agent script section.
✅ Closes: #586
Loom: https://www.loom.com/share/89ea19daa1ec4588bbc24ca2db0505c2