From b56ab6897234cdecb8f4fe3e8fbfe0223f6e3c4b Mon Sep 17 00:00:00 2001 From: 0-yibai <2802756281@qq.com> Date: Sun, 14 Apr 2024 02:00:32 +0800 Subject: [PATCH] Add explanation for duplicate phone number in dg --- docs/DeveloperGuide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 90d1a305bdf..21427823e4b 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -587,8 +587,14 @@ after. flexibility in names. ### Allow text-wrapping when characters are too long -* Currently. when certain values are too long like product names, text will overflow out of the app instead of going to +* Currently, when certain values are too long like product names, text will overflow out of the app instead of going to a new line. Future fixes will allow text-wrapping into a new line. + +### Disallow duplicate phone numbers for different customers +* Currently, duplicate phone numbers is not checked for. If different customers share a phone number, order from that +* phone number will be added to the first customer in the contact list. +* In the future, we will check phone number against existing contact list when adding new customers, so as to remove +* such ambiguities. -------------------------------------------------------------------------------------------------------------------- ## **Appendix: Instructions for manual testing**