| 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 | == Overview == |
| 7 | Improve RTF import so it supports text with style |
| 8 | == Task requirements == |
| 9 | * Preserve the following things when importing RTF |
| 10 | * Font (if present, else a default font |
| 11 | * Font style |
| 12 | * size |
| 13 | * foreground color |
| 14 | * background color |
| 15 | * Do not import other content (other than text) |
| 16 | * Optional - preserve paragraph options if possible |
| 17 | == Task result == |
| 18 | Code. |
| 19 | |
| 20 | == Implementation idea == |
| 21 | ^(Provide some rough implementation idea(s).)^ |
| 22 | |
| 23 | == Related == |
| 24 | ^(Add links to related tasks that could be useful or helpful.)^ |
| 25 | |
| 26 | == How to demo == |
| 27 | Create an empty book and insert a rtf with text styling. |
| 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.) |