thebergamo / ecommerce.js

Modern E-Commerce Platform for 21st century
ISC License
36 stars 9 forks source link

File System #10

Open thebergamo opened 8 years ago

thebergamo commented 8 years ago

We need implement a file system to upload images, videos and so more file types.

Is requested a way to control the files and managing into other entities.

My idea: A model files where point to path and have other informations about the file.

thebergamo commented 8 years ago

@AdrieanKhisbe, @FernandoCagale, @henriquesosa some ideias?

AdrieanKhisbe commented 8 years ago

ideas maybe, ideias I don't think so. haaha

AdrieanKhisbe commented 8 years ago

go for S3 I would say

thebergamo commented 8 years ago

that's ok but we need build a manager for ecommerce.js

rafaeljesus commented 8 years ago

Maybe we could provide S3 setup and/or create something like commerce-fs-api where we store files through a rest api like https://github.com/rafaeljesus/gridfs-api/blob/master/api/files/routes.js

I think we should consider micro services in ecommerce.js as well