Changes between Version 14 and Version 15 of PROJECT_OVERVIEW
- Timestamp:
- 11/28/08 13:52:14 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PROJECT_OVERVIEW
v14 v15 16 16 This page is not intended to contain information about developing Sophie2. Most of the important documents are located in [wiki:SCS_SITE_DESIGN/DevelopmentHome Developers' Home]. However, the [wiki:DEVELOPMENT_OVERVIEW Development Overview] page might be what you need. It contains a brief tutorial for getting into the development of Sophie2. 17 17 18 == Organization == 18 * '''Structure'''. The Sophie2 platform consists of a set of bundles with specific functionality. Since it is a complete desktop publishing solution, some users may not need all of its features (for example, you do not need the Sophie2 server in order to read a book). This issue is resolved by the edition structure of Sophie: every edition is a stand-alone subset of these bundles. Sophie2 has 3 editions: Author, Reader and Server (their names are determinative for the functionality they provide). 19 19 20 * '''Schedule'''. Sophie2's development process will take about 1 year, starting from October 2008. This period is split into 12 shorter ones, called "iterations" (each iteration lasts about a month). During this time, more than 1500 tasks are going to be done. Every task has 3 major phases: analysis (defining what will be done), design (defining how to be done) and implementation (the actual work). The release schedule of the project is defined as follows: 20 == Schedule == 21 Sophie2's development process will take about 1 year, starting from October 2008. This period is split into 12 shorter ones, called "iterations" (each iteration lasts about a month). During this time, more than 1500 tasks are going to be done. Every task has 3 major phases: analysis (defining what will be done), design (defining how to be done) and implementation (the actual work). The release schedule of the project is defined as follows: 21 22 * '''pre''' - iterations 1-5. At the end of this phase, the product must have stable internal architecture (this includes mainly the plugin decomposition). 22 23 * '''alpha''' - iterations 6-8. Massive changes are expected here, but only external ones. After the end of the alphas, we will stop adding new features. … … 25 26 This methodology, as you see, is quite similar to [http://en.wikipedia.org/wiki/Scrum_(development) SCRUM]. [[BR]] 26 27 If you are interested in the current progress of the project, go to the [/roadmap roadmap]. 27 28 * '''Structure'''. The Sophie2 platform consists of a set of bundles with specific functionality. Since it is a complete desktop publishing solution, some users may not need all of its features (for example, you do not need the Sophie2 server in order to read a book). This issue is resolved by the edition structure of Sophie: every edition is a stand-alone subset of these bundles. Sophie2 has 3 editions: Author, Reader and Server (their names are determinative for the functionality they provide).29 28 30 29 == Help and Support ==