| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | |
| 7 | == Overview == |
| 8 | The goal of this task is to refactor and debug the existing code which is responsible for: |
| 9 | * Book extras support |
| 10 | * Multiple annotation sets support. |
| 11 | |
| 12 | == Task requirements == |
| 13 | * Debug and refactor the following functionality: |
| 14 | * .......... |
| 15 | |
| 16 | == Task result == |
| 17 | Source code. |
| 18 | |
| 19 | == Implementation idea == |
| 20 | * Replace all references to {{{BookExtra}}} and {{{AnnotationSet}}} with {{{ResourceRef}}}s. |
| 21 | |
| 22 | == Related == |
| 23 | * [GROUP_ANNOTATIONS_R0] |
| 24 | |
| 25 | == How to demo == |
| 26 | * Run Sophie and create a new book (if no book is available). |
| 27 | * Go to the Stickies palette. |
| 28 | |
| 29 | = Design = |
| 30 | ^(Describe your design here.)^ |
| 31 | |
| 32 | = Implementation = |
| 33 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 34 | |
| 35 | = Testing = |
| 36 | ^(Place the testing results here.)^ |
| 37 | |
| 38 | = Comments = |
| 39 | ^(Write comments for this or later revisions here.) |