Changes between Version 8 and Version 9 of SummerOfCode2007
- Timestamp:
- Feb 27, 2007, 12:16:11 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2007
v8 v9 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 In no particular order: 31 30 32 * Add optional object-level caching for objects in the cache backend 31 33 * Queries would still go to the database, but the DB could return only IDs... actual object retrieval could go through the cache system … … 34 36 * Coherency could be maintained by invalidating/replacing the cached copy when an object is saved 35 37 * 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 36 42 * Placeholder - add your ideas here.