montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

first try with dropzonejs integration for adding nomenclature #71

Closed julbrs closed 5 years ago

julbrs commented 5 years ago

Hello

Trying the dropzonejs integration that provide us a dropzone location to create a nomenclature in seconds instead of actual way to create nomenclature. It take me only a couple of hours (3 ? ) to setup this so very few code done by myself.

Here is a short gif to show the feature: 2019-09-29 22 44 19

Maybe this can fix this old #27 issue ?

Let me know, I am open to suggestion !

julbrs commented 5 years ago

Allo @analuspi, just quick question do you have tested the pull request or just read it ? 😄

I think a good process for not obvious evolution (this one is not obvious, not just text change) can be:

Thanks !

analuspi commented 5 years ago

Ah, ok, thanks!

So I should do a git pull from this specific branch in my terminal?

julbrs commented 5 years ago

yes kind of ;)

make sure that your work copy is clean (nothing to commit etc...)

run git checkout feature/dropzone

test the thing

the go back to your branch git checkout feature/tags

julbrs commented 5 years ago

Let's merge that !