Real-Dev-Squad / feature-flag-frontend

Feature flag frontend repo
MIT License
0 stars 2 forks source link

feat: feature-flag details page `/featureflags/:id` #11

Open MehulKChaudhari opened 2 weeks ago

MehulKChaudhari commented 2 weeks ago

Issue Description

Clicking on a feature-flag should open a page /featureflags/:id that includes:

Expected Behavior

When clicking on a feature-flag, the user should be directed to the feature-flag’s detail page (/featureflags/:id), where:

Note: We don't have any mockups/figma for this. Just make the colors etc reference from other RDS sites and match the design system.

Current Behavior

Currently, there is no feature-flag detail page, or the page does not display the toggle or user selection field for granting access to specific users.

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Checklist