-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Staff ability to file and pay for a name in Name Request #6288
Comments
Met with Loren, Linda, Melissa, Trish, on Jan 29th, 2021 Decided that there is not a lot of value for us to build a solution for SBC regional offices, considering they process 63 NRs/year. |
Can we also look at making search by email/phone optional - can search just by NR Nevermind - created ticket 6379 to address this. Rough estimate from Severin: |
Outstanding questions:
|
Hi @lmcclung and @Sienna-Blumstengel - Is this the Dev ticket? I'm wondering if it should it be in a dev zenhub pipeline versus the design pipelines? We have a corresponding design ticket already. The design is ready to go for dev. |
Yes, we hijacked your design ticket. |
Moved back to ready for QA |
Missed some requirements, we are finishing the missed ones in https://app.zenhub.com/workspaces/entity-5bf2f2164b5806bc2bf60531/issues/bcgov/entity/7825 |
Background
Staff can request names on behalf of citizens who do not have access to a computer, are unwilling to file on their own, or need assistance.
Citizens send in a paper form with payment.
In order to enable staff to request names on their behalf, we need to allow them to submit a name request while logged in with their IDIR(staff role). This will give them staff payment options, and let them do things like give free NRs, or charge someone's BCOL account.
With the elimination of terminals at SBC regional offices, SBC staff are no longer able to assist in the capacity that they did before (have their own special fields for payment, enabled by IP address). We have decided not to implement this. They can instead provide citizens with a paper form and mail it to registries for them.
Story
AS A staff
I WANT to file and pay for a name in Name Request
SO THAT I can accommodate citizens who cannot/will not use a computer
Acceptance Criteria
Scenario 1 - New Name Request
GIVEN I am a BC Registries staff with an IDIR(staff role)
WHEN I submit a name in Name Request
THEN I can pay with a BCOL account, Routing Slip or indicate No Fee. (Priority Fee option is already in UI, so don't include it here).
Scenario 2 - Pay with BCOL Account
GIVEN I am a BC Registries staff with an IDIR(staff role)
WHEN I pay for a name request with a BCOL account
THEN they BCOL account will be debited the fees
AND a line item will appear in the staff account's transaction history
Scenario 3 - No Fee
GIVEN I am a BC Registries staff with an IDIR(staff role)
WHEN I pay for a name request with "no fee"
THEN the payment will complete
AND the receipt will show $0.00? "no fee"? Cant remember.
Scenario 4 - Cash or Cheque
GIVEN I am a BC Registries staff with an IDIR(staff role)
WHEN I pay for a name request with a routing slip
THEN then the routing slip information will appear on the receipt
Scenario 5 - View (verify)
GIVEN I am a BC Registries staff with an IDIR(staff role)
WHEN I pay for a name request with a BCOL account
AND I view the receipt
THEN I will see the correct payment method that was used on the receipt
Note
change to the shared component, remove the priority from the component, or disable (and fill with whatever the selection was in the name request flow)Decided to update shared component, and hide the priority selector from the staff payment component when in the name request flow. Default show priority selector in all other instances of this component.
Definition of Ready for Sprint - User Story
The text was updated successfully, but these errors were encountered: