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

Backend Feature flag API endpoint #1307

Closed
amurphy-cl opened this issue Feb 13, 2024 · 0 comments · Fixed by #1582
Closed

Backend Feature flag API endpoint #1307

amurphy-cl opened this issue Feb 13, 2024 · 0 comments · Fixed by #1582

Comments

@amurphy-cl
Copy link
Collaborator

amurphy-cl commented Feb 13, 2024

Current endpoint featureflag only has GET

Need to change to POST, e.g.
POST /api/v5/featureflags

Acceptance criteria

Request should have user and app context

Response should be list of feature flags TRUE for a current user
[
"AREA_MOTIVATIONAL_SUPPORT",
"USE_AREA_PROBLEM"
]

@amurphy-cl amurphy-cl added the priority: high High priority issue label Feb 13, 2024
@amurphy-cl amurphy-cl moved this to Refined ToDo in UpGrade Project Feb 13, 2024
@amurphy-cl amurphy-cl removed the status in UpGrade Project Feb 27, 2024
@amurphy-cl amurphy-cl changed the title Remove backend logic for old feature flag functionality Backend logic changes for old feature flags Mar 5, 2024
@amurphy-cl amurphy-cl changed the title Backend logic changes for old feature flags Client changes for feature flag endpoint Mar 5, 2024
@amurphy-cl amurphy-cl added this to the Program Increment PI11 milestone Mar 12, 2024
@amurphy-cl amurphy-cl moved this to Refined ToDo in UpGrade Project Mar 12, 2024
@danoswaltCL danoswaltCL changed the title Client changes for feature flag endpoint Backend Feature flag API endpoint Apr 1, 2024
@RidhamShah RidhamShah moved this from Refined ToDo to In Progress in UpGrade Project Apr 2, 2024
@RidhamShah RidhamShah linked a pull request May 24, 2024 that will close this issue
@RidhamShah RidhamShah moved this from In Progress to Code Review in UpGrade Project May 24, 2024
@RidhamShah RidhamShah moved this from Code Review to QA in UpGrade Project Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants