Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 145 forks source link

Remove feature flag for API of fetching tasks when user has enabled it. #1203

Open skv93-coder opened 2 weeks ago

skv93-coder commented 2 weeks ago

Issue Description

Currently, we are using the feature flag for GET /tasks API even when the user has disabled the feature flag. This is preventing using of feature flag to use other feature in this API. But this must be done after through invetigation

Expected Behavior

Current Behavior

Screenshots

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Checklist