- Implement directed edges - Add edge labels - Consider refactoring `view(program)` in `pivot.js` to return a Promise. Might not matter since nodemon is is running and will monitor changes. - To avoid git, can we pass the graph data around another way? Or is our best option to add `./graph/data.json` to the `.gitignore`?
view(program)inpivot.jsto return a Promise. Might not matter since nodemon is is running and will monitor changes../graph/data.jsonto the.gitignore?