TosiDrop / vm-frontend

Frontend for TosiDrop
MIT License
6 stars 6 forks source link

Reorder pools #391

Open wcatz opened 1 year ago

wcatz commented 1 year ago

Can we put the pools without a description below ones that do?

reqlez commented 1 year ago

You want to penalize the lazy SPOs? lol I guess we could...

wcatz commented 1 year ago

How about this. Reorder putting description less pools at the bottom. Also look for pools with the description "retired" and hide them. Seal doesn't seem to keen on stripping individual pools from VM.

reqlez commented 1 year ago

Pools that are retired, should have the "visible" set to "false" in VM. We do not display any pools that have visible set to false or start with "project_"

Do you want to try to get a list of retired pools and getting that to Seal so he can just run a query and set them all to visible false?