Skip to content

create app configuration #15

Description

@NachoVazquez

Problem Statement

We want to implement an application as configurable is possible, allowing users to customize various aspects of the application without needing to modify the source code directly. This includes configuration for features, UI elements, and other settings that can be adjusted based on user preferences or deployment environments.

Proposed Solution

Implement a configuration system that allows users to define settings in a structured format (e.g., JSON, YAML) that can be loaded at runtime. This system should support.

To start the configuration will be loaded from a central file, but we can later implement a per workspace configuration.

Alternatives Considered

Not have a configuration and just offer some good defaults.

Example Usage

If applicable, provide code examples or scenarios showing how this feature would be used.

// Example of how the API might look
config.LoadConfiguration(params)

Additional Context

Would you be willing to contribute this feature?

  • Yes, I'd be willing to submit a PR for this feature
  • No, I'm requesting someone else implement this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions