Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.57 KB

EXERCISES.md

File metadata and controls

31 lines (20 loc) · 1.57 KB

EXERCISES

Level 0

  • Install everything locally as state above (yarn install, yarn build, yarn lint, yarn serve ...) and check that the app runs properly in your localhost
  • Check how code is loaded in Chrome Dev Tools (set break points, debug it...)
  • Check how data is loaded in Chrome Dev Tools (see network tab)
  • Add a new file NEWFILE.md and the FactSet volunteer name and email, add it to git, commit it and push it to your feature branch
  • Create a PR and ask a FactSet volunteer to review it and approve it
  • Merge the code once the PR is approved

Level 1

  • Change color and title of the Bitcoin series in the HighCharts component

Level 2

API help and documentation can be found in https://documenter.getpostman.com/view/5734027/RzZ6Hzr3

Level 3

Level 4

  • Refactor common code and create utilities to share between high charts and vue charts implementations
  • Check TODOs and work on them :-)