Changes between Version 9 and Version 10 of SummerOfCode2007
- Timestamp:
- Mar 13, 2007, 3:37:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2007
v9 v10 28 28 Try to scope ideas/proposals to the 4-month timeline -- simply proposing to fix a ticket or two will probably result in your proposal being rejected in favor of a more ambitious one. The SOC '''does not cover activities other than coding''', so certain ideas ("Write a more detailed tutorial" or "Create demonstration screencasts" or "Add a pony") are not suitable for inclusion here. 29 29 30 On the other side, though, be sure to be concrete in your proposal. We'll want to know what your goals are, and how you plan to accomplish them. 31 30 32 In no particular order: 33 34 * Build a public repository for reusable Django applications. This probably includes: 35 * a standard way of packaging Django apps for distribution 36 * infrastructure for automatically downloading and installing packaged Django apps. 31 37 32 38 * Add optional object-level caching for objects in the cache backend … … 36 42 * Coherency could be maintained by invalidating/replacing the cached copy when an object is saved 37 43 * It should be possible to force the retrieval to pull the record from the database if the programmer knows it is necessary (DB-level coherency is required) 38 * Finalize TextIndexingAbstractionLayer and get it merged into trunk 39 * Finalize FullHistory and get it merged into trunk 40 * Finalize SchemaEvolution and get it merged into trunk 41 * Finalize RowLevelPermissions and get it merged into trunk 44 45 * Create a set of generic RESTful API views (like wsgicollection). 46 47 * Finalize one of the open branches: TextIndexingAbstractionLayer, FullHistory, SchemaEvolution, RowLevelPermissions. 48 49 * Some idea from [http://code.djangoproject.com/wiki/SummerOfCode2006 last year] that didn't get tried. 50 42 51 * Placeholder - add your ideas here.