web3privacy / explorer-data

Privacy Explorer Data Repository
https://explorer-data.web3privacy.info/
15 stars 30 forks source link

`team: anonymous` paramater does not seem to render correctly #906

Open fryorcraken opened 1 week ago

fryorcraken commented 1 week ago

Waku shows "team anonymous :-1:":

image

However, the team is not anonymous and available on the website: https://waku.org/

I was going to open a PR but the yaml shows:

team:
  anonymous: false
  teammembers: []

https://github.com/web3privacy/explorer-data/blob/5db70d0f60d7231d3abd6a393725de868ed1ac41/src/projects/waku/index.yaml#L9

So it seems correct in yaml but misrendered on website?

DeBelg commented 1 week ago

We're doing a dual check, 1 if anonymous is false, and 1 if the team is filled in. If nobody is filled in we're assuming they are anonymous.

But I agree that it's not always clearly rendered or explained in the current situation. I'll take it for feedback to our next weekly meeting, thanks for bringing it up!

Screenshot 2024-10-14 at 15 52 16