Get yarn if you don’t have it already:
npm install -g yarn
Install dependencies:
yarn
yarn dev
yarn export
This will put a static version of the site in out/
.
- Load initial data from a file, to improve flexibility.
- Add restricted job title selection and validation.
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 |
-----------------------------------------------------------
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.