Skip to content

Generator: Include disabled services #35

Description

@Braqzen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions