User Value
User feedback suggests our client has following issues:
- Having multiple clients is confusing and can introduce issues with dependency management.
- Client API is not clear about which spaces are under which accounts and which accounts client has sessions with.
- Stateful client is not a great fit for the stateless environments like lambdas or CI workflows.
In addition to user feedback we also observed that
- Iterating on features across multiple clients introduces significant overhead.
- We have lots of historical code based on decisions that are no longer relevant and that complicates code maintenance.
Hypothesis
By rewriting our clients into a single client with a coherent interface we will improve user experience and reduce overhead of new development.
Subtasks:
See also:
User Value
User feedback suggests our client has following issues:
In addition to user feedback we also observed that
Hypothesis
By rewriting our clients into a single client with a coherent interface we will improve user experience and reduce overhead of new development.
Subtasks:
See also: