manifest icon indicating copy to clipboard operation
manifest copied to clipboard

Add filters to the admin panel

Open SebConejo opened this issue 10 months ago • 0 comments

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
Email 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! 🚀

SebConejo avatar Feb 28 '25 09:02 SebConejo