Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

A Guide to User Stories #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions _posts/how-we-manage-projects/2016-03-07-user-stories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "User Stories"
published: true
tags:
categories: how-we-manage-projects
order: 1
---

# User Stories

## Overview

### Who?

### Where?

### When?

## Writing Your First Story

## Assigning Points

## Tracking Velocity

## Iteration Planning

## Iteration Retrospective
8 changes: 8 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
# Make sure local dependencies are met.

cd "$(dirname $0)"/..

bundle install && \
npm install && \
bower install
6 changes: 6 additions & 0 deletions script/server
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
# Start the development server.

cd $(dirname "$0")/..

bundle exec gulp serve