Giter Club home page Giter Club logo

elephant-octo-garlic's Introduction

Create React App Visualization

This assessment was bespoke handcrafted for Richard Huynh.

Read more about this assessment here

elephant-octo-garlic's People

Contributors

huynhtastic avatar

Watchers

James Cloos avatar  avatar

elephant-octo-garlic's Issues

Add ability to select Metrics

The example shows adding metrics via a searchable multiselect input field, but a checkbox list would show the available options better and allow a user to interact with the options more intuitively.

  • Add checkboxes for metric options

  • Add checkboxes without Redux

  • Translate solution to redux/saga

Configure code-safety and codegen

  • Install:

Dev:

  • commitizen

  • lint-staged

  • husky

  • @graphql-codegen/cli

  • Configure commitizen with conventional chagelog:
    commitizen init cz-conventional-changelog --yarn --dev --exact

  • Add scripts:

"generate": "graphql-codegen --config codegen.yml",
"lint": "eslint .",
"commit": "git-cz",
  • Configure husky & lint-staged:
  "husky": {
    "hooks": {
      //  Investigate react testing first
      // "pre-commit": "lint-staged && yarn test"
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": "eslint --cache --fix"
  },
  • Add codegen.yml config

Chart historical metric data

Show a chart using plotly and a hook into the metric subscription

  • Show a realtime chart

  • Randomize color for each stroke

  • Change number of x-axis ticks

  • Correct axis labels

  • Add new points via subscription

  • Fix rerender leak

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.