Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Client articles)
(Client articles)
Line 343: Line 343:
  
 
= Client articles =
 
= Client articles =
Features and behavior of the clients have a rather big overlap, especially how its documented. Hence, it is advised to describe the features in the most general way possible and to specialize only those parts which are platform dependent (due to different UI designs, etc).
+
There are four types of pages related to client documentation,
 +
* Specifications (technical documentation, features, etc.9
 +
* How-Tos
 +
* FAQ
 +
* Version pages
  
The approach is to create a common article for a certain feature. Special parts should be separated by using tabs for each platform, where an according code snippet for adding tabs can be found here:
+
Documentation related to the different platforms (Android, Windows and Web) should be placed as within those pages as described below.
 +
 
 +
=== Specifications ===
 +
 
 +
Features and behavior of the clients sometimes have a rather big overlap, especially how it is documented. On the other side, due to different platforms we have varying UI elements in both, form and handling.
 +
Nevertheless, documentation should be kept to a minimum and hence, the features described in the most generic way possible. Only those parts which are platform dependent (due to different UI designs, etc) should be specialized using tabs for each platform dependent documentation.
  
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
Line 377: Line 386:
 
</tab>
 
</tab>
 
</tabs>
 
</tabs>
 +
 +
=== How-Tos ===
 +
Platform / component specific documentation is to be placed onto distinctive tabs. Hence, the information is placed onto the following tabs
 +
* '''Studio''': describing actions to be performed with UBIK Studio
 +
* '''Android''': describing actions performed in the Android client
 +
* '''Windows''': describing actions performed in the Windows client
 +
* '''Web''': describing actions performed in the Web client
 +
 +
=== FAQ ===
 +
An additional tab '''Windows''' is added to the FAQ page for the clients. FAQs related to the Windows client is to be placed here.
 +
 +
=== Version pages ===
 +
Separate version pages are created for the Windows client, rather similar to the version pages for Android or the Server.
  
 
=Special articles=
 
=Special articles=

Revision as of 09:58, 25 August 2015

[edit]

Introduction

Introduction

Acceptance criteria

Any article should meet the following general acceptance criteria

  • Is the article structured logically and coherently?
  • Can the reader be directed to any other article (eg See also...)?
  • Is the article categorized into at least one category?
  • If the article links to other articles, check whether or not they exist?
  • Check the article for integrity and correctness in regards of technical descriptions. Test the described procedure and verify possible dependencies on versions.
  • Check the article for linguistic correctness in regards to grammar and style.
  • Images are prepared as described here
  • Templates are used if appropriate, find a list of templates here
  • Meet all (additional) requirements defined in this guideline