/snowflake-fork

Medium's engineering growth visualization tool

Primary LanguageJavaScriptOtherNOASSERTION

Snowflake @ Ankorstore

At Ankorstore we adopt the Snowflake tool (originally from Medium) for planning and supporting our engineers' career development. You can read more about how to use this tool in the growth framework documentation. Our growth tool is hosted publicly.

Installation

Get yarn if you don’t have it already:

npm install -g yarn

Install dependencies:

yarn

Running the dev server

yarn dev

Building

yarn export

This will put a static version of the site in out/.

Future work

  • Add Google SSO Login
  • Load initial data from a file, to improve flexibility.
  • Add restricted job title selection and validation.

Contributions

You are free to use, change and build on this work to make it useful for your organisation. We will happily consider unencumbered code contributions to improve functionality, but as this is the actual tool we use within Medium, acceptance is likely to be intentional, and deliberate. Meaning, slow. As such, you may prefer to fork the codebase for your own needs. We will not accept any contributions that modify the text of the application (but, thank you in advance for pointing out any typos).