An open-source web application that facilitates the decision of future university/college students.
This application displays the available educational paths leading to multiple career end goals (jobs).
It acts as a visual roadmap for students trying to figure out
"If I want to be X, what do I need to study ?"
or
"If I have Y degree, what can I become ?"
Currently, no official, centralized documentation exists for these pathways. So this project's solution is to provide:
- A Public Dataset: can be modified in the web app (UI) (non official, updated by contributors).
- A detailled view: of the datasets, can be filtered according to what the users want.
-
Data structure
An element is represented in a node as in
roadmap.sh. Nodes and edges are separated in different json files in/data. -
Contribution
Anyone can contribute with the dataset in the (future) deployed app. It's kind of like a backoffice version. If submitted, the contribution will create a new branch and a PR in this repo.