Open thetaurean opened 1 year ago
@thetaurean any chance you can fill this out? not sure what this is for.
@thetaurean Please update when you can.
@thetaurean Would you able to please see if this is still required? If so, please apply the new template.
Updated to new template.
Hey team! Please add your planning poker estimate with Zenhub @arnejduranovic @jack-h-wang @JessicaWNava @jimmyfagan @luis-pabon-tf @mkalish @thetaurean
Please add your planning poker estimate with Zenhub @JFU-NAVA-PBC
User Story
As a consumer of the API I want similar or paired API endpoints to behave consistently so that their outcomes are consistent and predictable.
As a developer I want to ensure separation of concerns and implement similar return behaviors in abstract function implementations so that their use is consistent and predictable.
Description/Use Case
The delivery and submission history APIs are inconsistent in their handling of a sender / receiver name. One requires a fully qualified name (e.g.
some_sender.default
) or an error is returned. The other does not and will automatically append.default
when trying to locate a matching receiver.Risks/Impacts/Considerations
Dev Notes
findReceiver
andfindSender
) conflates validation with lookup and likewise in the caller.Acceptance Criteria