-
Notifications
You must be signed in to change notification settings - Fork 5
[AnVIL DX] Remove azuldownload and curldownload feature flags #4733
Copy link
Copy link
Closed
Description
Summary
Remove the azuldownload and curldownload feature flags from the AnVIL Data Explorer so that these features are enabled by default.
Details
The following feature flags are currently gating download functionality:
AZUL_DOWNLOAD— Controls visibility of the Azul file download column (AzulFileDownloadcomponent).CURL_DOWNLOAD— Controls visibility of the curl download export method and the/export/get-curl-commandroute.
These flags are defined in app/shared/entities.ts and referenced in:
app/components/Index/components/AzulFileDownload/azulFileDownload.tsxapp/components/Export/components/AnVILExplorer/CurlDownload/curlDownloadExportMethod.tsxpages/export/get-curl-command.tsxpages/[entityListType]/[...params].tsx
Acceptance criteria
- Remove both feature flag entries from
FEATURESenum - Remove
useFeatureFlagchecks — features should be unconditionally enabled - Clean up any related conditional rendering logic
- Verify download column and curl download export method render without feature flags on dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels