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

Add links to State Of XYZ surveys #27

Open
captainbrosset opened this issue Oct 17, 2024 · 0 comments
Open

Add links to State Of XYZ surveys #27

captainbrosset opened this issue Oct 17, 2024 · 0 comments

Comments

@captainbrosset
Copy link
Contributor

@SachaG has recently been tagging his State Of data with web-features IDs, which now lets us cross-link the 2 data sets.
For the explorer, this means we could show the surveys that talk about a particular feature, and therefore make it easy to gauge developer interest and feedback in a particular feature.

One way to do this is by using GraphQL:

https://graphiql.devographics.com/

query MyQuery {
  entities(tags: "has_web_features_id") {
    id
    webFeaturesId
    appearsIn {
      survey {
        name
        editions {
          year
          resultsUrl
        }
      }
    }
  }
}
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

1 participant