Skip to content

Instantly share code, notes, and snippets.

@vanpelt
Last active October 27, 2017 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanpelt/d7d909745673aaf4875498d3830d5b31 to your computer and use it in GitHub Desktop.
Save vanpelt/d7d909745673aaf4875498d3830d5b31 to your computer and use it in GitHub Desktop.
W&B Frontend Coding Exercise

Overview

The task at hand is to create a sortable tableview of issues listed in the tensorflow/tensorflow github repository using React, ApolloClient, and the GitHub GraphQL API.

MVP

The MVP should render the first page of issues with a hard coded access token. The look and feel is less important than the function, but still considered.

Bonus

  1. Sorting by supported fields
  2. Pagination
  3. Support changing the repository
  4. OAuth authentication

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment