CurricularAnalytics / CurricularAnalytics.jl

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
GNU Affero General Public License v3.0
23 stars 19 forks source link

Make plan and curriculum visualization apps. #22

Closed kevinwarne closed 4 years ago

kevinwarne commented 5 years ago

here are the vue curricula analytics docs. I would probably make separate embed_client_plan and embed_client_curriculum vue applications that use the plugin with different configurations. Take a look at embed_client/src/views/Graph.vue to see where most of the plugin abstraction code is.

vue-curricula-docs.pdf

orhanabar commented 5 years ago

When I run yarn install I am getting this error:

yarn install v1.12.3
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@unm-idi%2fvue-curricula: Not found".
info If you think this is a bug, please open a bug report with the information provided in "...\\embed_client\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Do you know why I am getting this error?