diff --git a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md index a21432d2..131569ed 100644 --- a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md @@ -19,3 +19,16 @@ ## Proposed Project ideas --- + +### Vitess + +#### Improve Unit Test Coverage + +- Description: Vitess is a scalable cloud-native database system for horizontal scaling of MySQL.The project is over 10 years old and there are parts of the code that don’t have very good unit test coverage. Revamping these code files and adding unit test coverage will help with the overall project health. Having strong unit testing is also useful in preventing introducing bugs when making code changes to these files. The task of the mentee would be to add said unit tests for the given code files. At the time of writing this proposal, the unit test coverage in Vitess stands at 47.3% of all lines of code. +- Expected Outcome: Improved unit test coverage in Vitess. +- Recommended Skills: Go, SQL, Unit testing +- Mentor(s): + - [Manan Gupta](https://github.com/GuptaManan100) (manan@planetscale.com) + - [Harshit Gangal](https://github.com/harshit-gangal) (harshit@planetscale.com) +- Issue: +