everest
everest copied to clipboard
Feature Request: View Unclaimed Projects
On the projects page, it is possible to view "All projects", "Challenged projects", and "Claimed projects". However it is not possible to view "Unclaimed projects". As part of the initiative for curators to reach out to various projects to get involved, I believe it would be beneficial to see a list of projects worth contacting and tracking down to get involved. This new tab would make that easier.
Another nice feature to have, especially if we can get this information using query.
{
projects(where: {isRepresentative: false}){
name,
description,
id
}
}