manifest
manifest copied to clipboard
Add filters to the admin panel
Description:
Enhance the admin panel by automatically adding filters to list views based on entity properties. This will make it easier for users managing large datasets to filter and manipulate data efficiently. Currently, filtering is a complex and manual process.
Proposal:
- Automatically generate filters for each entity property type, including relations.
- Group filters in an expandable section for better usability.
- Consider adding a global search field that searches across all string properties, depending on complexity.
Filter Mapping:
| Property | Filter Type |
|---|---|
| String | General search |
| Textarea | N/A |
| Rich Text | N/A |
| Number | Min/Max input |
| Link | N/A |
| Money | Min/Max input |
| Date | From/To datepicker |
| Timestamp | From/To datepicker |
| N/A | |
| Boolean | Dropdown (Yes/No) |
| File/Image | N/A |
| Password | N/A |
| Choice | Multi-select |
| Location | N/A |
This feature will significantly improve data management in the admin panel. Feedback is welcome on feasibility and potential enhancements! 🚀