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

fix: Remove feature flag from onboarding extension request features. #2376

Open
6 of 10 tasks
pankajjs opened this issue Feb 6, 2025 · 0 comments
Open
6 of 10 tasks

Comments

@pankajjs
Copy link
Member

pankajjs commented Feb 6, 2025

Issue Description

Currently, all features for onboarding extension request are behind feature flag.
The features include -

  • Create onboarding extension API POST /requests
  • Edit onboarding extension API PATCH /requests/:id
  • Approve/Reject onboarding extension API PUT /requests/:id
  • Discord command to create the request /onboarding-extension

Expected Behaviour

User should be able to access the features without feature flag.

Current Behaviour

All mentioned features are behind feature flag.

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

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.
@pankajjs pankajjs changed the title fix: Remove feature flag from onboarding extension request feature. fix: Remove feature flag from onboarding extension request features. Feb 6, 2025
@pankajjs pankajjs assigned pankajjs and unassigned pankajjs Feb 9, 2025
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