From 29836ba5b5d0511bcadf00fc7570739d6f6ae0f6 Mon Sep 17 00:00:00 2001 From: Jake <75119871+ngljcb@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:24:15 +0100 Subject: [PATCH 1/3] Update degrees.json --- degrees.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/degrees.json b/degrees.json index 0f30c32..229c0da 100644 --- a/degrees.json +++ b/degrees.json @@ -60,6 +60,22 @@ } ] }, + { + "id": "informatica-per-il-management", + "name": "Informatica per il Management", + "icon": "💻", + "years": [ + { + "year": 1, + "chat": "t.me/unibo_info_manag", + "teachings": { + "mandatory": [ + "architettura-di-internet" + ] + } + } + ] + }, { "id": "ingegneria", "name": "Ingegneria Informatica", From 289f50e77d1287a177ed77e5534be81609783052 Mon Sep 17 00:00:00 2001 From: Jacob Angeles <75119871+angelesjacob@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:30:50 +0100 Subject: [PATCH 2/3] added a new course: informatica per il management --- degrees.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/degrees.json b/degrees.json index 0f30c32..dd2cee6 100644 --- a/degrees.json +++ b/degrees.json @@ -33,6 +33,57 @@ ] } }, + { + "id": "informatica-per-il-management", + "name": "Informatica per il Management", + "icon": "💻", + "years": [ + { + "year": 1, + "chat": "t.me/unibo_info_manag", + "teachings": { + "mandatory": [ + "ipim-architettura-di-internet", + "ipim-diritto-di-internet", + "ipim-economia-aziendale", + "ipim-algebra-lineare", + "ipim-analisi-matematica", + "ipim-organizzazione-aziendale", + "ipim-programmazione-internet" + ] + } + }, + { + "year": 2, + "chat": "t.me/unibo_info_manag", + "teachings": { + "mandatory": [ + "ipim-finanza-aziendale", + "ipim-metodi-numerici-per-il-calcolo", + "ipim-microeconomia", + "ipim-sistemi-operativi", + "ipim-statistica-numerica", + "ipim-strategia-aziendale", + "ipim-algoritmi-e-strutture-dati" + ] + } + }, + { + "year": 3, + "chat": "t.me/unibo_info_manag", + "teachings": { + "mandatory": [ + "ipim-basi-di-dati", + "ipim-ingegneria-del-software", + "ipim-laboratorio-di-applicazioni-mobili", + "ipim-tecnologie-web", + "ipim-teoria-impresa", + "ipim-strategia-organizzazione-mercati" + ] + } + } + ] + }, { "year": 3, "chat": "t.me/joinchat/jTyZ03cqDRliOTY0", From fdf86d1c370799a2cf423b91c5a19f273e357155 Mon Sep 17 00:00:00 2001 From: Jacob Angeles <75119871+angelesjacob@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:37:25 +0100 Subject: [PATCH 3/3] fix doppione --- degrees.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/degrees.json b/degrees.json index a61376d..dd2cee6 100644 --- a/degrees.json +++ b/degrees.json @@ -111,22 +111,6 @@ } ] }, - { - "id": "informatica-per-il-management", - "name": "Informatica per il Management", - "icon": "💻", - "years": [ - { - "year": 1, - "chat": "t.me/unibo_info_manag", - "teachings": { - "mandatory": [ - "architettura-di-internet" - ] - } - } - ] - }, { "id": "ingegneria", "name": "Ingegneria Informatica",