Changes between Version 43 and Version 44 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Jul 12, 2013, 8:38:38 AM (11 years ago)
Author:
anonymous
Comment:

Corrected typo ressource->resource

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v43 v44  
    2727== Technical thoughts ==
    2828
    29 This plugin adds a new ressource 'project' implemented by database table:
     29This plugin adds a new resource 'project' implemented by database table:
    3030 1. smp_project: a list of all defined projects
    31 Actually, most database tables of Trac core related to ressources would need a new column 'project_id'. This way tickets, components, milestones, versions or even wikis could attach to certain projects. Since a plugin just adds stuff but cannot change the core structure, it implements the new dimension 'project' not by adding a new column to each ressource table but rather by adding several mapping tables smp_[ressource]_project, each one mapping a certain ressource to projects:
     31Actually, most database tables of Trac core related to resources would need a new column 'project_id'. This way tickets, components, milestones, versions or even wikis could attach to certain projects. Since a plugin just adds stuff but cannot change the core structure, it implements the new dimension 'project' not by adding a new column to each resource table but rather by adding several mapping tables smp_[resource]_project, each one mapping a certain resource to projects:
    3232 2. smp_milestone_project: the association of milestones to projects
    3333 3. smp_version_project:   the association of versions to projects