From feea48f1d3543d3d2583fd39526828dd48cd7e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Fri, 6 Oct 2023 11:08:47 +0200 Subject: [PATCH 1/3] Add CASE --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 28ce1de..b43d92a 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,13 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "CASE", + "link": "https://github.com/casejs/case", + "label": "Good First Issue", + "technologies": ["TypeScript"], + "description": "CASE is an open-source and frameworkless tool that makes it easy to build CRUD web applications." } ] } From 8a142f2997309ee0bb08c55b0d1716a9eef0d79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Wed, 31 Jul 2024 22:20:03 +0200 Subject: [PATCH 2/3] Update the name of a listed tool. CASE became Manifest --- data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data.json b/data.json index b43d92a..459f820 100644 --- a/data.json +++ b/data.json @@ -2097,11 +2097,11 @@ "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." }, { - "name": "CASE", - "link": "https://github.com/casejs/case", + "name": "Manifest", + "link": "https://github.com/mnfst/manifest", "label": "Good First Issue", "technologies": ["TypeScript"], - "description": "CASE is an open-source and frameworkless tool that makes it easy to build CRUD web applications." + "description": "Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly." } ] } From e445444829e986b481efcb42810ad712a291d162 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:35:51 +0100 Subject: [PATCH 3/3] Moved from "Good First Issue" to "good first issue" on Manifest --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 459f820..1c0f967 100644 --- a/data.json +++ b/data.json @@ -2099,7 +2099,7 @@ { "name": "Manifest", "link": "https://github.com/mnfst/manifest", - "label": "Good First Issue", + "label": "good first issue", "technologies": ["TypeScript"], "description": "Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly." }