yoonic / atlas

E-Commerce Backend API in Hapi.js and RethinkDB
MIT License
373 stars 104 forks source link

Can't upload images #15

Closed mateomorrison closed 7 years ago

mateomorrison commented 7 years ago

It's not clear where to update to get your images uploaded after going for your own atlas, rethinkdb and nicistore on a VPS.

I think there is something related to here

@andreftavares How to upload images to your products?

I will refer some issues I am encountering for both NICI and Atlas.

Currency

I am currently going to handle DOP (Dominican Pesos), where there is no cents and the format is: RD$. For example: RD$100 or RD$10,000. The questions are the following:

Language

I am going to translate (and providing you guys the rep for it đź‘Ť ) Nicistore to Spanish. I need to delete en { and pt {. Or you just add es { in handlers? And where

Marketplace

We're developing and improving Nicistore to become it a multi-vendor marketplace too. Which files should the developer focus when creating the module. This will be a non admin, that can create products. For now we will not focus on Dashboard for them bla bla.

Simple as:

Register to Sell > Add products > We receive request > We accept or reject > They receive e-mail with their product's link.

Social Login

Where we can integrate OpenID or Facebook, Twitter and Google Login?

SMS Notifications

Where we can integrate with Twilio when someone creates account a two-factor auth and order is made. Since phone number is already there.

mateomorrison commented 7 years ago

When adding an image to a product, the whole machine gets crashed. Seems like it's set to upload it to nicistore's db and since we don't have access it just crash.

andrecrt commented 7 years ago

No, it is not set to upload to nicistore's DB. See:

mateomorrison commented 7 years ago

Why I can't upload images to products or banner?

emadicio commented 7 years ago

@mateomorrison What do you mean it crashes? Any useful log?