diff --git a/package.json b/package.json
index 638ab55e..0ed45575 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "onebacklog",
- "version": "1.20.0",
+ "version": "1.21.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
diff --git a/public/img/context-menu.png b/public/img/context-menu.png
deleted file mode 100644
index f00e0cd2..00000000
Binary files a/public/img/context-menu.png and /dev/null differ
diff --git a/public/img/professional context menu.png b/public/img/professional context menu.png
new file mode 100644
index 00000000..25c6a661
Binary files /dev/null and b/public/img/professional context menu.png differ
diff --git a/public/img/starter context menu.png b/public/img/starter context menu.png
new file mode 100644
index 00000000..9b9fc32c
Binary files /dev/null and b/public/img/starter context menu.png differ
diff --git a/src/components/header/header.js b/src/components/header/header.js
index d05296d5..422b0cb9 100644
--- a/src/components/header/header.js
+++ b/src/components/header/header.js
@@ -10,7 +10,7 @@ function created() {
function data() {
return {
- appVersion: 'OneBackLog v.1.20',
+ appVersion: 'OneBackLog v.1.21',
disableOkButton: false,
oldPassword: '',
newPassword1: '',
@@ -28,6 +28,7 @@ function data() {
const methods = {
saveMyOptions() {
+ this.showOptionsModal = false
this.$store.dispatch('saveMyOptionsAsync')
},
diff --git a/src/components/header/header.vue b/src/components/header/header.vue
index 85a183e5..0d6a4e8d 100644
--- a/src/components/header/header.vue
+++ b/src/components/header/header.vue
@@ -13,7 +13,7 @@
Your options have been saved Note: This is a demo version of the application. New feature: Bug fix: Changes: Always mention the version number located after the app name when reporting issues. When you click on the release number the release notes will be displayed. This text Initially a new user starts this app in non-professional mode offering basic features. Any time the user can select professional mode bij selecting the cog at the top right in the application bar. Professional mode adds the following features: In the context menu the user has more options In this guide the professional features are colored in gold To undo an action, select a subset of the tree view, select an item on Id or search items title see Tree view undo, search and filtering To undo an action click on the Undo button which appears in the navigation bar. To select a subset of the tree view, to select an item on Id or to search items on title see Tree view undo, search and filtering For 'Select your view' see Product details, Products overview and Sprint planning board In the Product details view you van assign a sprint to a PBI or task. See Sprint assignment You can select the maintenance views Maintenance views if you have the role of admin or server admin. Note that a PBI can be a user story or a defect or a spike. They share the same level between feature and task.For the Product details and overview
+ If you manage large complex products
+ When changing the priority of backlog item(s)
For the Planning board
@@ -163,8 +168,8 @@
Show the [On hold] status column on the planning board
+ RELEASE NOTES
v.1.20 - 2 September 2023 Bug fix
+ v.1.21 - 5 September 2023 New feature, bug fix
+
+
+
+
+ v.1.20 - 2 September 2023 Development URL change
User guide
Professional mode
+
+
+
+
+ Filters and searches
- Select your view
User
-
+
The authorization is set per database and product based on the following roles:
@@ -46,7 +65,7 @@
To open the context menu left click on a node to select, then right click to open the context modal. You will see a modal like this:
-Professional users have more options
+Select the action to execute and press OK.
One of the options is to clone a branch or product. This feature is used when you have templates for reuse. Using a clone of a template can speed up the creation of simular products. Note that attachments, dependencies, conditions, sprint assignments and history are not copied. However the comments are.
Click the need assistance? button for some valuable tips. Click on cancel or the small X when uncertain. You can make a shallow copy of any backlog item which will appear above the selected item. When you selected a product item you can make a full clone with a copy of all descendants. See the 'Need assistance?' text.
This a powerful feature of this application. As a PO you can move complete branches within one product and between products (in the Products overview). In the product detail view use the context menu to move a branch to another product. You can promote a branch where a feature becomes an epic and all descendant pbi's features. Or the reverse. But usually you will prioritize items by moving them up or down on the same level. To do so select the item or branch with a left-click on the item and without releasing the mouse button, drag the item to its new position. To select multiple items select one item, then the second while pressing the Ctrl key and without releasing the mouse button move them to the new position. All selected items must have the same parent. Use the Shift key to select a range of items. Not all moves are allowed. Watch the event bar for warnings.
+This a powerful feature of this application. As a PO you can move complete branches within one product and between products (in the Products overview). In the product detail view use the context menu to move a branch to another product. You can promote a branch where a feature becomes an epic and all descendant pbi's features. Or the reverse. But usually you will prioritize items by moving them up or down on the same level. To do so select the item or branch with a left-click on the item and without releasing the mouse button, drag the item to its new position. To select multiple items select one item, then the second while pressing the Ctrl key and without releasing the mouse button move them to the new position. All selected items must have the same parent. Use the Shift key to select a range of adjacent items. Not all moves are allowed. Watch the event bar for warnings.
On the right side of the screen above the Description field is the input field to change the title of the currently selected item. The change takes place when you move away from this field and click on another location. You will see the update in the tree view.
Dependencies:
-Items with dependencies on other items are designated with a ▼ symbol in front of the title name. Use the context menu to assign dependencies or to inspect or remove them. +
Dependencies:
+Items with dependencies on other items are designated with a ▼ symbol in front of the title name. Use the context menu to assign dependencies or to inspect or remove them. When dependencies are set the items which become conditional for the dependent items are designated with a ▲ symbol. Use the context menu to inspect or remove them. When after dragging items in tree one or more dependencies are violated you receive an error message.
@@ -117,10 +138,10 @@Note the badges as shown in the screen dump of the product view. These badges signal a change within the last hour. These badges are informing you of changes made by you and other users working simultaneously on the product. If the state of an item has changed the color turns sea blue. When the title, description or acceptance criteria have changed the 'See history' badge appears. When new comments or attachments are added these badges are displayed. When a badge is older than one hour it disappears when the tree is re-rendered (just click on another node). The state badge stays but looses its blue color.
The 'Products overview' view shows all assigned products up to the feature level. Multiple or all products can be expanded. The APO can create and asign requirement areas to items. The PO can drag&drop items between his products and set dependencies between items in different products (not recommanded).
+The 'Products overview' view shows all assigned products up to the feature level. Multiple or all products can be expanded. The APO can create and asign requirement areas to items. The PO can drag&drop items between his products and set dependencies between items in different products (not recommanded).
This view shows all products in the database up to the feature level. The requirement area are color coded choosen by the APO.
+This view shows all products in the database up to the feature level. The requirement area are color coded choosen by the APO.
When adding, moving, removing items in the backlog tree or changing any attribute of an item these changes can be undone in reverse order. When you sign out your changes are final.
Only professional users can filter on requirement areas.
Set a filter in this modal and save it for use in your next session. To return to the normal view, press the 'Clear filter' button.
You can filter on a combination of properties like team, item state, recent changes etc. You can use this filter as pre-selection before the Id selection and search in titles, as outlined below.
A PBI can be assigned to the current or upcoming sprint. All tasks of the PBI are assigned to that sprint too. Each individual task can be unassigned. New tasks are automatically assigned to the PBI's sprint.
- When a PBI has no assigned sprint but a sprint is assigned to one of its tasks that sprint is also assigned to the PBI.