Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Implement option to hide total receiving from others (issue #1683) #1847

Merged
merged 11 commits into from
Jan 10, 2014

Conversation

zbynekwinkler
Copy link
Contributor

I am moving this to a new PR from a local branch so that more people can work on it. Original PR was #1721.

@zbynekwinkler
Copy link
Contributor Author

Hey anyone having more experience with front end & jinja2 stuff - care to merge master into this branch? It seems a lot has changed. I am seeing 6 conflicts while trying to merge master into add-anonymous-receiving and I am not exactly sure what is going on there.

@chadwhitacre
Copy link
Contributor

@zwn You should ping specific people, shouldn't you? ;-)

@zbynekwinkler
Copy link
Contributor Author

This feels silly but why not @rummik @clone1018 @seanlinsley @Changaco @galuszkak - anyone up to it?

@clone1018
Copy link
Contributor

I'm working to get this PR back up to date.

@clone1018
Copy link
Contributor

Sorry about that, just arrived back in Dallas. Please continue to work on this, I wont be able to get my work (only a small amount) from my laptop anytime soon.

Sorry about that.

@Changaco
Copy link
Contributor

Changaco commented Jan 9, 2014

Rebase done. Let's make it the last, someone please review and merge before another becomes necessary.

{% set receiving = participant.get_dollars_receiving() %}

{% if giving > receiving and not participant.anonymous %}
{% if anon_giving and anon_receiving %}
Copy link
Contributor

Choose a reason for hiding this comment

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

This replaces our "USERNAME JOINED RECENTLY" text with "USERNAME gives and receives anonymously", shouldn't we only show that if the user is giving/receiving something?

Copy link
Contributor

Choose a reason for hiding this comment

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

That would leak the information that the giving and receiving amounts are zero. Anonymous users might not expect or want that.

@clone1018
Copy link
Contributor

I tested most of the added functionality, I don't know how communities function yet as I can't easily test that. I also haven't been following up on the discussion of this so I wont be merging it in.

cc @whit537 @zwn @seanlinsley

@ghost ghost assigned Changaco Jan 9, 2014
@sim6
Copy link
Contributor

sim6 commented Jan 9, 2014

#1683

@zbynekwinkler
Copy link
Contributor Author

I'll review & merge this one later today. I take it that we are good on the UI side, right @clone1018?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants