You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
It be great to use Active Storage rather than Carrierwave. This has several benefits.
To Do
Add Active Storage so Binda::File is able to manage files.
Create new model Binda::Media. This will let us deprecate previous way to manage files i.e. Binda::Asset. This model will be the bridge from several Binda::Component to a single Binda::File with the benefit of reusing previously uploaded content.
Create API in order to manage any media asynchronously.
Create a basic interface.
The text was updated successfully, but these errors were encountered:
It be great to use Active Storage rather than Carrierwave. This has several benefits.
To Do
Binda::File
is able to manage files.Binda::Media
. This will let us deprecate previous way to manage files i.e.Binda::Asset
. This model will be the bridge from severalBinda::Component
to a singleBinda::File
with the benefit of reusing previously uploaded content.The text was updated successfully, but these errors were encountered: