Jump to: navigation, search

Difference between revisions of "Roadmap Templates"


(Roadmap Detail Feature)
Line 6: Line 6:
 
'''Usage:''' This template can be used to provide an overview of the last, current, next, and future releases. It contains the following properties:
 
'''Usage:''' This template can be used to provide an overview of the last, current, next, and future releases. It contains the following properties:
 
* versionReleases: e.g. a link to view all releases of a specific major version can be added here.
 
* versionReleases: e.g. a link to view all releases of a specific major version can be added here.
* content: All or some specific Roadmap Overview Items for the last, current, next, and future releases can be added here.
+
* content: [[Roadmap_Templates#Roadmap_Overview_Item|Roadmap Overview Items]] for the last, current, next, and future releases can be embedded here.
  
 
'''Code:''' <nowiki>{{RoadmapOverview
 
'''Code:''' <nowiki>{{RoadmapOverview
Line 30: Line 30:
  
 
=== Roadmap Overview Item ===
 
=== Roadmap Overview Item ===
'''Usage:''' Roadmap Overview Items can be created to embed them in the content section of a Roadmap Overview template. It contains the following properties:
+
'''Usage:''' A Roadmap Overview Item template can be used to embed it in the content section of a [[Roadmap_Templates#Roadmap_Overview|Roadmap Overview]] template. It contains the following properties:
* version: the version number that will be displayed in the header on the left
+
* version: Defines the version number that will be displayed in the item header on the left.
* date: the planned or already released date of the version that will be displayed in the header on the right in the form of a Roadmap Chip, e.g. {{RoadmapChip-Announced| December 2024}}
+
* date: The planned or already released date of the version in the form of a Roadmap Chip template, e.g. {{RoadmapChip-Announced| December 2024}}
* content: defines the content that will be displayed for the roadmap item in the form of a short feature description and eventually a Roadmap chip to highlight the related project.
+
* content: Defines the content that will be displayed for the roadmap item. It can be presented in the form of a short feature description and eventually a Roadmap Chip template to highlight the related project.
  
 
'''Code:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=release date | content=
 
'''Code:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=release date | content=
Line 47: Line 47:
  
 
=== Roadmap Detail Header ===
 
=== Roadmap Detail Header ===
'''Usage:''' The Roadmap header includes headings for the Roadmap Detail Items properties, namely for the version, expected release date, feature status, and release notes. It can be added on top of any Roadmap to provide a better orientation.
+
'''Usage:''' The Roadmap header includes headings for the [[Roadmap_Templates#Roadmap_Detail_Feature|Roadmap Detail Features]] properties, namely for the version, expected release date, feature status, and release notes. It can be added to the top of any Roadmap to provide a better orientation.
  
 
'''Code:''' <nowiki>{{RoadmapDetailHeader}}</nowiki>
 
'''Code:''' <nowiki>{{RoadmapDetailHeader}}</nowiki>
Line 55: Line 55:
  
 
=== Roadmap Detail Item ===
 
=== Roadmap Detail Item ===
'''Usage:''' Can be used to create a Roadmap Detail Item. It contains the following properties:
+
'''Usage:''' This template can be used to create a [[Roadmap_Templates#Roadmap_Detail_Item|Roadmap Detail Item]]. It contains the following properties:
 
* version: The related version that will be displayed in the header on the left
 
* version: The related version that will be displayed in the header on the left
 
* date: The planned release date for this version.
 
* date: The planned release date for this version.
* status: The status of the version in the form of a Roadmap Chip, e.g. {{RoadmapChip-Released|Released}}  
+
* status: The status of the version in the form of a Roadmap Chip template, e.g. {{RoadmapChip-Released|Released}}  
* content: The features that are planned for this version in the form of Roadmap Detail Features.
+
* content: The features that are planned for this version in the form of [[Roadmap_Templates#Roadmap_Detail_Feature|Roadmap Detail Feature]] templates.
  
 
'''Code:''' <nowiki>{{RoadmapDetailItem  
 
'''Code:''' <nowiki>{{RoadmapDetailItem  
Line 83: Line 83:
  
 
=== Roadmap Detail Feature ===
 
=== Roadmap Detail Feature ===
'''Usage:''' Can be used to create a Roadmap Detail Feature to add it to the Roadmap Detail Item. It contains the following properties:
+
'''Usage:''' This template can be used to create a Roadmap Detail Feature and to embed it into a [[Roadmap_Templates#Roadmap_Detail_Item|Roadmap Detail Item]] template. It contains the following properties:
* product: The product the feature belongs to in the form of a Roadmap Chip, e.g. {{RoadmapChip-MaTaP}}
+
* product: The product the feature belongs to in the form of a Roadmap Chip template, e.g. {{RoadmapChip-MaTaP}}
* feature: Add a short feature description here.
+
* feature: A short feature description can be added here.
* inclusion: The status of the feature, default is Confirmed.
+
* inclusion: defines the status of the feature, default is Confirmed.
 
* descr: Release notes
 
* descr: Release notes
  
Line 96: Line 96:
 
{{RoadmapDetailFeature | product= {{RoadmapChip-MaTaP}}| feature= Productization of MaTaP Features | descr=A basic set of MATAP Features is provided via plugins now. }}
 
{{RoadmapDetailFeature | product= {{RoadmapChip-MaTaP}}| feature= Productization of MaTaP Features | descr=A basic set of MATAP Features is provided via plugins now. }}
  
[[Category:Templates|Roadmap Templates]]
+
 
  
 
=== Released Chip ===
 
=== Released Chip ===
Line 180: Line 180:
  
 
=== Studio Chip ===
 
=== Studio Chip ===
'''Usage:''' Can be used as a tag to highlight Studio specific Roadmap features.
+
'''Usage:''' Can be used as a tag to highlight UBIK Studio specific Roadmap features.
  
 
'''Code:''' <nowiki>{{RoadmapChip-Studio}}</nowiki>
 
'''Code:''' <nowiki>{{RoadmapChip-Studio}}</nowiki>

Revision as of 08:01, 16 May 2024

Wiki Under Construction Start.PNG

This page contains Roadmap related templates created by Augmensys.

Roadmap Overview

Usage: This template can be used to provide an overview of the last, current, next, and future releases. It contains the following properties:

  • versionReleases: e.g. a link to view all releases of a specific major version can be added here.
  • content: Roadmap Overview Items for the last, current, next, and future releases can be embedded here.

Code: {{RoadmapOverview | versionReleases=versionReleases | content= <!-- Begin Content (Items) --> | last= Last Roadmap Overview Item | current= Current Roadmap Overview Item | next= Next Roadmap Overview Item | future= Future Roadmap Overview Item }}

Preview:

Product Roadmap versionReleases
Last ⭐ Current Next Future
Last Roadmap Overview Item Current Roadmap Overview Item Next Roadmap Overview Item Future Roadmap Overview Item

Roadmap Overview Item

Usage: A Roadmap Overview Item template can be used to embed it in the content section of a Roadmap Overview template. It contains the following properties:

  • version: Defines the version number that will be displayed in the item header on the left.
  • date: The planned or already released date of the version in the form of a Roadmap Chip template, e.g. December 2024
  • content: Defines the content that will be displayed for the roadmap item. It can be presented in the form of a short feature description and eventually a Roadmap Chip template to highlight the related project.

Code: {{RoadmapOverviewItem | version=X.X | date=release date | content= * Add your Roadmap feature here. * Add another Roadmap feature here. * {{RoadmapChip-WinX}} Support Bing Maps Road for UWP.}}

Preview:

vX.X

release date

  • Add your Roadmap feature here.
  • Add another Roadmap feature here.
  • WinX Support Bing Maps Road for UWP.

View details


Roadmap Detail Header

Usage: The Roadmap header includes headings for the Roadmap Detail Features properties, namely for the version, expected release date, feature status, and release notes. It can be added to the top of any Roadmap to provide a better orientation.

Code: {{RoadmapDetailHeader}}

Preview:

Version

Expected Release Date

|

Feature Status

Release Notes

Roadmap Detail Item

Usage: This template can be used to create a Roadmap Detail Item. It contains the following properties:

  • version: The related version that will be displayed in the header on the left
  • date: The planned release date for this version.
  • status: The status of the version in the form of a Roadmap Chip template, e.g. Released
  • content: The features that are planned for this version in the form of Roadmap Detail Feature templates.

Code: {{RoadmapDetailItem | version=x.x | date=add release date here | status=status | content= add your Roadmap Detail Feature here add another Roadmap Detail Feature here add one more Roadmap Detail Feature here }}

Preview:

vx.x

add release date here status

Release Notes Server | WinX | Xamarin

add your Roadmap Detail Feature here

add another Roadmap Detail Feature here

add one more Roadmap Detail Feature here


Roadmap Detail Feature

Usage: This template can be used to create a Roadmap Detail Feature and to embed it into a Roadmap Detail Item template. It contains the following properties:

  • product: The product the feature belongs to in the form of a Roadmap Chip template, e.g. MaTaP
  • feature: A short feature description can be added here.
  • inclusion: defines the status of the feature, default is Confirmed.
  • descr: Release notes

Code: {{RoadmapDetailFeature | product=product | feature=explanation of the feature | inclusion=Pending | descr=add the related release notes here. }}

Preview:

product explanation of the feature

Pending

add the related release notes here.

Example:

MaTaP Productization of MaTaP Features

Confirmed

A basic set of MATAP Features is provided via plugins now.


Released Chip

Usage: Can be used as a tag to highlight the release date of an already released version.

Code: {{RoadmapChip-Released|February 2024}}

Preview: February 2024


Planned Chip

Usage: Can be used as a tag to highlight the planned release date of a version.

Code: {{RoadmapChip-Planned| August 2024}}

Preview: August 2024


Announced Chip

Usage: Can be used as a tag to highlight the tentative release date of a future version.

Code: {{RoadmapChip-Announced|Future}} {{RoadmapChip-Announced|December 2024}}

Preview: Future December 2024


Mobile Chip

Usage: Can be used as a tag to highlight Mobile specific Roadmap features, including UBIK on Winx & Xamarin.

Code: {{RoadmapChip-Mobile}}

Preview: Mobile


Server Chip

Usage: Can be used as a tag to highlight Server specific Roadmap features.

Code: {{RoadmapChip-Server}}

Preview: Server


Xamarin Chip

Usage: Can be used as a tag to highlight Xamarin specific Roadmap features.

Code: {{RoadmapChip-Xamarin}}

Preview: Xamarin


Android Chip

Usage: Can be used as a tag to highlight Android specific Roadmap features.

Code: {{RoadmapChip-Android}}

Preview: Android


iOS Chip

Usage: Can be used as a tag to highlight iOS specific Roadmap features.

Code: {{RoadmapChip-iOS}}

Preview: iOS


WinX Chip

Usage: Can be used as a tag to highlight WinX specific Roadmap features.

Code: {{RoadmapChip-WinX}}

Preview: WinX


Studio Chip

Usage: Can be used as a tag to highlight UBIK Studio specific Roadmap features.

Code: {{RoadmapChip-Studio}}

Preview: Studio


MaTaP Chip

Usage: Can be used as a tag to highlight MaTaP specific Roadmap features.

Code: {{RoadmapChip-MaTaP}}

Preview: MaTaP


CUI Chip

Usage: Can be used as a tag to highlight Comos-UBIK Interface specific Roadmap features.

Code: {{RoadmapChip-CUI}}

Preview: CUI


CPL Chip

Usage: Can be used as a tag to highlight CPL (Android & iOS) specific Roadmap features.

Code: {{RoadmapChip-CPL}}

Preview: CPL


HoloLens Chip

Usage: Can be used as a tag to highlight HoloLens specific Roadmap features.

Code: {{RoadmapChip-HoloLens}}

Preview: HoloLens