-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #817 from WestpacGEL/update-readme
update the develop with changes from main and update-readme
- Loading branch information
Showing
34 changed files
with
2,954 additions
and
1,261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'site': minor | ||
'protoform': patch | ||
'@westpac/eslint-config': patch | ||
'@westpac/ui': patch | ||
--- | ||
|
||
Snyk fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: File upload | ||
thumbnail: {} | ||
image: | ||
src: >- | ||
https://res.cloudinary.com/westpac-gel/image/upload/v1695685237/clmzj7hwq001mvd8iairl9yoy.png | ||
height: 1080 | ||
width: 1920 | ||
author: Digital Experience |
48 changes: 48 additions & 0 deletions
48
apps/site/src/content/articles/banker-file-upload/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Use this pattern to allow new or existing business customers to provide their registered business address, principal place of business and business mailing addresses. These addresses are required for general contact information as well as to verify business identification. | ||
|
||
## What’s happening here? | ||
|
||
- **Home address.** A version of this pattern assumes that the customer's home address has already been captured as part of the personal details section of the application. The first question simplifies the process by asking if the home and business addresses are the same. There is also a version to use when the home address is not known. | ||
- **Pre-filling.** Each address is displayed sequentially, only showing the next question when the previous has been answered. Each question asks if it is the same address as the previous. This stops the user having to add the same address multiple times. | ||
- **Pre-filling.** The mailing address is captured by letting the customer either select from the addresses already provided in the application or by choosing to provide a new address. | ||
- **Auto/manual entry.** The address capture component allows the customer to either enter their address manually or use auto-complete to search and select it. | ||
|
||
## Why do we do it this way? | ||
|
||
### Reduce load | ||
|
||
If we have already captured customer information it is a better experience to use it, rather than ask for it again. | ||
|
||
### Empower customers | ||
|
||
Giving the customer the option to either search for their address, or to enter it manually gives them a sense of control. | ||
|
||
## Where does it sit in the sequence? | ||
|
||
Business address is generally captured just after identity check, along with all the other business details. | ||
|
||
## How do we want our customers to feel? | ||
|
||
After providing their address details, customers should feel delighted that the process felt so quick and easy and confident that they have provided what has been asked of them. | ||
|
||
## Looking for detailed designs? | ||
|
||
Here are links to detailed specifications of the pattern in Figma. This information is only available to Westpac Group employees: | ||
|
||
[Pattern guidelines - Business address](https://www.figma.com/proto/J2RDfHZfPY0Iz0PwgNfn2F/Forms-shell?page-id=716%3A5483&type=design&node-id=716-5484&viewport=-11058%2C3152%2C5.97&t=gYjpfddVneZItggE-1&scaling=scale-down-width&mode=design) | ||
|
||
## Related items | ||
|
||
- [Business industry](/articles/originations-business-industry) | ||
- [Celebration moment](/articles/originations-celebration-moment) | ||
- [Confirm profile](/articles/originations-confirm-profile) | ||
- [Contact details](/articles/originations-capture-contact-details) | ||
- Dashboard (Coming soon) | ||
- [Foreign tax residency](/articles/originations-foreign-tax-residency) | ||
- [Retrieve application](/articles/originations-retrieve-application) | ||
- Review (Coming soon) | ||
- [Select Business](/articles/originations-select-business) | ||
- [Set up Online Banking](/articles/originations-set-up-online-banking) | ||
- [Third party intro](/articles/originations-third-party-intro) | ||
- [Verify ID](/articles/originations-verify-ID) | ||
- [Back to Originations](/articles/originations-experience) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,12 @@ | |
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"typescript": "~5.1.6" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"braces": "3.0.3", | ||
"micromatch": "4.0.6", | ||
"json5": "1.0.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.