Merged
Conversation
…default action handling
… management with new concerns
…ription attributes for improved clarity
…iption attributes for improved flexibility
…eorderBy for improved clarity and functionality
…proved column action visibility
… remove description attribute
…ng and layout consistency
… and responsiveness
…able reordering for improved data retrieval
…r for task reordering
- Add 46 comprehensive Pest tests covering real-world Kanban board functionality - Implement proper Livewire testing patterns for BoardPage components - Add feature tests for drag-and-drop, actions, commands, and service provider - Fix stub template to use correct API (recordTitleAttribute vs cardTitle) - Remove references to missing KanbanBoard Livewire class - Update TestCase with proper Filament panel setup for Livewire testing - Add test fixtures for realistic testing scenarios - Fix PHPStan configuration and code formatting issues - Update CLAUDE.md with testing documentation and correct API patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Replace incorrect cardTitle() with recordTitleAttribute() in all examples and update API reference table to show correct method name
Replace hardcoded ->id access with proper Eloquent ->getKey() method for better compatibility with models that use non-standard primary keys
- Replace non-existent cardProperties() with actual cardSchema() API - Remove references to recordDescriptionAttribute() which doesn't exist - Add comprehensive real-world examples with working code - Update API reference tables with correct method signatures - Add practical troubleshooting based on actual codebase issues - Include proper database schema and testing examples - Ensure all examples match the tested, working codebase
…ed query handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.