Is your feature request related to a problem? Please describe.
Sometimes a recipe override needs to be given a custom name, for example if you need more than one override for a single recipe (e.g. Intel + ARM).
Describe the solution you'd like
A pop-up window should appear when clicking on the "create override" button in the Recipes page, or, if #11 is implemented, when a recipe is added, giving the option to rename the override file (the default should appear in the name field). The recipe identifier of the override would also have to be amended to reflect the name.
Additional context
Custom recipe overrides for a single recipe introduces a new problem that will have to be addressed - currently the recipe list is generated by adding the recipe itself to the list. Overrides usurp the parent recipe by nature of their filename being the same as the parent they override, but if a custom filename is given, this is the name that needs to be added to the recipe list rather than its parent. Therefore, the recipe list is going to have to be aware of this - the name in the list has to be updated to match the override that was created.
Is your feature request related to a problem? Please describe.
Sometimes a recipe override needs to be given a custom name, for example if you need more than one override for a single recipe (e.g. Intel + ARM).
Describe the solution you'd like
A pop-up window should appear when clicking on the "create override" button in the Recipes page, or, if #11 is implemented, when a recipe is added, giving the option to rename the override file (the default should appear in the name field). The recipe identifier of the override would also have to be amended to reflect the name.
Additional context
Custom recipe overrides for a single recipe introduces a new problem that will have to be addressed - currently the recipe list is generated by adding the recipe itself to the list. Overrides usurp the parent recipe by nature of their filename being the same as the parent they override, but if a custom filename is given, this is the name that needs to be added to the recipe list rather than its parent. Therefore, the recipe list is going to have to be aware of this - the name in the list has to be updated to match the override that was created.