Patchwork: Mouseover of profiles should include some of the user bio

Created on 21 Apr 2018  路  13Comments  路  Source: ssbc/patchwork

The who to follow side bar is interesting, but mousing over a particular suggestion only gives me their profile picture and name. Including a bit of their bio/description would make this feature more useful and I might start using it to figure out who to follow.

good first issue help wanted enhancement

Most helpful comment

For reference, here's how it currently looks:

Screenshot from 2019-05-05 14-46-42

I think the description would be cool, and I think this is the right heuristic:

  • split on the first new line ('/n')
  • character limit approx equal to the public key
  • the smallest between these first two

I'd also be interested to see some basic friend info, like "blocked by 4 people you're following and followed by 42".

All 13 comments

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Reopening.

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This would be my first contribution to this project so I'd like to start with something small like this.

I assume the best place would be between the Name and Public Key, or is there a alternate spot?

How much of the Description should be shown?

  • split on the first new line ('/n')
  • character limit approx equal to the public key
  • the smallest between these first two
  • the entire length

For reference, here's how it currently looks:

Screenshot from 2019-05-05 14-46-42

I think the description would be cool, and I think this is the right heuristic:

  • split on the first new line ('/n')
  • character limit approx equal to the public key
  • the smallest between these first two

I'd also be interested to see some basic friend info, like "blocked by 4 people you're following and followed by 42".

It currently looks different if you don鈥檛 follow the person.

You鈥檒l see number of mutual friends or if people block them.

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

I am willing to help, what should I do? a fork of it, implement it and merge it?

Yep! There's more info in the contributing guide.

@lluisemper If you want help getting started with the implementation we could set up a call and I could sort of show you the ropes :)

Very kind your offer, let me a couple of days to try it out by myself and If I can not figure that out I let you know :) @Powersource

Kind regards

Lluis

Not sure if you all got notifications for this but #1277 does something like this and seems to work fine for me locally, but I wouldn't want to merge it without at least someone else checking it out to see if it runs. :P

@celesteh I hope this version does something along the lines of what you thought when you started it. I'll be happy to iterate on this. I've been using this myself for a few days now and have to say even though it's a bit hap-hazard, I don't want to miss it any longer. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahdinosaur picture ahdinosaur  路  4Comments

celesteh picture celesteh  路  8Comments

entron picture entron  路  6Comments

nicohansi picture nicohansi  路  8Comments

cblgh picture cblgh  路  8Comments