We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a /featureFlags route to render a list of all the feature-flags
/featureFlags
We should have a page to show all the feature-flags.
We don't have a page which renders all the feature-flags
####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.
The text was updated successfully, but these errors were encountered:
For now we can use this dummy data,
[ { "id": "287dc2fd-9982-4d15-9df2-3300aa7659e6", "name": "feature-flag-1", "description": "Demo feature flag 1", "status": "ENABLED", "createdAt": 1718140371, "createdBy": "user1", "updatedAt": 1718140371, "updatedBy": "user1" }, { "id": "3a2fcd44-6fb7-4d56-8c14-5b4c7a1e482b", "name": "feature-flag-2", "description": "Demo feature flag 2", "status": "DISABLED", "createdAt": 1718140450, "createdBy": "user2", "updatedAt": 1718140450, "updatedBy": "user2" }, { "id": "57f1a3d0-6740-438e-8ff3-15bc1d5aa789", "name": "feature-flag-3", "description": "Demo feature flag 3", "status": "ENABLED", "createdAt": 1718140520, "createdBy": "user3", "updatedAt": 1718140520, "updatedBy": "user3" }, { "id": "8a54f032-4509-4f43-a6d7-4e3e7bca6d8c", "name": "feature-flag-4", "description": "Demo feature flag 4", "status": "ENABLED", "createdAt": 1718140600, "createdBy": "user4", "updatedAt": 1718140600, "updatedBy": "user4" }, { "id": "b5e567e7-f1e1-4d8d-b827-f3e77653d6b1", "name": "feature-flag-5", "description": "Demo feature flag 5", "status": "DISABLED", "createdAt": 1718140650, "createdBy": "user5", "updatedAt": 1718140650, "updatedBy": "user5" } ]
Sorry, something went wrong.
MehulKChaudhari
No branches or pull requests
Issue Description
Add a
/featureFlags
route to render a list of all the feature-flagsExpected Behavior
We should have a page to show all the feature-flags.
Current Behavior
We don't have a page which renders all the feature-flags
####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.
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: