-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build a Media Manager to hold Media Assets Used in the Blogs #31
Comments
Estimate: Small |
https://medium.com/founders-coders/image-uploads-with-aws-s3-elixir-phoenix-ex-aws-step-1-f6ed1c918f14 is this enough to finish this issue?? @zacck @WanjikuMac |
@br4inii yes very true, in fact, I used the very same link when learning about this I will create and share the buckets and keys you need. https://dockyard.com/blog/2017/08/22/building-an-image-upload-api-with-phoenix |
@CIEspost hey, what file will be handling in the media manager, apart from images... |
Hey @CIEspost so like I think @br4inii wants to know what kinds of files
will people be allowed to upload to quickbytes. @br4inii we have to be
careful some of our team members aren't technical and the language can
scare them off even things they are very good at :)
…On Tue, Oct 23, 2018 at 8:58 PM Erickson MG ***@***.***> wrote:
@CIEspost <https://github.com/CIEspost> hey, what file will be handling
in the media manager, apart from images...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2yw7YZs6XI3ERO95K4VUJnBbZwc4Qpks5un2a4gaJpZM4XjwC4>
.
--
Regards
Isaac Osiemo - Software Developer
Skype: zacck.os
Tel: +27798259736
|
hey @br4inii we will be uploading JPG files, PNG files, SVG files, GIFs, .webm video files, |
@zacck the |
@br4inii gonna look into this with you later please remind me tomorrow morning so we can figure something out, for now handle the file types you can. |
@zacck okay, i've done most of that already. |
Expected Behavior
The Knowledgebase is bound to become a holding area for many more kinds of Media Assets since whenever we are trying to store education we have to store it in the medium that was available for the recorder. In order to enable this in addition to keeping our text documents in the database, we should develop a Media Manager to enable us to store Media Assets Used in the Blog
How to Achieve this
Actual Behavior
N/A
Acceptance Criteria
As a user, I should be able to upload images that will be stored as links and attached to blogs
The text was updated successfully, but these errors were encountered: