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 # of Bounties Completed Dynamic Counter #682

Closed
PixelantDesign opened this issue Mar 22, 2018 · 5 comments
Closed

Add # of Bounties Completed Dynamic Counter #682

PixelantDesign opened this issue Mar 22, 2018 · 5 comments

Comments

@PixelantDesign
Copy link
Contributor

PixelantDesign commented Mar 22, 2018

Add # of bounties completed as a dynamic counter on the landing page and maybe issue explorer.

Screen Shot 2018-03-21 at 8.18.25 PM.png

@owocki
Copy link
Contributor

owocki commented Mar 22, 2018

good idea

@mdew192837
Copy link

Seems cool, is there already a variable that we have that keeps track of this? Or a column in a db row that states whether a bounty is completed? @owocki

@owocki
Copy link
Contributor

owocki commented Mar 26, 2018

yes the idx_status column of the bounty table is updated when a bounty is completed.

if were gonna put this information on the landing page we'd probably want to create a seperate (performant) place to store the data instead of querying the bounties table every landing page view.

@kziemianek
Copy link
Contributor

@owocki ready for this ?

@owocki
Copy link
Contributor

owocki commented Apr 27, 2018

yes!

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

No branches or pull requests

5 participants
@PixelantDesign @owocki @kziemianek @mdew192837 and others