-
Notifications
You must be signed in to change notification settings - Fork 59
Integrate labels into rewards.rchain.coop #673
Comments
Aadi and I started making this table for review of labeled issues https://rhobot.glitch.me/ query: {
repository(owner: "rchain", name: "bounties") {
issues(first: 100, labels: ["Governance"], states: [OPEN], orderBy: {field: UPDATED_AT, direction: DESC}) {
nodes {
number
title
author {login}
updatedAt
labels(first: 10) {
nodes {
name
}
}
}
}
}
} |
@dckc We can extend https://rhobot.glitch.me/ to provide information from the mysql bounty database given credentials. Links into the bounty system for voting might also be good. Do you think this is a worthwhile activity or are there other plans? |
It's probably worthwhile, especially if it happens before I find time for my idea: I intend to enhance the issue download stuff in rewards.rchain.coop to grab labels. No credentials are needed to access any of the data in rewards.rchain.coop; it's all public. I think you can GET any data you like in CSV format... maybe JSON or XML too. |
Yeah, that's very powerful. Is all data from August 2017 onwards in the App? |
@dckc We will want to access the bounty data real time but can use a snapshot for development. |
Err... navigate to it and bookmark the URL in your browser as usual. Is there some trick to this that I'm missing? e.g. all votes on 668 in CSV, a vote related to 668 in HTML, vote exported in XML
Sorting the rewards by date shows that it's not, right? Again, is there a trick to this that I'm missing? It's not clear to me how much you tried to find the answer yourself before putting the ball in my court. How to Ask Questions The Smart Way is largely common sense, but evidently it bears repeating:
|
Here's a Budgets and Bounties spreadsheet to play with. It has all data from August 2017 to April 2018 It's the base for a nice financial report. |
code to sync labels is committed and deployed: The Right Thing would have been a new Still to do: train guides. |
Just an update from Jim & myself, we've cloned the open issues table/site we built (https://rchain-bounty.glitch.me), and are now updating it with a GraphQL element and a MySQL element, looking to connect the two to basically add more functions in the future. The original site (https://rhobot.glitch.me) has been left as is, as we understand some people are using it to help them with other tasks. At this point, if anyone is pretty good with GraphQL and feels like coaching us a little, we could definitely use the help! |
Anyone who knows some javascript or is willing to learn GraphQL and not too afraid of typing commands should join our collaborative learning work studies Thursday 2pm EST, Mon, Tue, Thu 4pm EST in https://zoom.us/j/6853551826 I expect the rhobot project will fork from this issue once the label review app is complete. |
I looked into glitch a little... pretty cool! I know javascript and GraphQL, but I'm not available at those times. I'm available Saturdays at 9am (#403). |
@lapin7 thanks for the suggestion. How does it look?
|
I have talked with several guides about this: @lapin7 , @TrenchFloat , @pmoorman , @jimscarver . Optimistically, I'm going to say that's a critical mass and they'll train the rest. |
Prototyping support for the review process is continuing @dckc Is there someplace else to report that oe should this issue be reopened? |
I wonder how to integrate rhobot.glitch.me into rewards.rchain.coop But I suppose it's good to keep the discussion here for a bit... |
The answer is you don't integrate rhobot.glitch.me into rewards.rchain.coop. rhobot is a user driven self-sovereign interface independent of the rewards.rchain.coop interface. It integrates via APIs. We can integrate our own front ends using mysql but it would be nice if APIs for each function were available, preferably with GraphQL Todaty Allanc, JIm, Gary and Aadi Reordered columns, added ALL to label dropdown |
Ok... then since this issue is about rewards.rchain.coop, that work is out of scope of this issue. Let's use #609 to track it. |
@jimscarver @aviationhacker given the scope clarification above, your budget votes on this issue look a bit high. Please review. |
I've just had a look at my budget for this issue, but I can't see one that I've placed? Was it removed? If so, it saves me changing it :) |
I guess I'm confusing you with @entropee . |
@dckc not sure if this is the right place (but it's better than nothing): small feature request for the rewards app: Could we add the label "discussion" to the labels that would exclude an issue from the Overdue list? Discussion issues often don't require a vote. #775 and #831 are examples of that nature (and sit in our marketing overdue list) |
good idea |
I made the Discussion tweak 2018-09-26 in 121343ca |
opened on behalf of @dckc
Benefit to RChain Coop and Community
Guides could easily review budgets on their issues.
Proposed Budget
$300 based on an estimate of 2 story points ($125 ea per #273) plus some training time.
Measure of Completion
Legal
Task Submitter shall not submit Tasks that will involve RHOC being transacted in any manner that (i) jeopardizes RHOC’s status as a software access token or other relevant and applicable description of the RHOC as an “asset”—not a security— or (2) violates, in any manner, applicable U.S. Securities laws.
The text was updated successfully, but these errors were encountered: