You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create action requirement checks, so all relevant checks required for the action is done before returning a response; instead of having sequential failing requirement checks
Current behavior
Single requirement check fail stops the processing and responds with the single error causing the check to fail
Expected behavior
All requirement checks are done, so a list of checks can be in the response for corrective actions to be taken.
**Currently only need for sign and submit for the LEI status check; each check should be behind a feature flag (environment variable)
The text was updated successfully, but these errors were encountered:
… sign and submit endpoint (#512)
closes#482closes#515
new context, and validation dependency concept, currently only applying
to the `sign` endpoint, can extend to additional endpoints.
also removed some of the tasks code since we no longer going with that
concept; allowing for some daos to not be detached.
---------
Co-authored-by: jcadam14 <[email protected]>
Create action requirement checks, so all relevant checks required for the action is done before returning a response; instead of having sequential failing requirement checks
Current behavior
Single requirement check fail stops the processing and responds with the single error causing the check to fail
Expected behavior
All requirement checks are done, so a list of checks can be in the response for corrective actions to be taken.
**Currently only need for sign and submit for the LEI status check; each check should be behind a feature flag (environment variable)
The text was updated successfully, but these errors were encountered: