Christopher Johnson (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/190181

Change subject: RELEASE_NOTES to document changes
......................................................................

RELEASE_NOTES to document changes

Change-Id: I4291139afd37017f5e92cf537ea2bb10c2f42497
---
A RELEASE_NOTES.md
1 file changed, 47 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint 
refs/changes/81/190181/1

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 0000000..9dc6b5b
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,47 @@
+Release Notes
+==================
+Phabricator Sprint Extension 0.7.2.0
+2015-02-12
+
+####Features
+- The burndown chart now gets its data from the board.  The board columns 
define the sprint task status.
+These are currently statically typed with the names "Backlog", "Doing", 
"Review" and "Done".
+Additional columns can be added, but they are not reflected in the Charts.
+
+- Rather than using the special character to designate a Sprint project, the 
new method is to simply check the
+"Is Sprint" box in the project create/edit form.
+
+- Moving a task into the done column then adds points to "points closed today" 
on the chart.
+This can be "undone", which then changes the points remaining back to where 
they were before the task was "closed".
+The indication of "points closed today" however can not be changed 
retroactively.
+
+- If a task is added during the Sprint, the "ceiling" of total points for the 
entire Sprint is increased.
+This then always yields a new ideal points line and an accurate points 
remaining.
+
+- If a task is moved to Done before the Sprint start and still in the Sprint, 
points remaining will be off by the
+points for that task.  Suggestion is to either extend the Sprint Start date to 
before the task was closed or remove
+the closed task from the Sprint.
+
+- Long sprints are now possible to chart, as x-axis tick culling removes extra 
labels.
+
+- Blocker and Blocked flags are shown in the task table.  However, if a task 
is blocked by a task that is not in
+the Sprint, the flag will not show.  Suggestion is to always included blockers 
as part of the Sprint, even if they are
+not necessarily planning to be worked on.  As long as a task has at least one 
open blocker, it is considered Blocked.
+Hovering over a Blocker flag shows a tool-tip that indicates the Blocked tasks.
+
+- Restriction of Task Card movement on the Sprint board is possible using the 
Edit policy for the Sprint project.
+
+- The Sprint Board shows all tasks by default.  This differs from the Work 
Board which filters resolved tasks by default.
+
+- Board Columns can designate a "Point Limit".  If this is exceeded, the 
column header turns red.
+
+- the task table, the events table and the Sprint Burndown List table are now 
equipped with pagination, search
+filtering and column ordering.
+
+- the default Maniphest Burn Up report has been improved for Sprint.  It can 
be accessed from the Sprint
+application page side bar.
+
+####Future
+- Serialization of Sprint Data for export
+- interface for user-defined column to status mapping
+

-- 
To view, visit https://gerrit.wikimedia.org/r/190181
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4291139afd37017f5e92cf537ea2bb10c2f42497
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <christopher.john...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to