-
-
Notifications
You must be signed in to change notification settings - Fork 272
Description
Would a history feature for previously entered parameters be useful for this project?
At our company, we use the script-server and it is tedious to re-input the parameters for a script every time you want to use it. Most of the time, you want to run the script multiple times with the same parameters.
I created a basic way to save parameter history. It stores the history in the browser and offers options for executing the script with parameters, favorites, and limits the maximum number of entries in the history (for non-favorites) to ten.
When navigating to the script, it also enters all parameters of the top entry (from the histories).


I would be happy to provide the code for this feature if it fits into the project. It's my first time implementing something like this, so the code isn't great.