wiki:SCS_WIKI_SETUP_R3
Last modified 3 years ago Last modified on 04/03/09 16:15:41

Pages linking to SCS_WIKI_SETUP_R3:
TASK_INDEX
PLATFORM_STANDARDS_REPOSITORY_R2

Ticket Summary Owner Status Type Component Priority Effort Importance
#1422 SCS_WIKI_SETUP_R3 pacitu closed planned_task PROJECT_COMMUNITY 3 1 40

Reported by Astea, 4 years ago.

Description

wiki page: SCS_WIKI_SETUP_R3 - effort: 1d

Analysis_owners

deyan

Analysis_reviewers

todor

Analysis_score

3.5

Design_owners

todor

Design_reviewers

deyan

Design_score

4

Imp._owners

todor

Imp._reviewers

deyan

Imp._score

3.5

Test_score

0

Analysis

Overview

Wiki setup solves unsolved or unscheduled wiki issues.

Task requirements

Task result

Installed and documented usage of plugins

Implementation idea

In other task the auto linking was disabled for the CamelCase phases. Check if the statuses are "select" type (GridModifyPlugin)

SCS_WIKI_SETUP_R2

How to demo

Choose a page that contains "wikified" links and point it in this section. show the ITERATION_06 page to show the GridModifyPlugin usage.

Design

We should be able to create links for tasks writing only

TASK_NAME_R?

instead of

[wiki:TASK_NAME_R?]

This is possible with the AutoWikifyPlugin, so you just need to instal and enable it in the implementation phase.

Implementation

instead of

[wiki:TASK_NAME_R?]
  • The second plugin is installed but it is not enabled, because there are some performance issues related to it. The GridModifyPlugin is not applicable for our purposes, because the ticket state could not be changed using it.
  • The following explanation was appended to WikiFormatting:
    == Task Links ==
    
    When you want to add a link to specific task you need only to write its correct name.For example
    {{{
    TASK_NAME_R?
    }}}
    instead of
    {{{
    [wiki:TASK_NAME_R?]
    }}}
    which is used for linking wiki pages.
    

Testing

(Place the testing results here.)

Comments

(Write comments for this or later revisions here.)