-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
Data exports currently expose only the numeric variables (e.g., 1, 2, 3) for the review status of records, making it difficult for users to immediately understand the status. The corresponding string values (e.g., Pending, Approved, Rejected) should also be included in the data export files.
Expected Behavior
When a data export is generated (e.g., as a CSV, JSON, or Excel file), the column(s) related to review status should contain both:
-
The existing numeric code (e.g., review_status_code).
-
The corresponding string value (e.g., review_status).
Actual Behavior
Data exports currently only contain the numeric code for the review status.
Steps to Reproduce
- Navigate to the data export panel.
- Select a data export type
- Click on the
Show advanced export options - Select the
Include reviewsoption - Prepare the data export
- Download the data export
- Open the downloaded file and observe the values in the review status column.
Metadata
Metadata
Assignees
Labels
No labels