ubiquity / devpool-directory-tasks

Open bounties for the devpool-directory repository
1 stars 3 forks source link

Total Rewards Available #18

Closed 0x4007 closed 7 months ago

0x4007 commented 8 months ago

It would be great for marketing purposes to tally up the total amount of rewards we have available at any given moment by looking up all of the open issues and summing the prices.

I'm not sure where is the best place to write this information (perhaps just a simple text file in the repository somewhere) but it is important that we have access to this number from our home page at ubq.fi via a simple fetch request.


Inspired by https://x.com/ljxie/status/1753615859623321842?s=46&t=bdMjuqzO5LYxLUsloRROxQ

devpanther commented 8 months ago

/help

ubiquibot[bot] commented 8 months ago

Available Commands

Command Description Example
/start Assign yourself to the issue. /start
/stop Unassign yourself from the issue. /stop
/help List all available commands. /help
/query Returns the user's wallet, access, and multiplier information. /query @user
/ask Ask a context aware question. /ask is x or y the best approach?
/multiplier Set the task payout multiplier for a specific contributor, and provide a reason for why. /multiplier @user 0.5 "multiplier
reason"
/labels Set access control, for admins only. /labels @user priority time
price
/authorize Approve a label change, for admins only. /authorize
/wallet Register your wallet address for payments. /wallet ubq.eth
devpanther commented 8 months ago

/start

ubiquibot[bot] commented 8 months ago

DeadlineSat, Feb 24, 1:30 AM UTC
Registered Wallet 0xf76F1ACB66020f893c95371f740549F312DEA3f1
Tips:
guha-rahul commented 8 months ago

/help

ubiquibot[bot] commented 8 months ago

Available Commands

Command Description Example
/start Assign yourself to the issue. /start
/stop Unassign yourself from the issue. /stop
/help List all available commands. /help
/query Returns the user's wallet, access, and multiplier information. /query @user
/ask Ask a context aware question. /ask is x or y the best approach?
/multiplier Set the task payout multiplier for a specific contributor, and provide a reason for why. /multiplier @user 0.5 "multiplier
reason"
/labels Set access control, for admins only. /labels @user priority time
price
/authorize Approve a label change, for admins only. /authorize
/wallet Register your wallet address for payments. /wallet ubq.eth
guha-rahul commented 8 months ago

/start

ubiquibot[bot] commented 8 months ago
! Skipping '/start' because the issue is already assigned.
guha-rahul commented 8 months ago

hey @pavlovcik , since the task was of <2hours, and 13 hours have passed from the assignee. Can i take this up?

0x4007 commented 8 months ago

We allow for a few days grace period for deliverables to be turned around.

devpanther commented 7 months ago

@pavlovcik ready to review.. added QA

ubiquibot[bot] commented 7 months ago
+ Evaluating results. Please wait...
ubiquibot[bot] commented 7 months ago

[ 22.2 WXDAI ]

@pavlovcik
Contributions Overview
ViewContributionCountReward
IssueSpecification119.4
IssueComment12.8
Conversation Incentives
CommentFormattingRelevanceReward
It would be great for marketing purposes to tally up the total a...
19.4
hr:
  count: 1
  score: "1"
  words: 0
119.4
We allow for a few days grace period for deliverables to be turn...
2.80.132.8

[ 100.6 WXDAI ]

@devpanther
Contributions Overview
ViewContributionCountReward
IssueTask1100
IssueComment10
IssueComment10.6
Conversation Incentives
CommentFormattingRelevanceReward
@pavlovcik ready to review.. added QA...
-0.02-
@pavlovcik ready to review.. added QA...
0.60.020.6

[ 2.1 WXDAI ]

@guha-rahul
Contributions Overview
ViewContributionCountReward
IssueComment12.1
Conversation Incentives
CommentFormattingRelevanceReward
hey @pavlovcik , since the task was of <2hours, and 13 hours hav...
2.10.192.1
devpanther commented 7 months ago

total rewards: https://github.com/ubiquity/devpool-directory/blob/development/total-rewards.txt

devpanther commented 7 months ago

@pavlovcik I just noticed an issue, sync issues run every time there is a push to development.. because there is a push to update rewards, its stuck in an infinite loop

devpanther commented 7 months ago

I think that can be fixed by ignoring the workflow if its the reward file been pushed

0x4007 commented 7 months ago

Sure it's a good idea that you open a pull asap!

0x4007 commented 7 months ago

[ 22.2 WXDAI ]

@pavlovcik
Contributions Overview
ViewContributionCountReward
IssueSpecification119.4
IssueComment12.8
Conversation Incentives
CommentFormattingRelevanceReward
It would be great for marketing purposes to tally up the total a...
19.4
hr:
  count: 1
  score: "1"
  words: 0
119.4
We allow for a few days grace period for deliverables to be turn...
2.80.132.8

[ 100.6 WXDAI ]

@devpanther
Contributions Overview
ViewContributionCountReward
IssueTask1100
IssueComment10
IssueComment10.6
Conversation Incentives
CommentFormattingRelevanceReward
@pavlovcik ready to review.. added QA...
-0.02-
@pavlovcik ready to review.. added QA...
0.60.020.6

[ 2.1 WXDAI ]

@guha-rahul
Contributions Overview
ViewContributionCountReward
IssueComment12.1
Conversation Incentives
CommentFormattingRelevanceReward
hey @pavlovcik , since the task was of <2hours, and 13 hours hav...
2.10.192.1

Very weird that it didn't read from the pull request.

devpanther commented 7 months ago

@pavlovcik I have an hotfix ready

https://github.com/ubiquity/devpool-directory/pull/1089