Open jukefr opened 6 years ago
@jukefr
It seems proper to me.
Can we wait for other suggestions or should I start with it?
You decide, while you do this if you could add some environment variables on Travis that I can use for Now it would be very nice :)
something like NOW_USER
and NOW_PASS
you can set options so that they never get displayed publicly
I think it must be done +1
I was thinking that the more services we add the dirtier the project structure will get, this can drive away contributors who simply want to add words for now.
So I was thinking, and welcome a debate about this, of restructuring the folders this way :
Also as this project has no definitive goal and new stuff gets added daily, inside
/src
we would simply adopt a "micro-service" architecture that and we simply have one folder per service like so :At a later stage of the project when we have enough word contributions I think putting the word folders inside a
/data
folder would make everything way more clean, so it would look like this :with
To prepare for this we would also have to modify any scripts thats use the data to take an environment variable (like
DATA_PATH
) instead so that we can change the data path at any time :)Tell me what you think and if you would do anything differently.