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

give more visibility into funding build-up #3779

Closed
chadwhitacre opened this issue Sep 12, 2015 · 2 comments
Closed

give more visibility into funding build-up #3779

chadwhitacre opened this issue Sep 12, 2015 · 2 comments
Assignees
Labels

Comments

@chadwhitacre
Copy link
Contributor

Now that we're charging in arrears, we need to give both ~users and Teams visibility in their funding build-ups. Reticketed from #3378.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@chadwhitacre
Copy link
Contributor Author

Here's what I'm currently seeing as the build-up for nuvola-player, e.g.:

=> select sum(due), count(*) from current_payment_instructions where due > 0 and team='nuvola-player';
┌───────┬───────┐
│  sum  │ count │
├───────┼───────┤
│ 79.1859 │
└───────┴───────┘
(1 row)

However, I'm not sure how exactly this interacts with the is_funded column on current_payment_instructions.

@rohitpaulk
Copy link
Contributor

There are two parts to this - the ~users UI, and Teams UI. The second part is blocked on #3705.

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

No branches or pull requests

2 participants