Changes between Version 4 and Version 5 of PLUGIN_EDITIONS_STRUCTURE_R0


Ignore:
Timestamp:
09/25/08 16:12:40 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_EDITIONS_STRUCTURE_R0

    v4 v5  
    11[[BackLinksMenu]] 
    22= Analysis = 
     3== Overview == 
    34This task '''Depends on''' PLUGIN_DECOMPOSITION task.[[BR]] 
    4 PLUGIN_DECOMPOSITION represents a set of all plug-ins. Furthermore we should define a union of elements from that set, which is packed and combined to construct the three main parts of Sophie2 Project. These include: The Author, The Reader and The Server. If we define the three parts as a union of plugins their intersection is NOT null or void. 
     5PLUGIN_DECOMPOSITION represents a set of all plug-ins. Furthermore we should define three unions of elements from that set, which are packed and combined to construct the three main parts of Sophie2 Project. These include: The Author, The Reader and The Server. If we define the three parts as three unions of plugins their intersection is NOT null or void. This means that a plugin which is part of the Author may also be part of the Reader. 
    56 
    6 == Overview == 
    77== Task requirements == 
     8 * We should have three parts of plugins that define the Author, Reader and Server. 
     9 * Every plugins should be part of at least one of the three. 
    810== Task Result == 
     11 * Wiki page with the three editions' structure of plugins. 
    912== Implementation idea == 
     13 * Start 'iterating' over the set of plugins and put every one of them in its place(Note that it may be part of more than one edition). 
    1014== How to demo == 
     15 * Go to the corresponding wiki page and explain the three editions and their structure. 
    1116= Design = 
    1217= Implementation = 
     
    1419= Log = 
    1520[[Include(wiki:PLUGIN_EDITIONS_STRUCTURE_R0_LOG)]] 
    16  
    17  
    18  
    19 '''Depends on''' PLUGIN_DECOMPOSITION task.[[BR]] 
    20  
    21 Run author edition with current code base.[[BR]] 
    22  
    23 Make documentation how-to(how should reader and author applications be run).[[BR]] 
    24  
    25 Think about what reader application will be and how to be run.