-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a driver user I want a simple UX when using the transaction API.
We should allow for example, readConcern: 'local' in the TransactionOptions to provide an easy to use user interface that matches the rest of our operations API.
Dependencies
- Our type definitions and API for TransactionOptions (not breaking, additive)
Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- Add code that translates the enum values to the class proper at the public API level.
- Change the type definition to accept the enum values.
Testing Requirements
- Add type tests and unit tests to make sure both the class proper and enum values are accepted
Documentation Requirements
- n/a
Follow Up Requirements
- n/a
- links to