9 | | Common things about changes that are not put in the other tasks. |
10 | | #149 PRO_CHANGE_PRIMITIVES_R0 1 unmanaged change, create <class> <id>, destroy <id>, set <id> <prop-id> <#value>, |
11 | | #151 PRO_CHANGE_TRANSACTION_SAFETY_R0 1 Changes should happen at once if something is messed the change should not happen. |
12 | | #153 PRO_CHANGE_COMPOSING_R0 1 Composite changes. |
13 | | #160 PRO_CHANGE_MANAGER_R0 0.5 skip change, unskip change, undo change, |
| 9 | Common things about changes that are not put in the other tasks listed in related section. |
| 12 | * consider carefully the relations between classes of the following: |
| 13 | * [wiki:PRO_CHANGE_PRIMITIVES_R0] |
| 14 | * [wiki:PRO_CHANGE_TRANSACTION_SAFETY_R0] |
| 15 | * [wiki:PRO_CHANGE_COMPOSING_R0] |
| 16 | * [wiki:PRO_CHANGE_MANAGER_R0] |
| 17 | * consider creating a module if necessary - the change manager will take an important role in changes of books on the server as well. |
| 18 | * the module may be needed now. |
| 19 | * the module may appear in later revisions. |
| 20 | * the module may not be needed at all. |
| 21 | * create a wiki page that describes all the relations and class of the PRO_CHANGE things. |
| 22 | * provide class diagrams. |