-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docs: Detter documentation for Handles Pallet #2187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specific suggestions offered. But okay as is.
pallets/handles/README.md
Outdated
Due to the handling of homoglyphs, some handles will resolve to the same value. | ||
For example, while the display may have diacriticals or homoglyphs, the handle is stored with diacriticals and homoglyphs normalized. | ||
So `Zoë.35` and `Zoe.35` will both resolve to the same MSA Id. | ||
TO allow multiple users to select the same handle, a distinguishing unique suffix is appended to to form the Display Handle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TO allow multiple users to select the same handle, a distinguishing unique suffix is appended to to form the Display Handle. | |
A unique numeric suffix is appended to the base handle to form the display handle, allowing multiple users to select the same base handle. |
Goal
The goal of this PR is to make it easier to understand the normalization and validation for handles