Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

[WIP] Show author slug on author and small improvements #170

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

appinteractive
Copy link
Member

@appinteractive appinteractive commented Feb 7, 2019

As a user
I always want to see the user slug near its name
To be able to see who is hiding behind the mutable name

Additionally, I pinned the post menu and fixed the truncation of strings.

Todos

  • Fix comment date display

@@ -70,8 +92,14 @@
slot-scope="scope"
>
<nuxt-link :to="{ name: 'profile-slug', params: { slug: scope.row.reporter.slug } }">
{{ scope.row.reporter.name }}
{{ scope.row.reporter.name || 'Anonymus' | truncate(26) }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to.many.dots.make.a.NullPointerException.very.likely

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you mean 😄

@roschaefer
Copy link
Contributor

I find this a terrible idea. You want to be able to change your slug at some point. E.g. I changed my twitter slug from roschaefer1 to roschaeferDE to indicate my domain. I can think of many reasons to be able to change your slug, because you really don't want a particular URL.

@appinteractive
Copy link
Member Author

appinteractive commented Feb 7, 2019

@roschaefer but then we do not have any indication or referencing of a user that we could Display.

@roschaefer
Copy link
Contributor

roschaefer commented Feb 7, 2019

@appinteractive this is correct. E.g. each post in mastodon and diaspora has a digital signature. We should do that too. Create a RSA key pair for each user account and digitally sign each post.

As a next step we must solve the problem how a user can visually distinguish user accounts with the same name. Maybe sth. like RSA fingerprint => emoji? Telegram secures voice calls with emojis.

@roschaefer
Copy link
Contributor

@roschaefer
Copy link
Contributor

@appinteractive
Copy link
Member Author

@roschaefer I dont think that that would solve the issue to be honest. At least not at first glance!

@roschaefer
Copy link
Contributor

@appinteractive we can take the first part of the fingerprint like git rev-parse --short HEAD. We could optionally use emojis instead of characters (Telegram uses 4).

Other social networks like Facebook and Twitter don't have this problem so much because only posts of friends of a friend will show up in the news feed. Maybe we need to fine tune our news feed?

Additionally we could make an image similarity comparison of avatars.

@appinteractive
Copy link
Member Author

Tuning the newsfeed is really important and one of my reasons for the switch to nitro!

But with the topic of user identity we have to do way more research and think about a real solution to that problem.

@Lulalaby Lulalaby added feature New feature or request improvement and removed feature New feature or request labels Feb 18, 2019
@Lulalaby
Copy link

@appinteractive what's the status?

@appinteractive appinteractive changed the title Show author slug on author and small improvements [WIP] Show author slug on author and small improvements Feb 22, 2019
@appinteractive
Copy link
Member Author

I will fix the last issue as soon as possible.

@roschaefer roschaefer mentioned this pull request Apr 1, 2019
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants