Skip to content

Expose more of the backend system config to the frontend #4

Description

@JoshuaJewell

Problem

Some existing backend system config needs to be mutable from the frontend: specifically, config/primers.yml, config/composition/ filter lists, and some keys from databases.yml (possibly for moving into pipeline.yml?).

Right now, system-level behaviour in these files requires manual config updates. The frontend should provide a controlled way to view and edit supported backend system config values.

Proposed behaviour

Add backend keys to the existing system config interface that can:

  • fetch supported backend system config
  • display editable config fields
  • update mutable config values
  • persist changes through the backend
  • avoid requiring manual backend edits for user-scoped config changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions