| 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 | Improves [wiki:PLATFORM_STANDARDS_ANALYSIS] |
| 8 | == Task requirements == |
| 9 | * Discuss comments in the comments section of the document. |
| 10 | * Apply approved improvements. |
| 11 | |
| 12 | == Task result == |
| 13 | Updated [wiki:PLATFORM_STANDARDS_REPOSITORY] |
| 14 | == Implementation idea == |
| 15 | Implement this task after the [wiki:SCS_WIKI_SETUP_R3]. Use following code for the internal information. Protected Macto should be installed and enabled during SCS_WIKI_SETUP. Example code for hiding internal information: |
| 16 | {{{ |
| 17 | {{{ |
| 18 | #!protected |
| 19 | #:This is what an unauthorized user sees (optional) |
| 20 | This is what an authorized user sees |
| 21 | }}} |
| 22 | }}} |
| 23 | |
| 24 | == Related == |
| 25 | ^(Add links to related tasks that could be useful or helpful.)^ |
| 26 | |
| 27 | == How to demo == |
| 28 | ^(Provide instructions for demonstration of the task.)^ |
| 29 | |
| 30 | = Design = |
| 31 | ^(Describe your design here.)^ |
| 32 | |
| 33 | = Implementation = |
| 34 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 35 | |
| 36 | = Testing = |
| 37 | ^(Place the testing results here.)^ |
| 38 | |
| 39 | = Comments = |
| 40 | ^(Write comments for this or later revisions here.) |