Pudl0 / westerloy

0 stars 0 forks source link

Adding FilePond as default file upload instead of self made solution #47

Closed Pudl0 closed 3 months ago

Pudl0 commented 7 months ago

Motivation

Currently we are using a self build file upload when creating events or news items. We recently discorvered FilePond (https://github.com/pqina/filepond) and whant to integrate it to simplfy our file upload and prevent our makeshift solution from causing any trouble.


Acceptance criteria

FilePond should replace at least the current workflow tasks and provide the same functionality.


Technical solutions

Look into how FilePond is integrated and how it can improve our File Upload. It should work with zod.


Attachments

/

Pudl0 commented 3 months ago

We want to move away from a custom upload and implement a headless cms like strapi. This could provide a more userfriendly experience for maintainers that dont want to deal with programmin issues. This will get closed untilfurther investiagtions are done