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

Add Flattr integration #409

Closed
wants to merge 1 commit into from
Closed

Add Flattr integration #409

wants to merge 1 commit into from

Conversation

kyrias
Copy link
Contributor

@kyrias kyrias commented Apr 7, 2015

Closes #389

@@ -652,6 +652,30 @@ cache(function(data, match, sendBadge, request) {
});
}));

// Flattr integration
camp.route(/^\/flattr\/(.*)\.(svg|png|gif|jpg|json)$/,
Copy link
Member

Choose a reason for hiding this comment

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

I'd like to maintain the possibility to report another metric under the flattr name. However, I need your knowledge to give an appropriate name. At first, I believed that the figure represented a number of donators, but this leads me to believe that there is a separate field for that, flattrs_user_count. What does a flattr represent? How can a user flattr a product multiple times? My research makes me think that they are monthly contributions off a fixed budget, which would make contributions a suitable name. It seems odd, since it is absolutely not proportional to the amount of money received, nor to the number of consumers, which makes it seem like an odd metric to show. I'd like to know more.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A flattr is a donation of sorts. flattrs_user_count is how many people have done it. It seems that you can flattr something once a month.

You fill your account with a certain amount of money and then you go around and flattr things, then at the end of the month your budget is split between all of the things.

Anyway, I can't really think of any clear name that is better.

Copy link
Member

Choose a reason for hiding this comment

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

If the figure is monthly contributions off a fixed budget, we can go with /flattr/contributions/.

@espadrine
Copy link
Member

Thanks a lot for your contributing!

@paulmelnikow
Copy link
Member

Hi, I like this feature, this PR is soooo old, and I'd really like to get it merged. Would you be willing to add tests and address the review comment. We'll get it in lickety-split.

@paulmelnikow
Copy link
Member

If anyone would like to adopt this PR, please feel free to do so: grab the branch, add more commits addressing the comments, and open a new PR referencing this one.

@paulmelnikow paulmelnikow added the on-hold Deferred in favor of another approach, blocked on preceding efforts, stale, or abandoned label Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-hold Deferred in favor of another approach, blocked on preceding efforts, stale, or abandoned service-badge New or updated service badge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Badge request: flattr.com
3 participants