Currently the generator only stores active services when it should contain all information about each service regardless if disabled.
Change the data structures to not exclude disabled services/methods.
This makes it easier to decide if we want to bother with real-time enabling/disabling of services and their methods to allow the user to call some API to change functionality instead of rebuilding the docker image for the generator.
This likely means we'll choose 1 structure and update some algorithms to choose the currently enabled services and from their enabled methods. It's more runtime overhead but it doesn't matter much in this toy project.
Currently the generator only stores active services when it should contain all information about each service regardless if disabled.
Change the data structures to not exclude disabled services/methods.
This makes it easier to decide if we want to bother with real-time enabling/disabling of services and their methods to allow the user to call some API to change functionality instead of rebuilding the docker image for the generator.
This likely means we'll choose 1 structure and update some algorithms to choose the currently enabled services and from their enabled methods. It's more runtime overhead but it doesn't matter much in this toy project.