Skip to content
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

Actor identification and path to commumity listings and teams #1427

Open
Tracked by #1254
nielskijf opened this issue Dec 20, 2024 · 0 comments
Open
Tracked by #1254

Actor identification and path to commumity listings and teams #1427

nielskijf opened this issue Dec 20, 2024 · 0 comments

Comments

@nielskijf
Copy link

nielskijf commented Dec 20, 2024

UID: USER-47DEQpj8 - would be nice:
• Convert the 32-byte hex value into a Base64 string.
• Example:
• Full Hex: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
• Base64: 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZGHhSuFU=
• Resulting UID: ACTOR-47DEQpj8
• Trade-off: Base64 increases readability but introduces non-alphanumeric characters (e.g., /, +).

Base32 would be a little longer but use only alpha
ACTOR-47DEQpj8 as starting point, we might resolve to nickname if possible.
You can add it to a ticket because its just how the FE renders the info.

Check: https://base64.guru/standards/base64url
the only non alpha characters are - and _ it looks cleaner. and is still denser.
base64.gurubase64.guru
Base64URL | Base64 Standards | Base64
Base64URL strings can be used as URL addresses or filenames

Requirements:

  • We need a way to resolve Catalyst ID to users, for use in the template and use for team creation down the line.
  • The approach above is basic, but gives us the minimal functionality to do this.
  • This will allow people to share Catalyst ID. as social requirement, and sets up our system to build towards more advanced collaboration and community listings (indiv, team, organisation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant