meawong
meawong
How to Reproduce: 1. Start a COA filing. 2. Add invalid leading/trailing spaces in the required address fields. 3. Observe that validation raises invalid spaces error as expected. 4. Observe...
Analysis of Alteration filing to determine any mismatches between the FE and BE validation. New tickets will be created for any issues that are identified that need to be addressed....
Currently, the frontend enforces Canadian postal code validation for most filings that allow adding/changing an address (e.g. Incorporation Application, Dissolution, Restoration). However, this validation is missing for Change of Address...
**Background** The Business API currently accepts postal code values without enforcing a specific format. The FE applies validation for Canadian postal codes, which can result in inconsistent behavior between the...
**Background:** Our JSON schemas currently allow empty strings ("") for required string fields. This causes invalid or incomplete data to be submitted without being caught by schema validation. **Proposal:** Add...
Analysis of Change of Address filing to determine any mismatches between the FE and BE validation. New tickets will be created for any issues that are identified that need to...