everest icon indicating copy to clipboard operation
everest copied to clipboard

Feature Request: View Unclaimed Projects

Open pmr212 opened this issue 5 years ago • 1 comments

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.

Screen Shot 2020-10-24 at 5 58 19 PM

pmr212 avatar Oct 25 '20 00:10 pmr212

Another nice feature to have, especially if we can get this information using query.

{
    projects(where: {isRepresentative: false}){
        name,
        description,
        id
    }
  }

tehn-r avatar Nov 01 '20 21:11 tehn-r