Version 18 (modified by dukeleto, 11 years ago)

--

This page lists detailed descriptions of tasks for Parrot Foundation and The Perl Foundation Google Code-In 2010.

1. What is Google Code-in?

Following on from the success of the Google Summer of Code™ program, Google is holding a contest for pre-university students (e.g., high school and secondary school students 13-18) called  Google Code-In with the aim of encouraging young people to participate in open source. We will work with open source organizations, each of whom will provide a list of tasks to be completed by student contestants. Tasks can be anything a project needs help with, from bug fixes to writing documentation to user experience research.

2. What are the goals of this contest?

Google Code-in (GCI) is intended to help students who may have wanted to get involved in open source but didn't know where to start. By working through the tasks suggested by organizations, contestants will be given the opportunity to engage with the open source community and get involved. The participating open source projects gain the benefit of additional contributions to their project, often in important areas that may get overlooked for whatever reason.

It is Google's not so secret hope that the student contestants of today will be long-term contributors to these and other open source projects in the future.

Tasks

Tasks will typically fall into the following categories:

  1. Code: Tasks related to writing or refactoring code
  2. Documentation: Tasks related to creating/editing documents
  3. Outreach: Tasks related to community management and outreach/marketing
  4. Quality Assurance: Tasks related to testing and ensuring code is of high quality
  5. Research: Tasks related to studying a problem and recommending solutions
  6. Training: Tasks related to helping others learn more
  7. Translation: Tasks related to localization
  8. User Interface: Tasks related to user experience research or user interface design and interaction

How to Write a Task

Give it a descriptive title. Explain any acronyms or slang that an outsider would not know. List potential mentors and both recommended and an optional background. Also give an estimate for roughly how many hours this task should take.

Task template

Title: Name of the app/area and a short description of what the task entails

Category: [see above]

Difficulty: (easy, average, advanced)

Estimated time: A "day" range of how long you think the task will take to complete, bearing in mind factors mentioned in the guidelines.

Task description: Consists of:

  • An initial sentence or two that describes what the task entails and why a student would want to spend their time on it (emphasize importance to project, transferable skills...).
  • Several sentences/bullets that provide more detail into the task: What approach should students use? What level of detail are you looking for?
  • A sentence about the expected deliverables.

Benefits: A short explanation of why this task is useful for the project. This should help motivate the students too.

Requirements: A small list of skill requirements. This helps the students know if they might be able to complete the task, for example e.g. Git, programming languages, etc.

Extra: (optional) A description of some extra action that the student can do if he's enjoying the task.

Links: A list of links that should help the student start on this task.

Primary contact: The person we should list as the "owner" of the task, who will monitor student submissions and give the final sign-off. This should be either you or someone who you've talked to about taking this on.

 GNOME's How To Write a Good Task

Proposed tasks

Task # 1: Make parrot.org reflect current development and be more useful

Potential Mentors: ? Difficulty: Easy Background Required: Familiar with HTML, CSS, RSS

Details: The parrot.org main web site is currently not dynamic enough. It is hard to see what is going on in our community right now from our main entry page. This task will make usability improvements to our site such as: List the last few commits to our codebase, giving links to relevant mailing lists and irc channels (and logs), summarizing recent blog posts from Planet Parrot, etc. PLEASE ADD MORE DETAIL.

Task # 2: Convert tests written in perl5 to pir - This could/would be multiple tasks

Potential Mentors: mikehh, ? Difficulty: Medium Background: Perl 5

Details: A lot of our tests are still written in perl5 or a combination of perl5 with pir in CODE/OUTPUT blocks. Ultimately we would like to get rid of any dependency on perl5. We will put forward a list of tests that still need converting and set them up as a tasks with one or more tests to be converted.

Task # 3: Increase test coverage of PMCs - This represents several tasks.

Potential Mentors: cotto, ?

Difficulty: Medium

Background: familiarity with  PIR and C, Perl 5 in some cases.

Details: Many of our  PMCs don't have complete test coverage. Although 100% coverage may not be possible in all cases, we can do better. We will provide a list of PMCs which need increased test coverage and notes about any PMCs which may provide difficulties in reaching 100%. A task will be complete when, at the mentor's discretion, a PMC's coverage is increased as much as is practical, ideally to 100%. This task requires the use of PIR, but increasing test coverage will usually require a small and easily-learned subset of PIR.

Task # 4: Increase test coverage of Math::Primality

Potential Mentors: bubaflub Difficulty: Medium Background: Perl 5, Prime numbers, Devel::Cover

Details: Math::Primality is a Perl 5 CPAN module that has advanced prime-checking algorithms. It was a GSoC project in 2009. Currently some new algorithms were added, but they don't have proper test coverage. Having better test coverage is necessary because people will rely on the correctness of the algorithms in this module for cryptography and number theory applications. This task will involve the student learning how to build and test Math::Primality, as well as analyzing the test coverage with the Devel::Cover CPAN module. When parts of the code are identified that need more tests, the students will work with the mentor to write tests that verify those parts of the code work correctly.

Task # 5: Create Snazzy Logo for Parrot on RTEMS

Potential Mentors: kid51

Difficulty: Easy

Background: Graphics

Details: Parrot Virtual Machine and the RTEMS project, which is a real-time embedded operating system, have been teaming up, so that Parrot can run on satellites and all kinds of other awesome real-time hardware. We need a logo for this project. It should represent the excitement of being able to use dynamic languages on real-time hardware.