Updated Interactive Setup CLI (Unfinished Part 2)

This commit is contained in:
DJj123dj
2025-04-08 13:51:01 +02:00
parent 1fddad1e96
commit 30352b570a
2 changed files with 307 additions and 39 deletions
+1 -11
View File
@@ -601,14 +601,4 @@ export const defaultDropdownOptionsFunction = (manager:api.ODCheckerManager, fun
})
return {valid:(final.length < 1),messages:final}
}
/* TODO
* - add & duplicate functionality for arrays (complex)
* - move & remove functionality for arrays (simple)
* - add/duplicate generators + forms for each structure type
* - implement default value & skip values in all structures
* - when sub-arrays are required to be configured in an add/duplicate generator, it will have an extra "next" option in the menu to go back to the next property to configure.
* - when sub-objects are required to be configured in an add/duplicate generator, it will have an extra "next" option in the menu to go back to the next property to configure.
* - and more
*/
}