djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Organization picture feature #176

Closed knivets closed 5 years ago

knivets commented 5 years ago

I've tested the backend and it works, however I haven't really tested the JS part.

smirolo commented 5 years ago

I believe the template updates (i.e. in templates/saas/profile/index.html) are missing.

knivets commented 5 years ago

As for the templates I though it makes sense to keep them minimal, otherwise we’d need to include a Vue library that deals with the picture cropping & uploads. Let me know if I should do it.

smirolo commented 5 years ago

As for the templates I though it makes sense to keep them minimal, otherwise we’d need to include a Vue library that deals with the picture cropping & uploads. Let me know if I should do it.

We have to support uploads on the profile page otherwise we can't run all the tests against the repo. It shouldn't include the cropping, just enough to trigger an upload.