-
Notifications
You must be signed in to change notification settings - Fork 59
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
Edit UI: full restoration bugs (date fields, approval type) #16500
Comments
Comment from Argus on May 4, 2023: @Mihai-QuickSilverDev @severinbeauvais Just did a test for this in DEV and verified that the UI is not passing the gazette publish and application mailed date that were filled out in the conversion application. FE Http Request BodyPUT https://legal-api-dev.apps.silver.devops.gov.bc.ca/api/v2/businesses/BC0871238/filings/144874 {
"filing": {
"business": {
"foundingDate": "2022-11-21T08:04:10.034456+00:00",
"identifier": "BC0871238",
"legalName": "0871238 B.C. COMMUNITY CONTRIBUTION COMPANY LTD.",
"legalType": "CC"
},
"header": {
"certifiedBy": "asdf",
"date": "2023-05-04",
"folioNumber": "",
"name": "restoration",
"priority": false,
"waiveFees": true
},
"restoration": {
"approvalType": "registrar",
"business": {
"identifier": "BC0871238",
"legalType": "CC"
},
"contactPoint": {
"email": "snikker298@gmail.com",
"phone": "(911) 033-7861"
},
"nameRequest": {
"legalName": "0871238 B.C. COMMUNITY CONTRIBUTION COMPANY LTD.",
"legalType": "CC"
},
"offices": [],
"parties": [],
"relationships": [
"Heir or Legal Representative",
"Officer"
],
"type": "limitedRestorationToFull"
}
}
}
|
I may have fixed these issues in #16079. |
@severinbeauvais |
@severinbeauvais |
If you don't see a requirement for this in the UI designs then it's OK. |
@Mihai-QuickSilverDev , what is the requirement here -- if the limited restoration was done by registrar (not court order), does the conversion to full restoration have to be done by registrar also, or can the conversion be done by court order? I think the UI design says that the conversion can be done by court order even if the limited restoration was done by registrar. If this is true then this is a Legal API validation bug (new ticket). |
Hi Sev, the only restriction is this:
So, going back to your question, if a company was limited restored by Registrar, that restoration could be converted to a Full one by Court Order, and vice-versa. |
According to the UI design, if the limited restoration was done by Court Order then the conversion must also be done by Court Order. Can you confirm this? However, it seems accurate that, if the limited restoration was done by Registrar then the conversion could be done by Registrar or Court Order. Because of this, I think we need that Legal API validation ticket. Arwen, can you please create it? |
@severinbeauvais |
I verified the following: Full Restore Application:
Limited Restore Application, by court order:
Limited Restore Application, by Registrar:
Limited Restoration Conversion to Full
Test Limited Restoration Extension - verified, no bug
Will fix the 2 small bugs mentioned above in this ticket:
|
Sounds good.
|
I am already working on the first bug, in Create UI, in #16700. Try to fix the second bug in this ticket. Thanks! |
|
@Mihai-QuickSilverDev deleted obsolete comment |
SB's analysisThe first bug is a schema validation error. Arwen, you'll have to compare the filing JSON with the appropriate schemas to see what's invalid. The second bug is a back end error. Arwen will create a new bug ticket for it. |
New bug ticket created for the back end error (remove and add person): |
|
@vysakh-menon-aot , do you think we should add optional taxId and identified in the schema?
@vysakh-menon-aot , the UI saves "middleName" instead of "middleInitial". Does the BE convert it? (I think if we convert it in the UI then a lot of other UI code will need to be updated to convert it back and forth on draft resume.) |
@vysakh-menon-aot |
there is no logic around taxid in party (can keep it in the json without adding to schema). identifier is already part of schema (https://github.com/bcgov/business-schemas/blob/main/src/registry_schemas/schemas/party.json#L34).
Currently we support both middleName and middleInitial in party object (event though only middleInitial in schema) while creating/updating parties (entity-filer), I don't remember if we have a ticket to change this. If we are changing it to middleInitial we need to verifiy if its showing in all scenarios |
I cannot reproduce |
Thanks a lot! |
If its a draft filing (which is in json) backend will not modify the data |
#23343 created for the bug that business name didn't show in the Restoration application/extension output |
Test note:
|
@vysakh-menon-aot Can you think of any db or logic situation that could have caused this? Both Arwen and I saw the Incorporator (albeit with no name) in the director list in a correction. |
As for the incorporator displaying in the list of directors, see ticket #23395. |
This is related to #16081 and #16155.
If the todos below get done quickly, see also bugs in #16079 and #16080.
UXPin: https://preview.uxpin.com/306da47387722817e24fc77fd71476a1869a05fe#/pages/160541351/simulate/sitemap
The text was updated successfully, but these errors were encountered: