Skip to content

Commit

Permalink
Jira navigation instructions
Browse files Browse the repository at this point in the history
Created a navigation document
to help community navigate
prioritized items and added
corresponding images.
reduced line characters to 80
[ci skip]

Change-Id: Id4231ee864c4d63579b74d5d18a87069094f7286
Signed-off-by: markparz <markparz@us.ibm.com>
  • Loading branch information
ibmmark committed Dec 12, 2016
1 parent 038ea83 commit 6a75409
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
Binary file added docs/images/Jira.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Jira1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Jira2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Jira3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Jira4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions docs/jira_navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Using Jira to understand current work items

This document has been created to give further insight into the work in progress
towards the hyperledger/fabric v1 architecture based off the community roadmap.
The requirements for the roadmap are being tracked in [Jira]( https://jira.hyperledger.org/).

It was determined to organize in sprints to better track and show a prioritized
order of items to be implemented based on feedback received. We’ve done this via
boards.
To see these boards and the priorities click on **Boards** -> **Manage Boards**:

![Jira boards](images/Jira.png)

Now on the left side of the screen click on **All boards**:

![Jira boards](images/Jira1.png)

On this page you will see all the public (and restricted) boards that have been
created. If you want to see the items with current sprint focus, click on the
boards where the column labeled **Visibility** is **All Users** and the column
**Board type** is labeled **Scrum**. For example the **Board Name** Consensus:

![Jira boards](images/Jira2.png)

When you click on Consensus under **Board name** you will be directed to a page
that contains the following columns:

![Jira boards](images/Jira3.png)

The meanings to these columns are as follows:

* Backlog – list of items slated for the current sprint (sprints are defined in
2 week iterations), but are not currently in progress
* In progress – are items currently being worked by someone in the community.
* In Review – waiting to be reviewed and merged in Gerritt
* Done – merged and complete in the sprint.

If you want to see all items in the backlog for a given feature set click on the
stacked rows on the left navigation of the screen:

![Jira boards](images/Jira4.png)

This shows you items slated for the current sprint at the top, and all items in
the backlog at the bottom. Items are listed in priority order.

If there is an item you are interested in working on, want more information or
have questions, or if there is an item that you feel needs to be in higher
priority, please add comments directly to the Jira item. All feedback and help
is very much appreciated.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pages:

- Fabric Developer:
- v1.0 Preview: abstract_v1.md
- Navigating Jira: jira_navigation.md
- Contributing: CONTRIBUTING.md
- Maintainers: MAINTAINERS.md
- Fabric Developer Setup: dev-setup/devenv.md
Expand Down

0 comments on commit 6a75409

Please sign in to comment.