Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add optional field to courses.json #4

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,78 @@
"name": "Intelligenza artificiale",
"url": "intelligenza-artificiale",
"telegram": "ai_unibo"
},
{
"name": "Digital forensics",
"url": "digital-forensics",
"telegram": "",
foxyseta marked this conversation as resolved.
Show resolved Hide resolved
"optional": true
},
{
"name": "Decision making with constraint programming",
"url": "decision-making-with-constraint-programming",
"telegram": "CP_unibo",
"optional": true
},
{
"name": "Ingegneria del software orientata ai servizi",
"url": "ingegneria-del-software-orientata-ai-servizi",
"telegram": "ISOS_unibo",
"optional": true
},
{
"name": "Simulazione di sistemi",
"url": "simulazione-di-sistemi",
"telegram": "dfw4FnUAFEE3MWQ0",
"optional": true
},
{
"name": "Modelli e sistemi concorrenti",
"url": "modelli-e-sistemi-concorrenti",
"telegram": "MSC_unibo",
"optional": true
},
{
"name": "Computer graphics",
"url": "computer graphics",
"telegram": "graphics_unibo",
"optional": true
},
{
"name": "Matematica computazionale",
"url": "matematica-computazionale",
"telegram": "matcomp_unibo",
"optional": true
},
{
"name": "Modelli probabilistici",
"url": "modelli-probabilistici",
"telegram": "modprob_unibo",
"optional": true
},
{
"name": "Sistemi context aware",
"url": "sistemi-context-aware",
"telegram": "SCA_unibo",
"optional": true
},
{
"name": "Fisica dei sistemi complessi",
"url": "fisica-dei-sistemi-complessi",
"telegram": "",
"optional": true
},
{
"name": "Fondamenti logici del informatica",
"url": "fondamenti-logici-del-informatica",
"telegram": "",
"optional": true
},
{
"name": "Didattica del informatica",
"url": "didattica-del-informatica",
"telegram": "didatticainfo_unibo",
"optional": true
}
]
}
Expand Down