-
Notifications
You must be signed in to change notification settings - Fork 52
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
24657 - Notice of Withdrawal filing #707
24657 - Notice of Withdrawal filing #707
Conversation
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
@@ -51,7 +51,7 @@ | |||
<strong>Date:</strong> {{ formattedCurrentDate || '[unknown]' }} | |||
</p> | |||
<p class="certify-clause"> | |||
{{ message }} | |||
<strong v-if="message">Note:</strong> {{ message }} | |||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the format per design, so needed to update the CertifyText for all business types
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
The page looks very good. I think there's still too much whitespace around some components (and not enough between others). I am unable to save the filing and cannot test resume. Let's concentrate on what it will take to finish this ticket asap, and then we'll create follow-up tickets for more changes or fixes. |
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Removed the folio/reference number section. |
/gcbrun |
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
This filing is blocked by a missing fee code (see ticket 24959) and some Legal API work. Extra work related to those can be done in a future ticket. However, in this ticket, I'd like to see an updated JSON object on save. Also, I'd like to see save and resume working. Since you'd only be saving a draft, Legal API should not be performing schema validation. Right now, as staff, I'm still getting a HTTP 401 (not authorized) when trying to save a draft. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. There are some blockers (other tickets) and there's a follow-on UI ticket to finish this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM, like Sev mentioned, we'll need some follow-up tickets to finish it.
Just realize one issue in the payload for the filing. the Should be this: "noticeOfWithdrawal": {
"filingId": 155118
} Not this: "noticeOfWithdrawal": {
"filingId": "155118"
} Otherwise, you won't able to pass the schema check. https://github.com/bcgov/business-schemas/blob/main/src/registry_schemas/schemas/notice_of_withdrawal.json#L17C1-L18C39 I will repost this to the grooming ticket. |
I will update the filingId in the next ticket #24953 |
Issue #: /bcgov/entity#24657
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-filings-ui license (Apache 2.0).