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 Node Voting Dropdown to node GUI screen. #832

Open
pir8radio opened this issue Aug 5, 2024 · 1 comment
Open

Add Node Voting Dropdown to node GUI screen. #832

pir8radio opened this issue Aug 5, 2024 · 1 comment

Comments

@pir8radio
Copy link

pir8radio commented Aug 5, 2024

can you add a drop down at the top of that node GUI for feature voting? The dropdown would need to just take the P2P.myPlatform = value from the config or default value and add ;0 ;1 or ;2 depending on the dropdown selection of REJECT, APPROVE, or NO VOTE. Then on the first day of every month clear that value and set the value to "NO VOTE" aka ;1 needs to keep value on node app restart too.

0 = REJECT
1 = APPROVE
2 = NO VOTE

  • the 2/NO VOTE option and auto reset on the 1st of the month is important to make sure we don't have stale votes.

So in Voting dropdown if i select REJECT it will add ;0 to the end of the P2P.myPlatform value before being returned to the peer polls. then on the 1st of the month (if value not =2) set to ;2

this way it is easy for users to vote on things. and anyone can poll the nodes to gather the info. If we want to later go above and beyond we can capture this in the blockchain db. but this is a start... you can see it working here: https://explorer.notallmine.net/peers/ little vote icon in the state column.
image

Mockup: (fix formatting of course :-)
image

@ohager
Copy link
Member

ohager commented Sep 14, 2024

The properties need to be reloaded then...and node restarted...

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

2 participants