Skip to content

palantirnet/snowflake

 
 

Repository files navigation

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

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

Palantir revisions

Code layout

For the revised layout, we want the following:

---------------------------------------------
|                   Information             |
---------------------------------------------
|   Grading / Rating    |   Milestones      |
|                       |                   |
|                       |                   |
|                       |                   |
---------------------------------------------
|              Career Development           |
---------------------------------------------

-----------------------------------------------------------
| SnowflakeApp.js • CohortSelector.js • LevelSelector.js  |
-----------------------------------------------------------
|   CurrentLevel.js         |   Track.js                  |
|                           |                             |
|   TrackSelector.js        |                             |
|                           |                             |
|                           |                             |
-----------------------------------------------------------
|                   PointSummaries.js                     |
-----------------------------------------------------------

Releasing

Releases should be coordinated with the Chief of Staff. PRs can be reviewed and merged, but a release should not be made unless the changes have been reviewed by the Chief of Staff and the release is cut in coordination with them.

There is documentation in Confluence and Google Docs that needs to be updated anytime there is a new release.

About

Medium's engineering growth visualization tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • PHP 1.1%