IlIllII
IlIllII
Added something for hacktoberfest
Some small grammatical changes to improve readability. Also, multiple html sections were showing up in the book as raw html. I believe this was due to indentation not being linted...
Right now there is just a tooltip that appears on the nodes on hover. This happens after a slight delay, which leads to a suboptimal user experience. It would be...
Right now the d3 digraph code is embedded in the DegreeMap.vue component. It is not very clean and I think it would be better if we refactor the code to...
## What has been done I've implemented a sidebar to overlay on the digraph. When you hover over a course in the sidebar the node associated with it in the...
I hacked this project together really quickly and so it is kind of messy. An improvement would be to refactor the code. Many of the Vue components are mammoths containing...
Currently when I add a course to the data assets, I add a course description to one file, a node to another file, edges describing prerequisite relations in another file,...
I added a few subjects that I am familiar with, but as I was trying to add 'Math' I realized I had ventured out of my wheelhouse and I could...
I added a number of courses to the website and created excellent descriptions for some of them. However, as I continued to add more courses I started to get lazy...