From 5504d1189a22e66a02c5fa14cc9d93323b44e08e Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 29 Jul 2024 14:34:24 +0900 Subject: [PATCH 1/2] Propose idea for vitess term 3 of 2024 Signed-off-by: Florent Poinsard --- .../lfx-mentorship/2024/03-Sep-Nov/project_ideas.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md index 02c7d6c1..2a9af381 100644 --- a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md +++ b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md @@ -365,3 +365,16 @@ Expected Outcome: Gadget developers have a way to run unit tests in different ke - Prateek Nandle (@Prateeknandle, prateeknandle@gmail.com) - Rishabh Soni (@rootxrishabh, risrock02@gmail.com) - Upstream Issue: https://github.com/kubearmor/KubeArmor/issues/1815 + + +### Vitess + +#### Add new getting started examples + +- Description: Vitess is a cloud-native database, while managing Vitess can be complex, the list of our getting started guide and code examples is not very exhaustive. We would like to have a mentee work on growing the list of code examples and guide to help new users acquire Vitess. +- Expected Outcome: By the end of the term, the mentee will have a deeper knowledge of Vitess and shipped at least one guide in every area of Vitess. +- Recommended Skills: Go, DDBS, Communication +- Mentor(s): + - Florent Poinsard (@frouioui, florent@planetscale.com) + - Matt Lord (@mattlord, mlord@planetscale.com) +- Upstream Issue: https://github.com/vitessio/website/issues/1798 \ No newline at end of file From ff9893205042a204497b6eae49374d29d8cfcd86 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 29 Jul 2024 22:59:56 +0900 Subject: [PATCH 2/2] Improve desc Signed-off-by: Florent Poinsard --- programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md index 2a9af381..0603461d 100644 --- a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md +++ b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md @@ -371,9 +371,9 @@ Expected Outcome: Gadget developers have a way to run unit tests in different ke #### Add new getting started examples -- Description: Vitess is a cloud-native database, while managing Vitess can be complex, the list of our getting started guide and code examples is not very exhaustive. We would like to have a mentee work on growing the list of code examples and guide to help new users acquire Vitess. +- Description: Vitess is a cloud-native database, while managing Vitess can be complex, the list of our getting started guide and code examples is not very exhaustive. We would like to have a mentee work on growing the list of code examples and guide to help new users acquire Vitess. Given the mentee's fresh eyes, we would like them to contribute to the troubleshooting / common issues guide too. - Expected Outcome: By the end of the term, the mentee will have a deeper knowledge of Vitess and shipped at least one guide in every area of Vitess. -- Recommended Skills: Go, DDBS, Communication +- Recommended Skills: Go, Distributed Database, Communication - Mentor(s): - Florent Poinsard (@frouioui, florent@planetscale.com) - Matt Lord (@mattlord, mlord@planetscale.com)