Tagged Questions
The backlog tag has no wiki summary.
14
votes
10answers
2k views
How do you manage a large product backlog?
We have a large backlog of things we should do in our software, in a lot of different categories, for example:
New problem areas for our products to solve
New functionality supporting existing ...
6
votes
11answers
343 views
Should developers be allowed to participate in backlog planning processes?
I recently interviewed with a company which has started introducing Scrum for their development cycles. I asked one of the developers how their experience has been, and it sounds like they are ...
6
votes
6answers
698 views
Scrum backlog sizing is taking forever
I work on a huge project. While we program we end up meeting for endless backlog sizing sessions where all the developers sit down with the team and size user stories.
Scrum doubters are saying that ...
5
votes
4answers
3k views
How does serversocket class serve multiple client connections on same port?
When using a Socket class one is establishing a TCP connection to a server on some port, but on the server the ServerSocket is capable of handling multiple client connections for each accept request ...
5
votes
3answers
483 views
Story map or flat backlog?
I struggle on creating good visualization/tracking for my scrum project and are therefore considering several alternatives. One interesting concept is Story Mapping. Do you have any input on using a ...
5
votes
5answers
736 views
System stories for agile architecture
While trying to apply agile principles to our development process, in particular scrum principles and XP-like user stories, we faced a problem about the architecture.
Maybe we are still too much ...
5
votes
5answers
2k views
How do you manage your task-list/backlog? Wiki-based tools to suggest?
I'm looking for a low-key tool to handle a simple ranked task list (aka backlog in the agile lingo).
This will be used by several users, and will most likely change frequently. We already have a bug ...
4
votes
3answers
798 views
Scrum: Technical items in a backlog that is managed by a non technical PO?
Should technical items such as "Upgrade sever from v1 to v2" or "Increase startup performance" or "Refactor login module to reduce code complexity" go in to the product backlog and if so how should a ...
2
votes
1answer
198 views
Check number of connections in the queue of a server socket in Java
I have a Java program that creates a server socket and accepts connections from various clients.
I am interested in finding out the number of connections that are in queue (waiting to be processed ...
2
votes
5answers
187 views
When is it okay to delete a userstory from the backlog
If I am grooming the backlog and I see a user story that is completely valid but is ultra low priority should it be deleted? Is the backlog supposed to be just the user stories that have a chance of ...
1
vote
1answer
507 views
.NET Socket Listen backlog
I have a server socket that I have configured to allow one connection at once (by blocking Accept calls with a semaphore), with a backlog queue size of 1. That is, I called .Listen(1).
I then follow ...
0
votes
1answer
46 views
Measuring scale for story points in Scrum framework
According to this Scrum article:
Story points are relative values that do not translate directly into a
specific number of hours. Instead, story points help a team quantify
the general size ...
0
votes
1answer
43 views
Prioitizing a Scrum Backlog
Our software company receives literally hundreds of support requests per day and there's a whole team working on our inbox. How can we gain effective metrics that map directly to our Scrum backlogs?
...
0
votes
1answer
84 views
Free online application for doing scrum on rails
What is the best free online software to help do agile development and management on my ruby on rails application?
What I am looking for is an online form that multiple people can interact with with ...
0
votes
1answer
46 views
What is the best way to gauge how much request Heroku is rejecting due to Backlog too deep?
I am running Rail 2.3 on bamboo-mri-1.9.2 stack on Heroku. However I am encountering some scaling issue. During peak hours of my traffic, I am seeing some Error H11 (Backlog too deep) and I can see ...
0
votes
2answers
115 views
Steps to take to create the Product Backlog for starting our project with Scrum
A small team (3 or 4) are working on a fairly big project that might take 1 year to complete.
We are basically re-designing an existing software (that had been developer over 5-6 years while being ...
0
votes
1answer
377 views
How to install plugins on Redmine hosted on Heroku.com
Just pushed redmine to the heroku platform,
though I can't get the backlog-plugin to work, it works just fine locally.
I have pushed the local database to heroku aswwell.
0
votes
1answer
165 views
Maximum backlog value for Windows port
It seems that there is an upper limit of ~200 for the backlog queue on Windows ports.
Is it true? And if so, can i change the limit?
I'm doing ServerSocket.accept(backlog) on a Windows XP ...
0
votes
3answers
124 views
How can I manage multiple Scrum Backlogs with Agilo?
We have now installed Agilo to manage our Scrum projects, and we have that proble: we can handle just one backlog. How can we have different backlogs?
Thanks for your time!