Inspiration
Retrospective week allowed us to look back at our old projects, improvise them and explore all the amazing projects made by other fellows. We decided to work on chunked issues so we could explore more projects in short amount of time.
Contributions
Ctakes-ext : Build new requirements.txt file
- Description : Previously, the requirements were bloated and buggy. We re-wrote the requirements.txt and cleaned up the references through-out the repository.
- Link : https://github.com/PayasSingh/ctakes-ext/issues/11
Linker : Validate emails before sending
- Description : Previously, the emails separated by comma were not validated before calling the API. We wrote the validation for individual emails before calling the API.
- Link : https://github.com/MyrrhDev/Linker/issues/29
SocioMark
Issue 1 : Overeager Python Dependencies
- Description : Previously, the python server dependencies were over-eager and versions were up to date but were not available for all platforms. Windows users as well as cloud servers could not install the dependencies. We fixed them.
- Link : https://github.com/MLH-Fellowship/SocioMark/issues/125
Issue 2 : Linter actions fail to run on forks
- Description : The GitHub Actions used for linting the code in PRs failed to work on forks because of security issues.
- Link : https://github.com/MLH-Fellowship/SocioMark/issues/130
Get-svg-icons : Add color picker in sidebar
- Description : Previously, only height and width customization options were available for icons. We added color-picker to customize the icon color from the sidebar itself.
- Link : https://github.com/Open-Sourced-Olaf/Get-svg-icons/issues/25
Chamber of Secrets : Random Profile Picture generation
- Description : Previously, there was one default profile picture for all the accounts. We added a random profile picture selection feature that selects profile pictures randomly from a list of Harry Potter characters.
- Link : https://github.com/MLH-Fellowship/Chamber-of-Secrets/issues/23
AutoBot : Add Contributing Template
- Description : Added a CONTRIBUTING.md file which specifies contribution guidelines and provides an entry point for new contributors.
- Link : https://github.com/Abhishek-kumar09/AutoBot/issues/29
Challenges we ran into
- Being new to open-source
- Choosing which projects to contribute to
- New tech-stacks
Accomplishments that we're proud of
- Meaningful contributions
- Improvising our old projects
Log in or sign up for Devpost to join the conversation.