project-callisto / django-wizard-builder

{{ ARCHIVED('this code has been moved into callisto-core') }}
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

added TextArea model #185

Closed scattermagic closed 7 years ago

coilysiren commented 7 years ago

This is definitely that start, though quite a few more things would need to happen to get the text area rendering and saving in forms. I'll outline them later today

coilysiren commented 7 years ago

Ok, other things this PR needs to do:

scattermagic commented 7 years ago

Ok great. Thanks for the direction. Getting the tests in django to work took a bit of figuring out. I had to pip install a few things that were not covered by 'make app-setup', I also had to download phantomjs and put it in my .venv/bin folder. Maybe I missed a step that does all of that for you, but if not, this should be mentioned in the develop.md file somewhere. Anyway, I have the tests running now, so I will take a shot at adding the text area to wizard builder

On 13 October 2017 at 12:40, Lynn Cyrin notifications@github.com wrote:

Ok, other things this PR needs to do:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/project-callisto/django-wizard-builder/pull/185#issuecomment-336535118, or mute the thread https://github.com/notifications/unsubscribe-auth/AfBYoeaLrm_bjcmejiTy39VyEkER9-nGks5sr66igaJpZM4P2Kff .

coilysiren commented 7 years ago

@scattermagic

had to pip install a few things

perhaps this is addressed by https://github.com/project-callisto/django-wizard-builder/pull/190/commits/085a8f20a5f403a64d788eab52952c7a63820798 ?

had to download phantomjs

added https://github.com/project-callisto/django-wizard-builder/pull/180/commits/a8ca4b57b53f079c1a7c98b77f84fa9a67cf1341


There's probably a few extra steps to the installation for phantomjs (than what my readme add hints at) but I'll leave it there for now