Hexabot
Hexabot copied to clipboard
💡 [REQUEST] - Translation Grid Filtering and Sorting
Summary
The current translation grid component in translation page does not provide filtering or sorting capabilities, making it difficult for users to efficiently manage and locate specific translations.
Basic Example
To enhance usability and productivity, we should implement the following features:
- Filtering by Translation Status: Allow users to filter translations based on their status (translated or needs translation). This will enable users to quickly focus on items that require their attention.
- Sorting by Date: Provide options to sort translations by their created date or updated date. This will help users manage translations in a chronological order, making it easier to track progress and identify recent changes.
Acceptance Criteria:
- The translation grid component should have a filter option to display only translated or untranslated items.
- The grid should allow users to sort translations by created date and updated date in both ascending and descending order.
- The filtering and sorting functionality should be intuitive and easy to use.
- The changes should not impact existing functionality or performance.
- The changes should not impact existing functionality or performance.