-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
when a project has givbacksEligible=true, verified=false then givpower behaves strange #4900
Comments
@MohammadPCh informs me that Giveth/impact-graph#1866 should solve this issue. @CarlosQ96 when you have time could you please giv this PR a review? |
@divine-comedian it looks like the PR was merged - is this issue resolved? or it needs testing? |
@laurenluz hey! I've been following this issue it looks related to -> Giveth/impact-graph#1848 (comment) which was merged a while ago to production. Currently being QA'd |
ok thanks Mitch! |
Checking out a project on the app https://giveth.io/project/nextmeta this project is marked as givbacks eligible and can be boosted with givpower.
however when you look on the project info there is no tab to see it's givpower history aind information. Additionally after you have boosted the project with GIVpower you go to "My GIVpower" you receive a warning for the entry of the boost you just made to the project 👇
looking further into the status of the project in the admin, it appears to be marked as verified=false and givbacks eligible = true
in the graphQL data for the project it returns no powerRank or totalPower, even though it's instant boosting rank was 14. Meaning that the GIVbacks calculations may have been consider the projects rank as 0, meaning donors would not be getting as much of the rewards from GIVbacks that they should have been.
Screencast.from.2024-12-13.07-48-31.webm
this can be resolved in the admin panel by selecting to "vouch" for the project, which turns verified=true, the project then has it's givpower tab shown and the warning in "my givpower" dissapears.
The issue
If a project is givbacks eligible then we should show the givpower tab and the givpower data correctly on the project page
the info around powerRank, etc.. should show correctly in the project data
there should be no warning in my givpower saying the project I boosted is not givbacks eligible when it is in fact
To remedy this you could:
Maybe there is other options that I am not aware of, only my suggestions here
The text was updated successfully, but these errors were encountered: