bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 59 forks source link

QA Issue : Mismatching Filing history Text between New and Current dashboard after performing "consent to continue out" #24375

Open gunanagar opened 2 days ago

gunanagar commented 2 days ago

Describe the bug in current situation 1.Recent Filing history text is different between Current and New dashboard after "Content to continue out" action is performed.

  1. Status "Authorized to continue out" is not displayed in New dashboard" (Note: when resolving this bug a badge should also be added for the case where a company is in limited restoration. Entities has provided their code in the link from Avinash in the comments which shows the three badge scenarios for "HISTORICAL", "LIMITED RESTORATION" and "AUTHORIZED TO CONTINUE OUT".

Business Id :BC1145704

Impact of this bug

Chance of Occurring (high/medium/low/very low) High Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?

Steps to Reproduce Steps to reproduce the behavior:

  1. Go to Current dashboard -https://test.business.bcregistry.gov.bc.ca/BC1145704/?filing_id=395757
  2. Go to New dashboard -https:https://business-dashboard-test.web.app/BC1145704 3.Click on "Consent to continue out" from "More actions menu' 4.Check the status in Current and New dashboard 5.Verify the text in Recent filing History of "Consent of continue out" on Current and New dashboard.

Actual/ observed behavior/ results 1.Recent Filing history text is different between Current and New dashboard after "Content to continue out" action is performed.

  1. Status "Authorized to continue out" is not displayed in New dashboard"

Expected behavior 1.Recent Filing history text should be same between Current and New dashboard after "Content to continue out" action is performed. 2.Status "Authorized to continue out" should be displayed in New dashboard"

Screenshots/ Visual Reference/ Source New Dashboard:

Screen Shot 2024-11-13 at 10.51.10 AM.png

Current dashboard

Screen Shot 2024-11-13 at 11.12.58 AM.png
mstanton1 commented 2 days ago

Great catch @gunanagar ! Consent to Continue out won't be included in the initial release so I'll tag this with P3 and we can pick it up in the next few sprints.

mstanton1 commented 1 day ago

@Apt766525 can you please connect with Entities to determine if there are other labels that may appear in the tombstone. We currently have historical, but don't include this.

Apt766525 commented 12 hours ago

@mstanton1 Connected with Entities. Here’s the Vue component that displays badges (aka v-chip). There are 3 possible badges at the moment.

https://github.com/bcgov/business-filings-ui/blob/main/src/components/EntityInfo/EntityHeader.vue

mstanton1 commented 9 hours ago

Thank you @Apt766525 !!