ever-co / feature-requests

Feature requests for Ever® Platforms
https://ever.co
11 stars 1 forks source link

Quick products or merchants search on mobile shop #15

Open evereq opened 5 years ago

evereq commented 5 years ago

See https://github.com/ever-co/ever/issues/806 for more details

wkrea commented 4 years ago

Hi. I'm interested on helping with this feature..

already, i have ever Repo cloned on my machine, read all about of contribution terms, git workflow and anything else.

I have some douth about docker-compose in the root folder. I don't know or unclear, why it create another node-modules folder again (i suppose that this module are employed for docker container).

My question is, node-modules (docker-container) are different from node-modulues on (ever/lib/node_modules/lerna/node_modules/), Why?

Exist a initial guide for contributors?

Thanks, i'll wait for your response to start to working on it.

evereq commented 4 years ago

Hello @wkrea, thank you for interest to contribute to the platform development! 👍

Regarding Docker / Docker Compose: at the moment Ever Platform does not work in the docker, due to issues with symlinks and we are in the process to move shared code into npm packages with proper usage of Lerna. Sorry for the confusion with that, we should be adding it to our README file. So at the moment, you should run the platform locally on your computer instead of using docker (or Docker Compose)

Btw, we already have built a feature for merchants search:

image2
image1

Note: you can browse more screenshots at https://github.com/ever-co/ever-docs/tree/master/docs/assets

This is used in the so-called "in-store" mode (when someone wants to just quickly order from a nearby store or already in the store and want to switch to offers only from that store), so think we can reuse that "ideas" / code for searching of merchants when customer is not in the "in-store" mode (e.g. during browsing of products lists).

We don't have an initial Guide for contributors (yet), but we can invite you into our shared slack channel to discuss everything in more details or can use any other messager/service to continue the conversation. You can email us to ever@ever.co with the way you prefer to communicate (unless you prefer to keep it here of course).

Looking forward to your future contributions! 🚀

wkrea commented 4 years ago

Hi

After try i can restore depedencies using yarn Bootstrap, but i have the next issue when run yarn run:server:dev

image

Any idea what is happening?

evereq commented 4 years ago

Hello @wkrea, not sure what cause it, can you check the content of E:\Repos\ever\backend\api\build\modules\server.common folder?

Also what NodeJS version you use? node -v

The correct output should be something like:

image

wkrea commented 4 years ago

Hi @evereq

Thanks for your answer, i was googling and just suggest about update my python installer, i don´t know if PYTHON is a indirect dependency for this project, anything else

After of reinstall my python, all compile & works fine!!!

Thanks for your fast reply