What problem does it solve?
This Skill provides a structured and declarative way to define how data is presented and interacted with within the QUESTPIE admin panel, streamlining backend development.
Core Features & Use Cases
- Customizable Views: Define list, form, dashboard, and sidebar layouts for collections and globals.
- Dynamic Forms: Implement sections, sidebars, computed fields, and conditional visibility for complex data structures.
- Interactive Dashboards: Create widgets for stats, values, charts, and recent items to provide at-a-glance insights.
- Use Case: As a backend developer, you need to create an intuitive admin interface for managing user profiles. You can use this Skill to define a list view showing key user details, a form view with sections for personal information and account settings, and a dashboard widget displaying new user sign-ups per day.
Quick Start
Configure a list view for the 'posts' collection to display the 'title', 'slug', and 'createdAt' fields, making them searchable and sorting by 'createdAt' in descending order.