Skip to content

Add a form to create a new feature-flag #21

@MehulKChaudhari

Description

@MehulKChaudhari

Issue Description

Add a form to create a new feature-flag

  1. The form should have a Name, Description Input field
  2. The cancel and create button

Match the RDS design system and use color and fonts.

For rough reference

image

Api:

/feature-flags POST

Payload:
{
"Name": "pagination feature.",
"Description": "Pagination feature in members site ",
"UserId": "RDS userid"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions