Skip to content

YH-2022: added new feature flag dashboard.subscription.show-ny-banner…#1269

Open
artem-Tolmachev wants to merge 1 commit into
developfrom
feature/YH-2022
Open

YH-2022: added new feature flag dashboard.subscription.show-ny-banner…#1269
artem-Tolmachev wants to merge 1 commit into
developfrom
feature/YH-2022

Conversation

@artem-Tolmachev

Copy link
Copy Markdown
Collaborator

Что сделано

  • Создал новый фича флаг через админку - dashboard.subscription.show-ny-banner
  • Создал новый фича-флаг dashboard.subscription.show-ny-banner в featureFlags.ts
  • Удалил моковую проверку с помощью флага nyBanner заменив на новую из запроса.
  • Удалил из моковых фича флагов nyBanner

@artem-Tolmachev artem-Tolmachev added review the task is currently being reviewed feature New functionality or improvements labels May 28, 2026

export const featureFlagsMock: Response<FeatureFlagApiItem[]> = {
data: [
{

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - Добавь реальный ответ по твоему флагу сюда вместо удаленного

import { FeatureFlags, ClientType } from '../types/featureFlag';

export const featureFlags: FeatureFlags = {
nyBanner: {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ISSUE] - В админке твой флаг включен и имеет роли. В задаче указано другое

@PerelomaDenis PerelomaDenis added comments Code improvements are required and removed review the task is currently being reviewed labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comments Code improvements are required feature New functionality or improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants