Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.9 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.9 KB

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.