Version 5 (modified by peko, 17 years ago) (diff) |
---|
Analysis
Overview
This task Depends on PLUGIN_DECOMPOSITION task.
PLUGIN_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.
Task requirements
- We should have three parts of plugins that define the Author, Reader and Server.
- Every plugins should be part of at least one of the three.
Task Result
- Wiki page with the three editions' structure of plugins.
Implementation idea
- 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).
How to demo
- Go to the corresponding wiki page and explain the three editions and their structure.
Design
Implementation
Testing
Log