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 support for proposals on work.ubq.fi #115

Closed
0x4007 opened this issue Jul 22, 2024 · 46 comments · Fixed by ubiquity/devpool-directory#1250 or ubiquity/work.ubq.fi#94
Closed

Add support for proposals on work.ubq.fi #115

0x4007 opened this issue Jul 22, 2024 · 46 comments · Fixed by ubiquity/devpool-directory#1250 or ubiquity/work.ubq.fi#94

Comments

@0x4007
Copy link
Member

0x4007 commented Jul 22, 2024

Related ubiquity/work.ubq.fi#54

There's a lot of unaccounted for/half completed proposals and it will be best to have a dedicated view to sort and browse.

I recreated the task here because this involves work across several repositories.

  • The first thing that needs to be addressed is to upgrade the backend. Perhaps we can make a new repository with a better name vs devpool-directory although it isn't clear to me what the name should be yet. Perhaps we can call it "organization issue aggregator" as sort of a general purpose name. It should list every issue in our organization, and include the price tag if there is a price. If not, then no price tag should be listed
  • Next, on work.ubq.fi it should only filter for issues with price tags.
  • Then we can make a separate view that will filter for issues without price tags. It will allow us to keep the logic consolidated together.
  • Lastly we should figure something about syncing https://github.com/ubiquity/devpool-directory and https://github.com/ubiquity/devpool-directory-private I hope it can be rolled into this task but given that there is no details around how to implement, it might need to be broken off into a separate task.
Copy link

ubiquibot bot commented Jul 22, 2024

! action has an uncaught error

@0x4007 0x4007 changed the title rfc.ubq.fi Add support for proposals on work.ubq.fi Jul 22, 2024
@jordan-ae
Copy link

/start

Copy link

ubiquibot-dev bot commented Jul 22, 2024

Warning! This task was created over 0 days ago. Please confirm that this issue specification is accurate before starting.
DeadlineMon, Jul 29, 9:58 AM UTC
Registered Wallet 0x2F05fD58023B0a95d1866aa0A3b672cEf05945c5
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

Copy link

ubiquibot bot commented Jul 22, 2024

DeadlineMon, Jul 29, 9:58 AM UTC
Registered Wallet 0x2F05fD58023B0a95d1866aa0A3b672cEf05945c5
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

Copy link

ubiquibot bot commented Jul 25, 2024

# No linked pull requests to close

@hydroxylase
Copy link

/start

Copy link

ubiquibot-dev bot commented Aug 8, 2024

DeadlineThu, Aug 15, 11:42 AM UTC
Registered Wallet 0x229674f3db146E0AF0182b660F5c9232538E7e7b
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

Copy link

ubiquibot bot commented Aug 8, 2024

DeadlineThu, Aug 15, 11:42 AM UTC
Registered Wallet 0x229674f3db146E0AF0182b660F5c9232538E7e7b
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

@hydroxylase
Copy link

/stop

Copy link

ubiquibot bot commented Aug 10, 2024

+ You have been unassigned from the task

@hydroxylase
Copy link

@Keyrxng before taking this task again, there's some questions I want to ask.
First what's the values for the environment variable in the .env file as modifying the file won't do any good if one doesnt know the values during development.

Second. In the backend, the code is complicated and one needs to study the where to actually extend the code.

I was hoping you could walk me through the file structure and all that before I start to work on nit.

Lastly in the future you may need to migrate to next.js or react and express to keep things structure as working on your current codebase is not an easy task.

Thanks .
@0x4007 @jordan-ae

@hydroxylase
Copy link

/start

Copy link

ubiquibot-dev bot commented Aug 10, 2024

DeadlineSat, Aug 17, 8:11 PM UTC
Registered Wallet 0x229674f3db146E0AF0182b660F5c9232538E7e7b
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

Copy link

ubiquibot bot commented Aug 10, 2024

DeadlineSat, Aug 17, 8:11 PM UTC
Registered Wallet 0x229674f3db146E0AF0182b660F5c9232538E7e7b
Tips:
  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

@Keyrxng
Copy link
Member

Keyrxng commented Aug 10, 2024

@rndquu does this PR cover all aspects required for this larger task as well as the task in which it links to? - the issue timelines and PR threw me off at first, but below is correct yeah?

@CaptainPrinz after reading through this and related issues, I'm sure that you can work on refactoring the work.ubq.fi UI or the sync-solution immediately. The backend I think may be getting worked on at the moment by another contributor.

For the UI env vars, simply use the exposed key and url to login and avoid rate limiting and then make the required changes using the existing issues.

For the sync solution, I believe this is workable but I'm not sure how you'd approach it. We want to ensure that the public and private repo can easily be kept in sync at the code level, not the issues.

Lastly in the future you may need to migrate to next.js or react and express to keep things structure as working on your current codebase is not an easy task.

Appreciate this. Some projects are moving to frameworks but most will likely stay as-is

@rndquu
Copy link
Member

rndquu commented Aug 12, 2024

So as a part of this issue we should:

  1. Refactor https://github.com/ubiquity/devpool-directory to sync all available issues (right now it syncs only the ones with the "Price" label)
  2. Refactor https://github.com/ubiquity/work.ubq.fi to display issues only with the "Price" label
  3. Create a new "view" (i.e. github repository, perhaps with next.js, using css styles from https://github.com/ubiquity/work.ubq.fi) that will be able to display github issues from https://github.com/ubiquity/devpool-directory based on env variables. Possible use cases:
  • show issues with the "Price" label
  • show issues without the "Price" label

Lastly we should figure something about syncing https://github.com/ubiquity/devpool-directory and https://github.com/ubiquity/devpool-directory-private I hope it can be rolled into this task but given that there is no details around how to implement, it might need to be broken off into a separate task.

There's already issue for that ubiquity/devpool-directory-tasks#25

@rndquu does this PR cover all aspects required for this larger task as well as the task in which it links to? - the issue timelines and PR threw me off at first, but below is correct yeah?

Current issue contradicts with ubiquity/work.ubq.fi#54. If ubiquity/work.ubq.fi#54 is not yet implemented then it may be closed as "not planned" in favor of #115.

@Keyrxng
Copy link
Member

Keyrxng commented Aug 13, 2024

If ubiquity/work.ubq.fi#54 is not yet implemented then it may be closed as "not planned" in favor of #115.

Refactoring devpool PR exists which is step 1 and required for step 2 I believe. If this is true then @xno-miner should be assigned to this task here and would be required to complete step 3 in order to be rewarded, is that right?

The sync issue will be treated as a separate task although the assignee should consider it if possible but is not a blocker for reward?

@rndquu
Copy link
Member

rndquu commented Aug 13, 2024

Refactoring devpool ubiquity/devpool-directory#1212 which is step 1.

ubiquity/devpool-directory#1212 introduces a feature of syncing either issues with the "Price" label either without it, not both. So it was meant to be forked and run in a separate repository. While the current issue describes that https://github.com/ubiquity/devpool-directory should sync all of the github issues. That's why ubiquity/devpool-directory#1212 contradicts with the step 1 from this comment.

and required for step 2 I believe

As far as I understand step 2 does not depend on step 1. We can refactor work.ubq.fi to display github issues with the "Price" label right now.

If this is true then @xno-miner should be assigned to this task here and would be required to complete step 3 in order to be rewarded, is that right?

Perhaps we could add ubiquity/work.ubq.fi#54 reward to this issue and ask @xno-miner to start the current issue.

The sync issue will be treated as a separate task although the assignee should consider it if possible but is not a blocker for reward?

Yes, it could be moved to a separate task.

@hydroxylase
Copy link

/stop

@xno-miner can take care of it

Copy link

ubiquibot bot commented Aug 13, 2024

+ You have been unassigned from the task

@0x4007
Copy link
Member Author

0x4007 commented Sep 26, 2024

We will split the task reward but also @gentlementlegen we need to fix payouts here.

@gentlementlegen
Copy link
Member

@0x4007 I do not know the API keys, please update https://github.com/ubiquity-os-marketplace/conversation-rewards/settings/secrets/actions with the proper keys similar to our previous repo.

@0x4007
Copy link
Member Author

0x4007 commented Oct 6, 2024

I don't recall changing this lets try again.

image

@0x4007 0x4007 reopened this Oct 6, 2024
@0x4007 0x4007 closed this as completed Oct 6, 2024
@0x4007
Copy link
Member Author

0x4007 commented Oct 6, 2024

Just unsuspended both apps on both ubiquity-os and ubiquity-os-marketplace orgs

@0x4007 0x4007 reopened this Oct 6, 2024
@0x4007 0x4007 closed this as completed Oct 6, 2024
Copy link

ubiquity-os bot commented Oct 6, 2024

! Failed to run comment evaluation. TypeError: Cannot read properties of undefined (reading 'wordValue')

@0x4007
Copy link
Member Author

0x4007 commented Oct 6, 2024

Warning

Failed to run comment evaluation.

TypeError: Cannot read properties of undefined (reading 'wordValue')

@gentlementlegen

@gentlementlegen
Copy link
Member

@0x4007 i believe this is fixed on develop not merged on main.

@0x4007
Copy link
Member Author

0x4007 commented Oct 6, 2024

Good thing we test both!

@gentlementlegen
Copy link
Member

Should work if you merge ubiquity-os-marketplace/text-conversation-rewards#142

@xno-miner
Copy link

When should I be expecting to receive the payment? It has been some time since the changes have been merged

@0x4007
Copy link
Member Author

0x4007 commented Oct 12, 2024

The last couple of times i tried to set up UUSD payments had blockers. Ill try again this week.

Copy link

ubiquity-os bot commented Oct 25, 2024

 [ 1.2325 WXDAI ] 

@hydroxylase
Contributions Overview
ViewContributionCountReward
IssueComment21.2325
Conversation Incentives
CommentFormattingRelevanceReward
@Keyrxng before taking this task again, there's some questions I…
5.85
content:
  content:
    p:
      score: 0
      elementCount: 7
  result: 0
regex:
  wordCount: 120
  wordValue: 0.1
  result: 5.85
0.81.1675
@xno-miner can take care of it
0.52
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 7
  wordValue: 0.1
  result: 0.52
0.50.065

 [ 30.919 WXDAI ] 

@Keyrxng
Contributions Overview
ViewContributionCountReward
IssueComment330.919
Conversation Incentives
CommentFormattingRelevanceReward
@rndquu does [this PR](https://github.com/ubiquity/devpool-direc…
22.51
content:
  content:
    p:
      score: 0
      elementCount: 5
    a:
      score: 5
      elementCount: 3
  result: 15
regex:
  wordCount: 161
  wordValue: 0.1
  result: 7.51
0.921.759
Refactoring devpool [PR exists](https://github.com/ubiquity/devp…
8.7
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 70
  wordValue: 0.1
  result: 3.7
0.87.96
I'm sure you should be able to test everything locally between t…
2
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 34
  wordValue: 0.1
  result: 2
0.61.2

 [ 26.611 WXDAI ] 

@rndquu
Contributions Overview
ViewContributionCountReward
IssueComment226.611
Conversation Incentives
CommentFormattingRelevanceReward
So as a part of this issue we should:1. Refactor https://githu…
12.17
content:
  content:
    p:
      score: 0
      elementCount: 8
    ol:
      score: 1
      elementCount: 1
    li:
      score: 0.5
      elementCount: 5
    ul:
      score: 1
      elementCount: 1
  result: 4.5
regex:
  wordCount: 165
  wordValue: 0.1
  result: 7.67
0.911.403
https://github.com/ubiquity/devpool-directory/pull/1212 introduc…
16.51
content:
  content:
    p:
      score: 0
      elementCount: 4
    a:
      score: 5
      elementCount: 2
  result: 10
regex:
  wordCount: 136
  wordValue: 0.1
  result: 6.51
0.815.208

 [ 4.7855 WXDAI ] 

@xno-miner
Contributions Overview
ViewContributionCountReward
IssueComment44.7855
Conversation Incentives
CommentFormattingRelevanceReward
Since doing it this way is going to require mostly different cha…
9.84
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 96
  wordValue: 0.1
  result: 4.84
0.82.218
I have done step 1 (https://github.com/ubiquity/devpool-director…
9.45
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 87
  wordValue: 0.1
  result: 4.45
0.92.24875
Done. https://github.com/ubiquity/work.ubq.fi/pull/77
0.71
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 10
  wordValue: 0.1
  result: 0.71
0.70.12675
When should I be expecting to receive the payment? It has been s…
1.28
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 20
  wordValue: 0.1
  result: 1.28
0.60.192

 [ 56.225 WXDAI ] 

@0x4007
Contributions Overview
ViewContributionCountReward
IssueSpecification153.04
IssueComment63.185
ReviewComment30
Conversation Incentives
CommentFormattingRelevanceReward
Related https://github.com/ubiquity/work.ubq.fi/issues/54There…
17.68
content:
  content:
    p:
      score: 0
      elementCount: 7
    ul:
      score: 1
      elementCount: 1
    li:
      score: 0.5
      elementCount: 4
    a:
      score: 5
      elementCount: 1
  result: 8
regex:
  wordCount: 217
  wordValue: 0.1
  result: 9.68
153.04
We will split the task reward but also @gentlementlegen we need …
1
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 15
  wordValue: 0.1
  result: 1
0.70.7
I don't recall changing this lets try again.<img width="570…
1.59
content:
  content:
    p:
      score: 0
      elementCount: 2
  result: 0
regex:
  wordCount: 26
  wordValue: 0.1
  result: 1.59
0.50.795
Just unsuspended both apps on both ubiquity-os and ubiquity-os-m…
0.88
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 13
  wordValue: 0.1
  result: 0.88
0.60.528
@gentlementlegen
0.1
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 1
  wordValue: 0.1
  result: 0.1
0.30.03
Good thing we test both!
0.39
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 5
  wordValue: 0.1
  result: 0.39
0.40.156
The last couple of times i tried to set up UUSD payments had blo…
1.22
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 19
  wordValue: 0.1
  result: 1.22
0.80.976
Resolves https://github.com/ubiquity/.github/issues/115Resolve…
0
content:
  content:
    p:
      score: 0
      elementCount: 3
  result: 0
regex:
  wordCount: 33
  wordValue: 0
  result: 0
0.80
Cypress is unreliable so I'm ignoring it.
0
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 8
  wordValue: 0
  result: 0
0.20
It's too bad I can't revert from mobile.
0
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 10
  wordValue: 0
  result: 0
0.10

 [ 2.59 WXDAI ] 

@gentlementlegen
Contributions Overview
ViewContributionCountReward
IssueComment32.59
Conversation Incentives
CommentFormattingRelevanceReward
@0x4007 I do not know the API keys, please update https://github…
1.8
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 30
  wordValue: 0.1
  result: 1.8
0.751.35
@0x4007 i believe this is fixed on develop not merged on main.
0.83
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 12
  wordValue: 0.1
  result: 0.83
0.60.498
Should work if you merge https://github.com/ubiquity-os-marketpl…
1.06
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 16
  wordValue: 0.1
  result: 1.06
0.70.742

@gentlementlegen
Copy link
Member

@0x4007 If you can assign the proper person and regenerate again, I do not know who you'd like to assign according to your comment #115 (comment)

@0x4007
Copy link
Member Author

0x4007 commented Oct 25, 2024

Your call I'm distracted with travels can only review in some weeks

Copy link

ubiquity-os bot commented Oct 25, 2024

@0x4007, @xno-miner the deadline is at Fri, Nov 1, 12:24 AM UTC

1 similar comment
Copy link

ubiquity-os bot commented Oct 25, 2024

@0x4007, @xno-miner the deadline is at Fri, Nov 1, 12:24 AM UTC

Copy link

ubiquity-os bot commented Oct 25, 2024

 [ 656.46 WXDAI ] 

@0x4007
Contributions Overview
ViewContributionCountReward
IssueTask0.5600
IssueSpecification153.04
IssueComment73.42
ReviewComment30
Conversation Incentives
CommentFormattingRelevanceReward
Related https://github.com/ubiquity/work.ubq.fi/issues/54There…
17.68
content:
  content:
    p:
      score: 0
      elementCount: 7
    ul:
      score: 1
      elementCount: 1
    li:
      score: 0.5
      elementCount: 4
    a:
      score: 5
      elementCount: 1
  result: 8
regex:
  wordCount: 217
  wordValue: 0.1
  result: 9.68
153.04
We will split the task reward but also @gentlementlegen we need …
1
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 15
  wordValue: 0.1
  result: 1
0.80.8
I don't recall changing this lets try again.<img width="570…
1.59
content:
  content:
    p:
      score: 0
      elementCount: 2
  result: 0
regex:
  wordCount: 26
  wordValue: 0.1
  result: 1.59
0.60.954
Just unsuspended both apps on both ubiquity-os and ubiquity-os-m…
0.88
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 13
  wordValue: 0.1
  result: 0.88
0.70.616
@gentlementlegen
0.1
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 1
  wordValue: 0.1
  result: 0.1
0.20.02
Good thing we test both!
0.39
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 5
  wordValue: 0.1
  result: 0.39
0.40.156
The last couple of times i tried to set up UUSD payments had blo…
1.22
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 19
  wordValue: 0.1
  result: 1.22
0.50.61
Your call I'm distracted with travels can only review in some we…
0.88
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 13
  wordValue: 0.1
  result: 0.88
0.30.264
Resolves https://github.com/ubiquity/.github/issues/115Resolve…
0
content:
  content:
    p:
      score: 0
      elementCount: 3
  result: 0
regex:
  wordCount: 33
  wordValue: 0
  result: 0
0.80
Cypress is unreliable so I'm ignoring it.
0
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 8
  wordValue: 0
  result: 0
0.20
It's too bad I can't revert from mobile.
0
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 10
  wordValue: 0
  result: 0
0.10

 [ 604.7535 WXDAI ] 

@xno-miner
Contributions Overview
ViewContributionCountReward
IssueTask0.5600
IssueComment44.7535
Conversation Incentives
CommentFormattingRelevanceReward
Since doing it this way is going to require mostly different cha…
9.84
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 96
  wordValue: 0.1
  result: 4.84
0.82.218
I have done step 1 (https://github.com/ubiquity/devpool-director…
9.45
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 87
  wordValue: 0.1
  result: 4.45
0.92.24875
Done. https://github.com/ubiquity/work.ubq.fi/pull/77
0.71
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 10
  wordValue: 0.1
  result: 0.71
0.70.12675
When should I be expecting to receive the payment? It has been s…
1.28
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 20
  wordValue: 0.1
  result: 1.28
0.50.16

 [ 1.172375 WXDAI ] 

@hydroxylase
Contributions Overview
ViewContributionCountReward
IssueComment21.172375
Conversation Incentives
CommentFormattingRelevanceReward
@Keyrxng before taking this task again, there's some questions I…
5.85
content:
  content:
    p:
      score: 0
      elementCount: 7
  result: 0
regex:
  wordCount: 120
  wordValue: 0.1
  result: 5.85
0.751.094375
@xno-miner can take care of it
0.52
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 7
  wordValue: 0.1
  result: 0.52
0.60.078

 [ 31.104 WXDAI ] 

@Keyrxng
Contributions Overview
ViewContributionCountReward
IssueComment331.104
Conversation Incentives
CommentFormattingRelevanceReward
@rndquu does [this PR](https://github.com/ubiquity/devpool-direc…
22.51
content:
  content:
    p:
      score: 0
      elementCount: 5
    a:
      score: 5
      elementCount: 3
  result: 15
regex:
  wordCount: 161
  wordValue: 0.1
  result: 7.51
0.921.759
Refactoring devpool [PR exists](https://github.com/ubiquity/devp…
8.7
content:
  content:
    p:
      score: 0
      elementCount: 2
    a:
      score: 5
      elementCount: 1
  result: 5
regex:
  wordCount: 70
  wordValue: 0.1
  result: 3.7
0.858.145
I'm sure you should be able to test everything locally between t…
2
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 34
  wordValue: 0.1
  result: 2
0.61.2

 [ 28.029 WXDAI ] 

@rndquu
Contributions Overview
ViewContributionCountReward
IssueComment228.029
Conversation Incentives
CommentFormattingRelevanceReward
So as a part of this issue we should:1. Refactor https://githu…
12.17
content:
  content:
    p:
      score: 0
      elementCount: 8
    ol:
      score: 1
      elementCount: 1
    li:
      score: 0.5
      elementCount: 5
    ul:
      score: 1
      elementCount: 1
  result: 4.5
regex:
  wordCount: 165
  wordValue: 0.1
  result: 7.67
112.17
https://github.com/ubiquity/devpool-directory/pull/1212 introduc…
16.51
content:
  content:
    p:
      score: 0
      elementCount: 4
    a:
      score: 5
      elementCount: 2
  result: 10
regex:
  wordCount: 136
  wordValue: 0.1
  result: 6.51
0.915.859

 [ 3.447 WXDAI ] 

@gentlementlegen
Contributions Overview
ViewContributionCountReward
IssueComment43.447
Conversation Incentives
CommentFormattingRelevanceReward
@0x4007 I do not know the API keys, please update https://github…
1.8
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 30
  wordValue: 0.1
  result: 1.8
0.71.26
@0x4007 i believe this is fixed on develop not merged on main.
0.83
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 12
  wordValue: 0.1
  result: 0.83
0.60.498
Should work if you merge https://github.com/ubiquity-os-marketpl…
1.06
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 16
  wordValue: 0.1
  result: 1.06
0.650.689
@0x4007 If you can assign the proper person and regenerate again…
2
content:
  content:
    p:
      score: 0
      elementCount: 1
  result: 0
regex:
  wordCount: 34
  wordValue: 0.1
  result: 2
0.51

@xno-miner
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment