-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feature: Import action #9364
feature: Import action #9364
Conversation
danharrin
commented
Oct 29, 2023
- Changes have been thoroughly tested to not break existing functionality.
- New functionality has been documented or existing documentation has been updated to reflect changes.
- Visual changes are explained in the PR description using a screenshot/recording of before and after.
Shouldn't this be a separate Filament package? Especially since it introduces two migrations that not everybody will need? |
The migrations need to be published, so it doesn't actually have a footprint on your app. The reason why I don't want it as a plugin, is because there are no real dependencies apart from league/csv which everyone has already, and also we'd probably need two separate plugins, one for filament/actions and eventually one for filament/tables to handle the table version of this action, if that makes sense? So I dont mind it being in core, its quite a common use case |
Co-authored-by: Zep Fietje <[email protected]>
Co-authored-by: Zep Fietje <[email protected]>
Co-authored-by: Zep Fietje <[email protected]>
Co-authored-by: Zep Fietje <[email protected]>
packages/actions/src/Imports/Http/Controllers/DownloadImportFailureCsv.php
Show resolved
Hide resolved
Import and export should be part of the core imo. Really cool API @danharrin. I like it 🚀 |
Wonderful addition! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, apart from the Creating an importer
docs section that's still missing.
Also, the icon alias should be added to the docs, @danharrin.