OSD600 Release 0.2 PR4
This is the last PR for Hacktoberfest! I can't believe how different I feel in comparison to the beginning of the month. When David first posted the requirements for release 0.2 I thought to myself "how on earth am I going to do this." Now I look back and laugh. I started the month by doing something very simple I already knew how to do. I wrote a hello world in PL/SQL This was a big deal for me because, at that point in the semester, I was still pretty new to Open Souce and did not know too much about contributing. After PR 1, I became more comfortable with git and decided to do something more challenging. I learned the Cocktail sort algorithm in C++ and added it to an algorithms repository (PR#2). At this point in the month, things were looking good however, I felt I could still "go bigger" and do something more challenging. For PR#3 I added a name to the name suggestion index. This was a huge milestone for me because with the first 2 PR's I had an idea of what needed to be done, but for this, I had no idea what they wanted. So I went for it. By studying the code, and talking to the maintainers along the way to better understand what they want, it went really well. I was able to do what was needed to be done and my work ended up getting merged! However, the most challenging (and confusing) PR was PR4! I really wanted to do some front end work and was having a hard time finding a good issue. I asked David for some help and he told me about this- "Add momentum scrolling to the result list view". Since it was the last PR and at the time I didn't even know what momentum scrolling is I want for it. I was not sure what view is the "result list view" I had a feeling it was list.component.html but I wanted to be sure so I asked. Then I waited for a couple of days and got no reply. I asked David for some advice on what to do, he told me to start working on it and usually you learn as you go! He was right! I started and was able to confirm list.component.html is what they were talking about. The next problem came when it was time to implement momentum scrolling. In the issue, he referenced this
Comments
Post a Comment