bcgov / entity

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

Work for relationships: Update folio after a correction filing #4840

Open sienna-oldaccountdontuse opened 4 years ago

sienna-oldaccountdontuse commented 4 years ago

Who is doing the work

Relationships team. There might not be any work, this is a ticket to validate that the following AC works. If it doesn't, the relationships team will implement it.

Background

Entities team is allowing staff to correct any information that was filed on an entity's incorporation application. Incorporation applications contain the entity's folio number (if the entity is under a premium account). If the staff user corrects the folio number on an incorporation application, the new folio number should be used on the correction filing and all future filings. There is no change to the payments already processed, including the original incorporation application. This change to the folio number will only be applied to new filings going forward. After the folio is corrected, then the new folio will be updated in the business profile.

Acceptance Criteria

Correction filing requirements document

1 - Staff changes folio in an entity's IA

GIVEN the staff member is authenticated AND wants to file a correction to an entity's incorporation application AND that entity is attached to a premium account WHEN the staff member files a correction to the incorporation application THEN the staff user can add, edit, or remove the folio number AND the folio number will update for the correction filing, and all future filings.

2 - User views new folio

GIVEN the user is authenticated AND using a premium account AND a staff member filed a correction to their incorporation application, changing their folio number WHEN the user is on the business profile for their entity THEN they will see the new folio number AND new transactions will have the new folio number

Deadline

End of sprint 40

Impact to entity team if deadline not met

Will not be able to complete part of #4760

sienna-oldaccountdontuse commented 4 years ago

Message me/Linda when you reach this in grooming and we will join your meeting and explain!

sienna-oldaccountdontuse commented 4 years ago

Sienna/Linda will attend Relationships grooming Tuesday 3:00pm

sienna-oldaccountdontuse commented 4 years ago

@sumesh-aot I think in that grooming we discussed that there would be no work for your team. What was the endpoint that we would need to complete our work?

sumesh-aot commented 4 years ago

Apologies for the delay, please find endpoint details below; PATCH https://auth-api.pathfinder.gov.bc.ca/api/v1/entities/<business identifier>

{
  "folioNumber":"<folio number>"
}
sienna-oldaccountdontuse commented 4 years ago

Putting this ticket on hold while we do more discovery on the folio field.

lmullane commented 3 years ago

@Sienna-Blumstengel, is this still needed?

sienna-oldaccountdontuse commented 3 years ago

@lmullane i don't think so, tagging @lmcclung to confirm

lmcclung commented 3 years ago

@lmullane No longer need work from your team. Now that we have the end point we can add it at a later date.