Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Flag を追加できるようにする #4357

Open
Takeno-hito opened this issue Jul 8, 2024 · 1 comment · May be fixed by #4362
Open

Feature Flag を追加できるようにする #4357

Takeno-hito opened this issue Jul 8, 2024 · 1 comment · May be fixed by #4362
Assignees

Comments

@Takeno-hito
Copy link
Member

Feature Flag を追加できるようにしたい

モチベーション

最近の開発スピードが停滞している / もう少し気軽に新規機能を追加できるようにしたい

要件

  • 設定のタブに "Feature Flag" を追加する (名称は何も決めてないので考える余地あり)
  • Feature Flag 自体はコードで管理する ( FeatureFlag.ts みたいなのがあればいいんじゃないかなと思っている)
    • (和名なら 試験的機能 とか?)
  • 一般的なものと違い、Feature Flag は全員が自由にいつでも切り替え可能にする(透明性にも関わる)
  • ブラウザのみで反映させる(一旦簡易的に行うため。現時点でサーバーと通信はしないが、将来的には考えても良いと思う)
    • ↑なので、設定の保存も一旦はブラウザに入れる
  • 期間限定にする( Feature Flag を自動的に閉じるよう、締切の時間を必ず登録する運用をする) → Feature Flag の
  • 各 Feature Flag のデフォルト状態については考える余地あり(デフォルト ON / デフォルト OFF みたいなのを設定できても良いかも)

起点の投稿

https://q.trap.jp/messages/02af14a5-7915-4bf4-8cc0-6c204e9a3e52

@Takeno-hito
Copy link
Member Author

Takeno-hito commented Jul 9, 2024

[option] 該当 FeatureFlag に直接飛べるリンクがあると嬉しそう

@Takeno-hito Takeno-hito linked a pull request Aug 9, 2024 that will close this issue
@Takeno-hito Takeno-hito self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant