diff --git a/frontend/public/data/reproinventory_data.json b/frontend/public/data/reproinventory_data.json index d15b248..d6e26fd 100644 --- a/frontend/public/data/reproinventory_data.json +++ b/frontend/public/data/reproinventory_data.json @@ -2449,5 +2449,18 @@ "information-oriented (reference)", "learning-oriented (tutorials)" ] + }, + { + "id": 64, + "course_name": "test course", + "platform": [ + "Linux" + ], + "instruction_medium": [ + "reference" + ], + "programming_language": [ + "Git" + ] } ] \ No newline at end of file diff --git a/model/reproinventory_data.yaml b/model/reproinventory_data.yaml index feba9bf..319989a 100644 --- a/model/reproinventory_data.yaml +++ b/model/reproinventory_data.yaml @@ -1912,3 +1912,11 @@ quadrants: - information-oriented (reference) - learning-oriented (tutorials) +- id: 64 + course_name: test course + platform: + - Linux + instruction_medium: + - reference + programming_language: + - Git