unusualify / modularity

1 stars 2 forks source link

add filepond feature without uploading media library #39

Open sync-by-unito[bot] opened 7 months ago

sync-by-unito[bot] commented 7 months ago

This feature will create a filepond.vue input component that uploads files asyncronously on click, retains unique reference id and does submit operations with this id. On payment.b2press.com project, you should analyse FilePond facade, FilePondManager, FilePondController, HasFilePond trait, TemporaryFile model, filepond.blade. This service is a little intricate to start somewhere, for a start point, file upload needs a bunch of a endpoints of delete, upload, fetch operations. Then you should focus modelTrait, in our case, we need a Repository trait called FilePondTrait but any operation does not have to run in this trait because of possibility to use this feature on front side. Our case needs the stuff as following:

https://github.com/pqina/vue-filepond

┆Issue is synchronized with this Teamwork task by Unito