-
Notifications
You must be signed in to change notification settings - Fork 70
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
21812-Basic-Staff-Review-ContIn-Section #2893
21812-Basic-Staff-Review-ContIn-Section #2893
Conversation
// const url = `${ConfigHelper.getLegalAPIV2Url()}/businesses/continuation-in` | ||
// const response = await axios.get(url) | ||
// return response.data | ||
} |
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.
Mock some sample response here. The url is to be updated when "get reviews" endpoint is available
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.
Right. Waiting for bcgov/entity#21929.
</tr> | ||
|
||
<!-- Second row has search boxes. Search and filter to be implemented --> | ||
<tr class="header-row-2 mt-2 px-2"> |
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.
The search and filter is not implemented yet
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.
Right. Will be done in bcgov/entity#21983.
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
|
Change of decision: Andy says make them different lengths as in the design. |
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInReview.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInReview.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
auth-web/src/components/auth/staff/continuation-in/StaffContinuationInTable.vue
Outdated
Show resolved
Hide resolved
@@ -93,4 +93,37 @@ export default class BusinessService { | |||
`${ConfigHelper.getLegalAPIV2Url()}/businesses/${businessIdentifier}/documents/summary`, config) | |||
CommonUtils.fileDownload(data?.data, `${businessIdentifier} Summary.pdf`, data?.headers['content-type']) | |||
} | |||
|
|||
static async fetchContinuationBusinesses (): Promise<any> { |
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.
You are not fetching businesses. You are fetching (continuation) reviews.
Chat with Paul and Ketaki about what they're going to name the endpoints (re: line 125) and name this method accordingly.
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.
Just left this issue open: I will update the endpoint name when Paul gets back to office.
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.
OK. Maybe you can update this when you work on bcgov/entity#21068.
Please fix the issue reference in the description. Do you have any unit tests planned? |
Thank you! I fixed the issues and added unit tests. |
...web/src/components/auth/staff/continuation-application/StaffContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
...web/src/components/auth/staff/continuation-application/StaffContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
...eb/src/components/auth/staff/continuation-application/StaffContinuationApplicationReview.vue
Outdated
Show resolved
Hide resolved
...web/src/components/auth/staff/continuation-application/StaffContinuationApplicationTable.vue
Outdated
Show resolved
Hide resolved
auth-web/tests/unit/components/StaffContinuationApplicationTable.spec.ts
Show resolved
Hide resolved
auth-web/tests/unit/components/StaffContinuationApplicationTable.spec.ts
Show resolved
Hide resolved
Hi Severin, if we want to merge by 1pm today: |
Arwen, please rebase. |
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. If there are small changes, they can be done in the next ticket. (But you absolutely need to rebase.)
@Jxio , @rodrigo-barraza , could you please review?
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-2893-78331f5w.web.app SB says, try this: https://bcregistry-account-dev--pr-2893-78331f5w.web.app/staff/dashboard/active |
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
Signed-off-by: Qin <[email protected]>
1ea5922
to
c4953af
Compare
Signed-off-by: Qin <[email protected]>
@@ -0,0 +1,321 @@ | |||
<template> | |||
<div id="continuation-application-review-table"> | |||
<v-form class="continuation-application-search continuation-application-search"> |
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.
Duplicate classes.
Fix this in next ticket.
components: { | ||
ContinuationApplicationTable | ||
} | ||
}) |
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.
Fix indent in future ticket.
Issue #:
bcgov/entity#21812
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 sbc-auth license (Apache 2.0).