Mopsgamer / Mopsgamer/draqun

feat: feature toggles for experiments

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

chore enhancement
Dominant language
Go
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Summary

Implement an experiments-based approach where features can be toggled dynamically without modifying the core application logic.

Feature Details

The current application lacks a mechanism for testing new features without directly
deploying changes to production. Implementing an experiment framework will allow
developers to enable or disable features dynamically.

Proposed approach:

  • Introduce a feature flag management system (e.g., config-based, database-driven, or
    third-party solutions like LaunchDarkly).
  • Ensure feature toggles can be controlled at runtime without redeploying the
    application.
  • Implement UI and backend support for enabling/disabling experiments.
Additional Information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by mapping the existing configuration, backend, and UI paths, then decide whether a config-based, database-driven, or third-party approach fits. Done means experiments can be enabled or disabled at runtime through both backend and UI support without redeploying.

Written by the indexing model from the issue text.

Assessment

Domain
full-stack
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.