Changes between Version 12 and Version 13 of SummerOfCode2010


Ignore:
Timestamp:
Mar 16, 2010, 5:38:28 AM (15 years ago)
Author:
Russell Keith-Magee
Comment:

Initial cleanup of requirements for GSoC students.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2010

    v12 v13  
    1919Student applications open March 29 and end on April 9.
    2020
    21 If you'd like to get started on your proposal early, we'll be looking for a few things.  You'll need to have a concrete task in mind (some ideas are below) along with a solid idea of what will constitute "success" (you tell us).  We'll want to know a bit about you -- links to previous work are great, if any.  You'll also need to provide us with a rough schedule of milestones so your mentor can know if and when to nag you :)
     21If you'd like to get started on your proposal early, we'll be looking for a few things. 
     22
     23 * You'll need to have a concrete task in mind (some ideas are below) along with a solid idea of what will constitute "success" (you tell us). 
     24 * If your proposal is a single large feature, you'll need to present a detailed design specification. This proposal should be posted to django-developers, where it can be refined until it sees a level of acceptance from the developer community.
     25 * We'll want to know a bit about you -- links to previous work are great, if any.  If you're proposing something ambitious, you'll need to convince us that you're up to the task.
     26 * You'll also need to provide us with a schedule, including a detailed work breakdown and major milestones so your mentor can know if and when to nag you :)
    2227
    2328Note that none of the ideas below are good enough to be submissions in their own right (so don't copy and paste)!  We'll want to know not just ''what'' you want to do but ''how'' you plan to pull it off.
     
    4752 * Refactoring of the app loading mechanism (ref. #3591)
    4853 * Implement proper IPv6 support in django (ref. #11442, #7735, +++)
    49  * Django currently uses [http://trac.edgewall.org Trac] for project management, rather than a Django-based system such as [http://basieproject.org Basie]. In the spirit of "eating your own dog food", this project would bring [http://basieproject.org Basie] to the point where the Django community could start using their own software to manage their own development.
    5054 * Update Django's system tests -- migrate Doctests to UnitTests, and merge the modeltests and regressiontests directories.
    51  * Your idea here
Back to Top