Gottwik / legolabels

Sort your LEGO like a pro
http://www.bricklabels.com/
13 stars 4 forks source link

Correct project title htttp://www.bricklabels.com/ to http://www.bricklabels.com/ #4

Closed daitangio closed 7 years ago

daitangio commented 7 years ago

Project description url has ha typo.

Gottwik commented 7 years ago

Nice catch! Fixed it thank you.

Gottwik commented 7 years ago

Hey @daitangio would you please let me know if you find any other bugs?

daitangio commented 7 years ago

For sure. Mongo is required? I think removing it would help spreading the project.

Please excuse typs as Sent from my iPhone 7

Il giorno 19 gen 2017, alle ore 16:59, Martin Gottweis notifications@github.com ha scritto:

Hey @daitangio would you please let me know if you find any other bugs?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Gottwik commented 7 years ago

Well, the parts to be printed has to be stored somewhere and I use heroku with no persistent storage so some storage is required. But mlab is free and works flawlessly. Do you have any suggestions for alternative?

daitangio commented 7 years ago

Is it possible to store them in a json file for "db-less" configuration? As a configuration option. I think it will increase probability someone with little time (like me) will be able to run the code. It will be slower to find pieces, but it is okey I suppose.

Gottwik commented 7 years ago

Yea, that would be ideal, but with heroku each time you restart you would lose all this data. Hey, try the mlab.com, you just sign up, add the connection string to enduro_secret.json and you should be good to go.