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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
In #533, the implementation of an OPEN and CLOSED state was added.
In the filing_validators.py, use the state of the filing to prevent use of the following endpoints if the state is CLOSED:
In the filing_validators.py, implement a different way to handle error messages when the validator throws an error. Currently, validations are duplicated for the sake of more accurate error responses. Change this to reduce the redundancy of the validations while still providing accurate messaging.
In #533, the implementation of an
OPENandCLOSEDstate was added.In the
filing_validators.py, use the state of the filing to prevent use of the following endpoints if the state isCLOSED:In thefiling_validators.py, implement a different way to handle error messages when the validator throws an error. Currently, validations are duplicated for the sake of more accurate error responses. Change this to reduce the redundancy of the validations while still providing accurate messaging.