From 59d4082a051001dd029374443a5617af9eda0a15 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Mar 24 2019 21:26:31 +0000 Subject: Add images to admin and wiki --- diff --git a/modules/taiga/assets/images/admin/adminmenu.png b/modules/taiga/assets/images/admin/adminmenu.png new file mode 100644 index 0000000..e4245e3 Binary files /dev/null and b/modules/taiga/assets/images/admin/adminmenu.png differ diff --git a/modules/taiga/assets/images/wiki/wikimenu.png b/modules/taiga/assets/images/wiki/wikimenu.png new file mode 100644 index 0000000..23e7fc1 Binary files /dev/null and b/modules/taiga/assets/images/wiki/wikimenu.png differ diff --git a/modules/taiga/pages/admin.adoc b/modules/taiga/pages/admin.adoc index 266380c..c91f067 100644 --- a/modules/taiga/pages/admin.adoc +++ b/modules/taiga/pages/admin.adoc @@ -3,6 +3,8 @@ The admin interface allows you to change settings of a project. You can access the interface from the left sidebar of a project you have admin privileges for (e.g. a project you own). +image::{imagesdir}/admin/adminmenu.png[You can access the admin interface from the left sidebar] + Other than self-explanatory settings such as project name and description, members, and permissions, the most important part of the admin interface is the **Attributes** section. This section allows you to customize your project's workflow. @@ -42,14 +44,14 @@ Other than that, create any number of other types you feel may be useful to you. Custom Fields:: This section allows you to create new fields which will be visible on each epic, user story, task, or issue, as demonstrated below: + -image:{imagesdir}/admin/custom-fields-userstory.png[Several custom fields on a user story] +image::{imagesdir}/admin/custom-fields-userstory.png[Several custom fields on a user story] + [NOTE] ==== You must click the diskette icon to the right of the text fields to save your new custom field. This icon is invisible until you hover over it. -+ -image:{imagesdir}/admin/custom-fields-save.png[The save icon is only visible when you hover your cursor over it] + +image::{imagesdir}/admin/custom-fields-save.png[The save icon is only visible when you hover your cursor over it] ==== + Some potentially useful custom fields to add are a Git URL field (to link to a merge request) or acceptance criteria checklist for stories. diff --git a/modules/taiga/pages/wiki.adoc b/modules/taiga/pages/wiki.adoc index 58add72..7993d7e 100644 --- a/modules/taiga/pages/wiki.adoc +++ b/modules/taiga/pages/wiki.adoc @@ -3,6 +3,8 @@ Taiga provides its own, Markdown-enabled wiki. You can access it from the sidebar on the left unless an admin has disabled it in the xref:admin.adoc[Admin interface]. +image::{imagesdir}/wiki/wikimenu.png[You can access the wiki from the left sidebar] + Since we already have a wealth of information in other places, such as the Fedora wiki, the Taiga wiki should only be used to discuss matters directly related to the Taiga board itself. **Do not use the wiki to store user documentation**, link to existing docs instead to avoid splitting information between multiple sources.