naymspace
- 6 skills
- 0 followers
- 9 hours ago last updated
- ▌ Upgrade · naymspaceUse when upgrading Backpex to a newer version, handling breaking changes, or migrating code after a version bump. Also use when the user asks about what changed between versions.
- ▌ Create Field · naymspaceUse when creating custom Backpex field types, implementing the Backpex.Field behaviour, or adding fields to a LiveResource's fields/0 callback.
- ▌ Create Filter · naymspaceUse when adding a filter to a Backpex LiveResource, creating a filter module, or the user asks about filtering data in Backpex index views.
- ▌ Create Item Action · naymspaceUse when creating custom Backpex item actions, adding action buttons to table rows or the show page, or modifying the default edit/delete/show actions.
- ▌ Create Live Resource · naymspaceUse when scaffolding a new Backpex LiveResource, setting up admin CRUD views, or configuring adapter_config, fields, filters, and routing for a resource.
- ▌ Create Resource Action · naymspaceUse when creating Backpex resource actions for global operations like bulk exports, invitations, imports, or any action that applies to the resource as a whole rather than individual items.