drawpile / Drawpile

A collaborative drawing program
http://drawpile.net/
GNU General Public License v3.0
1.04k stars 131 forks source link

FRIEND LIST (social feature) #726

Open erik90mx opened 5 years ago

erik90mx commented 5 years ago

Hi,

Recently I knew some newcomers in Drawpile, and they wanted to contact me thought Drawpile for future drawings sessions, so I asked a few questions and tried to analyse the case:

Currently if you want to found a Drawpile's friend inside the software (that doesn't pick random usernames and that you don't have his/her contact info):

Those are the normal steps. When you have friends in Drawpile usually you know in which places they could be or share personal contact info to be in touch through third party proprietary software, but lets stick to that cases where they want to protect that info.

It will be an interesting idea to have a friend list (as for example the one that steam have):

Nothing complex like creating groups or to have management tools, but just to contact. Maybe this issue is related to this ones: https://github.com/drawpile/Drawpile/issues/400 https://github.com/drawpile/Drawpile/issues/451 https://github.com/drawpile/Drawpile/issues/705

Regards

callaa commented 5 years ago

This would be an interesting feature, but requires more design work. Some part of it has to be implemented on the website side but I'm not yet clear how it should all work.

The friend list feature would only work for users with a registered account, that's for sure at least. There is simply no other way to keep track of users.

So, I believe this would mostly be a feature of the website.

erik90mx commented 5 years ago

Maybe the actual area of the chat can be used to implement this, a I was thinking if it will possible to create a new tab in the user list, to get the friend list: image

I guess some points to consider will be:

Regards