earthstar-project / earthstar-lobby

https://earthstar-lobby.vercel.app
5 stars 1 forks source link

Display name details #4

Closed cinnamon-bun closed 3 years ago

cinnamon-bun commented 4 years ago

Woo display names! 🎉

Cinnamon
@cinn.ba0830fha...

Hello world

BTW you can ignore the Earthstar spec which says display names go in a JSON document at /about/@suzy.bxxxxx/profile.json along with some other profile info. I'm thinking about breaking this back up into separate documents for each property, like you're doing (.../name).

sgwilym commented 4 years ago

Phew, I saw the diff for earthstar 5.1.0 and thought "d'oh!". I was following what the vocabulary doc said about long names prior.

Regarding the name in the top right: because users can use a single author keypair across many workspaces, I'd like interfaces to reflect that. Only showing the display name could make users think they have separate identities between workspaces.

For the same reason I'd like to show short names in post titles too, but for that I'm seeing where the conversation in https://github.com/earthstar-project/earthstar/issues/41 leads to!

cinnamon-bun commented 4 years ago

Re: https://github.com/earthstar-project/earthstar/issues/41 -- added those helper functions for deterministic randomness in 5.2.1 (see release notes)

sgwilym commented 3 years ago

With the old manual sync UI superseded + both display and short names shown, I guess it's safe to close this.