Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Filing API action requirements check framework #482

Open
3 tasks
lchen-2101 opened this issue Nov 5, 2024 · 0 comments
Open
3 tasks

Create Filing API action requirements check framework #482

lchen-2101 opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@lchen-2101
Copy link
Collaborator

lchen-2101 commented Nov 5, 2024

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)

  • update RegTechHttpException, or create a new exception to allow for list of requirement check results
  • create entry point dependency check_domain as reference for creating dependency
  • checks will derive information from the request object
@lchen-2101 lchen-2101 self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant