The tag has no wiki summary.

learn more… | top users | synonyms

-7
votes
0answers
28 views

why use stories? I want my user docs to drive my development [closed]

In 1998 I led a project to create a suite of bioinformatics tools using a system which, I feel, is more promising than what the agile community is using. In that system our specification was a ...
0
votes
0answers
6 views

Facebook Page Insights: Daily Page Stories Jumped Significantly in One Month

I have several Facebook pages for our group that I help administer. I pulled the reports for the dealerships and in one month the 'Daily Page Stories' went from 7 to 4101. The page only has 72 fans ...
0
votes
0answers
17 views

Social Discovery (user started using app) and Sponsored Usage Stories

i have a mobile native application connected to Facebook and also has more recently a Canvas app. We have the setting for Social Discovery enabled, but we dont have "user started using app" stories, ...
0
votes
1answer
36 views

getting error messages in tester…5/8 correct

hey there I am running a function that filters stories and returns the number of filtered stories - the code is below - and the errors in the tests are below that...the errors seem to just give a ...
1
vote
2answers
43 views

Rally: identify stories moved in or out

Is there a way to get a list of User Stories that have been moved In or Out in a sprint? The only way I can identify it at present is by querying Revisions. I can't figure out a method to get the ...
0
votes
1answer
130 views

How can I post stories to current logged in user's Facebook wall using Facebook C# SDK?

I am using Facebook C# SDK to login to my website. Login works correctly but what I want is to post my app's open graph actions to logged in user's timeline. I used this code but it only posts textual ...
2
votes
0answers
197 views

How does JIRA show the hierarchical view of the Epics, Stories and Tasks in Dashboard?

To manage the scrum development process of a big community website, we decided to move to JIRA/Greenhopper/Bonfire. I have created elaborate Epic, Stories and Tasks, all well linked to each other. I ...
0
votes
0answers
114 views

pymongo - Efficient story count

Imagine that I have a site for submitting stories, where users register using their e-mail address, a password, and their first and last names. Here's the current structure of my collections: Users ...
1
vote
2answers
136 views

Rally: How the 'Release' filter in Rally is implemented?

We need to determine a top level story to be considered under a selected release if any of its child (or further child stories) are scheduled to be released in the selected release. Valuable replies ...
4
votes
5answers
1k views

Is it wise to generate stories for defects when using Scrum and there is no story already created?

Let's say you are working on a piece of legacy code that was written before your company started using an Agile methodology like Scrum. Now let's say you discover a bug in the field that needs to be ...
5
votes
5answers
348 views

Is it bad practise to work on multiple stories concurrently?

In a scrum team, how important is it to complete a single story before moving on? Our scrum master is fairly dogmatic about bringing a single story to completion before moving on. I can see that ...
8
votes
4answers
296 views

What world-changing programs that just didn't change the world have you tried to write as a newbie?

A recent answer on the topic of compression reminded me of something I did when just getting into the world of computers and programming: I had found out that in QBasic, a long uses 4 bytes of ...
10
votes
2answers
5k views

How to write stories / scenarios in BDD ( Behavior Driven Design )

I am about to use BDD (Behavior Driven Design) for the first time and am trying to get used to this different way of approaching a problem. Can you give some stories / scenarios that you would ...
3
votes
6answers
4k views

Scrum-board / Task Board and Color Coding

What would you recommend as far as a good color-coding for use on a Storyboard? Is this a good pattern from your experience? http://maxheapsize.com/static/ScrumBoardCheatSheet.pdf What is the most ...
12
votes
4answers
1k views

RSpec Stories and Specs: When to use what?

So I want to start using RSpec stories, but I am not sure where writing controller, model and view specs fit in. For example, you have the story "Logging in" with "User provides wrong password" ...