From ed7750ee55fd2a46e47fd14d3577a26e260dc6a8 Mon Sep 17 00:00:00 2001 From: ChuqiaoHuang Date: Sun, 20 Apr 2025 18:49:42 -0400 Subject: [PATCH 1/4] Add The Odin Project to the project list --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index bfe9fcd..71718e1 100644 --- a/data.json +++ b/data.json @@ -1139,6 +1139,15 @@ ], "description": "Collaborative cheatsheets for console commands." }, + { + "name": "The Odin Project Curriculum", + "link": "https://github.com/TheOdinProject/curriculum", + "label": "help-wanted", + "technologies": [ + "Markdown" + ], + "description": "An open-source curriculum for learning full-stack web development." + }, { "name": "Ravada", "link": "https://github.com/UPC/ravada", From f28faaa81c0c71c0d6a0b8275d049f868044bbd1 Mon Sep 17 00:00:00 2001 From: ChuqiaoHuang Date: Sun, 27 Apr 2025 10:03:32 -0700 Subject: [PATCH 2/4] Update data.json Co-authored-by: Sammy Hori --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 71718e1..ad86baa 100644 --- a/data.json +++ b/data.json @@ -1142,7 +1142,7 @@ { "name": "The Odin Project Curriculum", "link": "https://github.com/TheOdinProject/curriculum", - "label": "help-wanted", + "label": "See Description", "technologies": [ "Markdown" ], From c4311c39372fd415c2674636d12d6c73dbfd2564 Mon Sep 17 00:00:00 2001 From: ChuqiaoHuang Date: Sun, 27 Apr 2025 10:04:48 -0700 Subject: [PATCH 3/4] Update data.json Co-authored-by: Sammy Hori --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index ad86baa..34173b7 100644 --- a/data.json +++ b/data.json @@ -1144,7 +1144,8 @@ "link": "https://github.com/TheOdinProject/curriculum", "label": "See Description", "technologies": [ - "Markdown" + "Markdown", + "JavaScript" ], "description": "An open-source curriculum for learning full-stack web development." }, From 2f3a8603d7dab95c42dff775ad7ea170d79ef74f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sun, 29 Jun 2025 20:06:41 +0100 Subject: [PATCH 4/4] Minor addition to The Odin Project's description in data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 34173b7..0179b7f 100644 --- a/data.json +++ b/data.json @@ -1147,7 +1147,7 @@ "Markdown", "JavaScript" ], - "description": "An open-source curriculum for learning full-stack web development." + "description": "An open-source curriculum for learning full-stack web development. There are a few \"Type: Good First Issue\" labelled issues, but any content addition/deletion issues seem reasonably beginner friendly." }, { "name": "Ravada",