Skip to content

Sync frontend configuration defaults with backend values #14

@imnotevelyn

Description

@imnotevelyn

Hardcoded default values for guild configuration exist in React files like GuildConfigPage.js (e.g., slowmode, check intervals). If the backend changes, these defaults may become inconsistent.

Example Files:

  • dashboard/src/pages/GuildConfigPage.js
  • Backend config endpoint(s)

Recommended Actions:

  • Fetch and sync defaults from the backend dynamically whenever possible.
  • Document default value sources for maintainers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions