django-docusign
django-docusign copied to clipboard
Documentation explains usage, usage shows features
There is no documentation how to use this plugin or what feature it have.
:+1: at the moment, documentation does not cover the features.
The main goal, as explained in "about" section of documentation is to integrate django-anysign and pydocusign, i.e.:
- implement DocuSign's embedded signing workflow. That's what pydocusign can do at the moment: http://pydocusign.readthedocs.org/en/0.7.2/demo.html
- take advantage of django-anysign utilities (models, views) so that it is as easy as possible to integrate DocuSign within a Django project. See also django-anysign documentation
Another source of information, at the moment, is the list of issues: https://github.com/novapost/django-docusign/issues?q=is%3Aissue+is%3Aclosed Does it help?
Would the information above be enough for you? What if we write it in the docs? Else, can you ask more questions about "wanted features", so that I can tell you whether they are implemented, todo or wontfix? And then put this info in the docs...
Note: as django-docusign author, it is quite hard to guess what's missing in the documentation, because I'm not an user of the documentation. But as you noticed, the docs are missing some important points. So I'll be glad if you can help me improve the docs ;)