Changes between Version 54 and Version 55 of ProjectManagementIdeas


Ignore:
Timestamp:
May 6, 2009, 6:24:38 PM (15 years ago)
Author:
Chris Nelson
Comment:

start laying out interfaces

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v54 v55  
    332332(I'm a little out of my depth here, designing for Trac internals I don't understand.  Hopefully, more experienced Trac developers will guide me.  -- Chris)
    333333
     334To add better project management to Trac in a modular fashion requires defining the interfaces that project management implementations rely on.  We'll name these with a common prefix "IProject".  The 'I' is for "Interface", a common convention in Trac development.  The "Project" might be "PM" or "ProjMgr" or something.  This is certainly open to discussion.
     335
     336== IProjectTask ==
     337
     338== IProjectCalendar ==
     339
     340== IProjectSchedule ==
     341
     342
    334343'''...more here...'''
    335344