You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a script generator user, I find the current parameters file workflow a problem. When I click "Generate Script", an sgp (parameters file) is also created. I can currently also generate an sgp file by clicking "Save Parameters". When I click "Save Parameters" this updates the pointer and UI label to the current script generator parameters file, but when I click "Generate Script" the current parameters file pointer is not updated. My workflow expects the current parameters file to be the same as the script I am generating. The load and save parameters file mechanism is more complex than required.
This ticket is to couple the parameters file to the script fully removing the "Save Parameters" and "Save Parameters As" button and renaming the "Load Parameters" button to "Load Script" as these are confusing the workflow. The new workflow will be to click "Generate Script" which produces the two files and updates the current script parameters file.
Acceptance Criteria:
The "Save Parameters" and "Save Parameters As" buttons are removed
When I press "Generate Script" two files are saved and the current script parameters file asterisk is updated
When I press "Generate Script As" I am able to give a name to the files saved and the current script parameters name and asterisk is updated
The "Load Parameters" button is renamed to "Load Script"
The "Current Parameters File" label is changed to "Current Script"
Fix squish and unit tests to work with changes
The text was updated successfully, but these errors were encountered:
As a script generator user, I find the current parameters file workflow a problem. When I click "Generate Script", an sgp (parameters file) is also created. I can currently also generate an sgp file by clicking "Save Parameters". When I click "Save Parameters" this updates the pointer and UI label to the current script generator parameters file, but when I click "Generate Script" the current parameters file pointer is not updated. My workflow expects the current parameters file to be the same as the script I am generating. The load and save parameters file mechanism is more complex than required.
This ticket is to couple the parameters file to the script fully removing the "Save Parameters" and "Save Parameters As" button and renaming the "Load Parameters" button to "Load Script" as these are confusing the workflow. The new workflow will be to click "Generate Script" which produces the two files and updates the current script parameters file.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: