Skip to content
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

[FEATURE]: Back button after recipe fails #979

Open
r3ps4J opened this issue Aug 23, 2024 · 1 comment
Open

[FEATURE]: Back button after recipe fails #979

r3ps4J opened this issue Aug 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@r3ps4J
Copy link

r3ps4J commented Aug 23, 2024

Scope

Web

Feature Description

When a recipe fails for any reason, right now you need to start over the entire process. Filling in the chosen recipe, database options and other variables as well as setting the location of the server data. I would like to suggest to be able to choose between starting over and just going back 1 step in case you mistyped something in the variables for instance.

Use Case

Well right now I ran into a recipe that was poorly configured, and used a database file with a hardcoded databasename instead of respecting the database configuration. My database user didn't have access to that database, and thus the recipe failed. Following this I had to redo the whole process. (And yeah in this case, definitely the recipe maker's fault)

But let's take a simpler use case. You have a recipe with a variable that determines something somewhere in the recipe, be it a download or a special set up or something, if you mistype what you needed to put it in fails and you have to redo the whole process. Instead it would be much easier to go back 1 step, fix your mistake, and rerun the recipe.

Proposed Solution

Add a button to go back 1 step next to the "Cancel and Return to Setup" button.

Additional Info

How it looks now when something fails:
image

@r3ps4J r3ps4J added the enhancement New feature or request label Aug 23, 2024
@tabarra
Copy link
Owner

tabarra commented Sep 29, 2024

Thank you.
I think this will be implemented when I refactor the setup page, deployer, and recipe system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants