issues
search
alkrauss48
/
simple-slides
Simple Slides is a responsive and text-first presentation tool that keeps your audience engaged.
https://simpleslides.dev
MIT License
44
stars
8
forks
source link
Shift thumbnail generation to background process
#18
Closed
alkrauss48
closed
7 months ago
alkrauss48
commented
7 months ago
This will involve:
creating a job for the thumbnail generation (currently all in the Filament presentation resource)
End this job by broadcasting a notification to the currently authenticated user (see
https://filamentphp.com/docs/3.x/notifications/broadcast-notifications
)
Dispatching that job in the filament action, and sending a synchronous notification that the user will be notified when their thumbnail has been generated
Depends on #17
This will involve:
Depends on #17