Skip to content
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

Feature Request: View Unclaimed Projects #198

Open
pmr212 opened this issue Oct 25, 2020 · 1 comment
Open

Feature Request: View Unclaimed Projects #198

pmr212 opened this issue Oct 25, 2020 · 1 comment

Comments

@pmr212
Copy link

pmr212 commented Oct 25, 2020

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

@tehn-r
Copy link

tehn-r commented Nov 1, 2020

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants