Changes between Version 8 and Version 9 of SummerOfCode2007


Ignore:
Timestamp:
Feb 27, 2007, 12:16:11 PM (18 years ago)
Author:
Benjamin Slavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2007

    v8 v9  
    2828Try 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.
    2929
     30In no particular order:
     31
    3032 * Add optional object-level caching for objects in the cache backend
    3133   * Queries would still go to the database, but the DB could return only IDs... actual object retrieval could go through the cache system
     
    3436   * Coherency could be maintained by invalidating/replacing the cached copy when an object is saved
    3537   * 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
    3642 * Placeholder - add your ideas here.
Back to Top