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

The sum of a user's outgoing donations isn't displayed on their profile #1956

Open
Avamander opened this issue Jan 16, 2021 · 8 comments
Open
Labels
good first issue suitable for new contributors UI issues concerning the User Interface

Comments

@Avamander
Copy link

I think it might encourage joining in or beating others if a sum of all donations were optionally to be displayed on peoples' profiles.

@trebmuh
Copy link
Member

trebmuh commented Jan 16, 2021

It is already the case, no? See https://liberapay.com/explore/individuals , we can see how much people are receiving (unless they choose not to display how much income they have).

Or maybe you're asking to display on a donator's profile page how much he/she gives to other people? In this case, it's a matter of anonymity management, see #271

@Avamander
Copy link
Author

Or maybe you're asking to display on a donator's profile page how much he/she gives to other people? In this case, it's a matter of anonymity management, see #271

Yes, this.

@trebmuh
Copy link
Member

trebmuh commented Jan 17, 2021

So it definitely is a matter of a 2 people needs to opt-in situation. 2 people being:

  • the user needs to want/accept to show how much he/she gives
  • the receiver needs to want/accept to show how much he/she receives

Same needs than for #271

@Avamander
Copy link
Author

I think the thread in #271 is talking about revealing specific donations and thanking (Patreon-y feature), I was thinking of just displaying a sum of all donations without revealing what they are specifically.

@trebmuh
Copy link
Member

trebmuh commented Jan 17, 2021

Although the topic on #271 is different from what you're asking for here, it still boils down to allowing the donor and recipient to allow or prohibit showing how much they are giving/receiving. Both need to agree to this to allow what you are asking for here to be shown.

@Avamander
Copy link
Author

Both need to agree to this to allow what you are asking for here to be shown.

If it's one of the standard amounts, why is consent of both required? Just displaying a sum without any receivers, it would take a lot of effort to figure out who of all the people started receiving that money. Would it not?

@Changaco
Copy link
Member

The sums of incoming and outgoing donations are both public by default.

@Avamander You're correct that the sum of outgoing donations currently isn't displayed in profile pages at all, and that it should be brought back.

@trebmuh
Copy link
Member

trebmuh commented Jan 17, 2021

Just displaying a sum without any receivers,

Oh, sorry. I've been thinking you were asking to have a display such as : "Avamander is giving XX€ to trebmuh" while in fact you're asking for a display such as "Avamander is giving XX€".

This isn't possible right now as far as I know.

There is something close to that in your profile "widget" page which allow you to display how much you are giving on an external page:
<script src="https://liberapay.com/me/widgets/receiving.js"></script>

@Changaco Changaco added good first issue suitable for new contributors UI issues concerning the User Interface labels May 9, 2021
@Changaco Changaco changed the title Display donated amount on profile optionally The sum of a user's outgoing donations isn't displayed on their profile Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue suitable for new contributors UI issues concerning the User Interface
Development

No branches or pull requests

3 participants