Difference between revisions of "Wiki"

From AccountIT
Jump to: navigation, search
Line 23: Line 23:
 
The language is explained in this document:
 
The language is explained in this document:
 
[http://sourceforge.net/projects/plantuml/files/PlantUML%20Language%20Reference%20Guide.pdf/download Language Reference Guide.pdf]
 
[http://sourceforge.net/projects/plantuml/files/PlantUML%20Language%20Reference%20Guide.pdf/download Language Reference Guide.pdf]
 
 
 
== Process description ==
 
The different processes are divided into sections. Each covering its part of the life cycle for the systems. [[Development processes]] covers the development tasks till the point the software is ready for launch (i.e. ready for customers to use). [[Operation processes]] covers the deployment of the software, monitoring the systems and handling events (such as "out of disc space"). [[Support processes]] covers the processes required for supporting the business by handling "service requests" as well as billing customers.
 

Revision as of 16:13, 30 April 2014

Introduction

The wiki provides documentation for both the product (i.e. "the requirements") as well as the work processes required to develop, deploy, operate and support the systems.

Wiki structure

Wiki toobox

Navigate to Special:Version on your wiki to verify what extension that is successfully installed.

Categories

Categories, a software feature of wiki, provide automatic indexes that are useful as tables of contents.

You can categorize pages and files by adding one or more Category tags to the content text. These tags create links at the bottom of the page that take you to the list of all pages in that category, which makes it easy to browse related articles.

UML

The PlantUML extension allows to easily add UML diagrams into Wiki using a simple text description.

The following diagrams are available:

  • sequence diagram,
  • use case diagram,
  • class diagram,
  • activity diagram,
  • component diagram,
  • state diagram

The language is explained in this document: Language Reference Guide.pdf