Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new command to generate board page for a specific Filament resource #62

Closed
wants to merge 1 commit into from

Conversation

tgeorgel
Copy link

  • Adapted the KanbanBoard class so one can extend the Filament\Resources\Pages\Page instead of Filament\Pages\Page
  • Added a command and a stub to use this now class instead of the default page class

@mokhosh
Copy link
Owner

mokhosh commented Oct 23, 2024

Thanks for making this PR.

However:

  1. You have errors in the code, useing the same class twice in the service provider
  2. All tests are failing
  3. You shouldn't make a PR from your main to my main. Make a PR from a feature branch to my 2.x
  4. There are unrelated changes in the PR
  5. It would be good if you could add some tests

Once you fix these issues I can begin to pull your PR and test it and review it.

@mokhosh mokhosh closed this Oct 23, 2024
@tgeorgel
Copy link
Author

tgeorgel commented Oct 23, 2024

Hi @mokhosh

Thanks for your feedback. I'll fix those issues. Can you just explain what you mean by unrelated changes ?

Thanks

@@ -30,7 +30,7 @@ php artisan filament-kanban:install

## Before You Start

> [!IMPORTANT]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line for example doesn't have to change for this PR.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line for example doesn't have to change for this PR.

Oh, I understand now. However, it's my code editor that automatically trims additional spaces. If that's a problem I'll try disabling it for the MD file edition.

@@ -270,7 +291,7 @@ Are you a visual learner? I have created some Youtube videos to get you started
> [!WARNING]
> These videos are recorded with version 1.x of the package.
> It is now much simpler to use the package, and requires much less code from you.
>
>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or this one.

@@ -2,16 +2,17 @@

namespace Mokhosh\FilamentKanban;

use Filament\Support\Assets\Asset;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or the order of imports here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants