bcgov / bcgov/entity

Update UIs to allow for special characters in folio

Open
#7,650 0 comments 0 reactions 0 assignees View on GitHub
ENTITY - DO NOT USE
Dominant language
JavaScript
Stars
23
Forks
62
Avg merge
24m
Merged PRs (30d)
1

Description

## Background
Staff have advised that BCOL account folio numbers often include spaces, slashes, dashes and periods. We need to ensure our UIs allow these special characters.

This is probably a shared or common component for staff filings. Not sure about for the rest.

### Description
Scenario 1 - Transactional Folio
GIVEN I am a staff or premium account user
WHEN I am making a filing or name request
THEN I can enter a folio number which may include [any characters](https://docs.google.com/document/d/1CJMESD4eW2y5M88nJj75nIKieuEqaCdAru67IP4pATA/edit?usp=sharing)

Scenario 2 - Business profile Folio - Edit UI
GIVEN I am a staff or premium account user
WHEN I am updating my folio in the EDIT UI
THEN I can enter a folio number which may include [any characters](https://docs.google.com/document/d/1CJMESD4eW2y5M88nJj75nIKieuEqaCdAru67IP4pATA/edit?usp=sharing)

AND that new folio will be stored in the business profile.

The following UIs need to be updated to allow the extra characters:
- [ ] Create UI
- [ ] Edit UI
- [ ] Filings UI
- [ ] Name Request - this will be covered under #6980

Remove the Invalid character validation messages
![image.png](https://images.zenhubusercontent.com/5d814bb8edbc510001817803/df3510ed-5b2c-4919-a805-2c3e33bd858e)

### Requirements Document
https://docs.google.com/document/d/1CJMESD4eW2y5M88nJj75nIKieuEqaCdAru67IP4pATA/edit?usp=sharing

### Dev notes
We have decided to update each location individually, and **not** implement the shared component in each UI.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.