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

Remove dev feature flag from GET /users API #2142

Open
5 of 10 tasks
samarpan1738 opened this issue Sep 10, 2024 · 0 comments
Open
5 of 10 tasks

Remove dev feature flag from GET /users API #2142

samarpan1738 opened this issue Sep 10, 2024 · 0 comments

Comments

@samarpan1738
Copy link
Contributor

samarpan1738 commented Sep 10, 2024

Issue Description

This API has been live on prod for a long time but the feature flag has not been removed.
Remove the dev FF from backend and all other repos where its being used.

Reason for adding dev FF

  1. To get user by discord id through a query param for /user discord command
  2. Change query param with name query to q

Usages in other repos

  1. discord-slash-commands - Partial use 🟨
  2. members-site - None of the usages are using dev FF 🟥
  3. mobile-app - None of the usages are using dev FF 🟥
  4. website-dashboard - None of the usages are using dev FF 🟥
  5. website-status - None of the usages are using dev FF 🟥

This is a subtask of #2075

Expected Behavior

Current Behavior

Screenshots

NA

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

NA

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant