docusign_rest icon indicating copy to clipboard operation
docusign_rest copied to clipboard

Roadmap

Open tcopeland opened this issue 7 years ago • 0 comments

From my limited understanding of things, I think these are the things that would be good to do and generally should be done in this order:

  • validate all the usage examples in the README
  • separate tests into integration tests (the ones that use VCR) vs unit tests (the ones that don't make HTTP requests)
  • modify README so that we're not recommending iframe usage; instead maybe present something with brands
  • backfill tests
  • trawl through the codebase and resolve the various TODOs
  • fix base_url / base_uri issue reported by @willbt in https://github.com/jondkinney/docusign_rest/issues/95
  • refactor away application/json header setting - is it even still necessary?
  • consider making domain model objects as shown in https://github.com/jondkinney/docusign_rest/pull/67
  • add helper methods to more clearly communicate how to accomplish various things (e.g., requiring wet signatures for an envelope)

tcopeland avatar May 04 '17 13:05 tcopeland