Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
12answers
824 views

How far do you go with YAGNI?

I am developing a new revolutionary web application for the enterprise market. Sure, many before me thought that their web app would be revolutionary only to find out it isn't. (Or it is, but the ...
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 ...
14
votes
21answers
3k views

How do you manage all your projects and ideas?

I have a billion potential ideas running through my head. About five of those I have actually started and have become "side projects" in addition to my "day job". Some are further along than others, ...
6
votes
3answers
660 views

How to write Project Documentation

I just finished a relatively small project (~3000 lines of code in several modules) and I've been asked to produce a document for the project. I have no idea how to go about this as I've mostly ...
5
votes
10answers
237 views

Should you include a much-requested feature that is fundamentally wrong? [closed]

In our main product, we've got a feature request that's been around for a couple of years now that's been requested quite a few times. It's technically easy to implement, the problem is that it will ...
5
votes
5answers
540 views

Requirements, Specs, and Managing Up in an Agile Environment

My company has tried to adopt the scrum methodology with mixed success. Theses are some areas where we've had issues. How do you handle these? Tracking requirements from Product Marketing through ...
4
votes
7answers
3k views

Program Manager vs Product Manager

What is the difference between a Program Manager and Product Manager? Is there actually a difference in the roles/responsibilities or our the terms mostly used interchangeably.
4
votes
2answers
188 views

Tips for manual merge of diverged code

I am fairly used to using svn for branching and merging, normally this works fine. However one component was worked on in two branches and basically took the component in different directions, so ...
4
votes
4answers
294 views

Separating What from How - Design in an Agile Environment

In an agile (scrum) environment, how do you get product management to create small enough backlog items or stories without having them do all the design, which is not their specialty? In other words, ...
4
votes
3answers
773 views

License Models

Pretty much all my career, I worked with building solutions (customized applications for a single customer). Now that my company is going in developing software for the masses, a lot of packaging is ...
2
votes
2answers
542 views

Recommendation for [software-based] Product Management books/resources [closed]

What books or online resource would you recommend for learning the ins and outs of Product Management in a software company?
2
votes
3answers
357 views

Low Friction Minimal Requirements Gathering

How can our team gather requirements from our "Product Owner" in as low friction yet useable of a way as possible? Now here's the guidelines- No posts that it can't be done or that the business needs ...
1
vote
3answers
143 views

Release documentation - What all documents?

I am supposed to manage the software release process for a product release scheduled this month. Somehow, I couldn't find a good release guide for the different kinds of documentation involved in a ...
1
vote
3answers
258 views

Best practice for building a “Narrow your results” product filtering feature

I'm building a "Narrow your results by" feature similar to Best Buy's and NewEgg's. What is the best practice for storing the user's filter selections in a URL that can be shared/bookmarked? The ...
1
vote
2answers
103 views

Solutions/features for editions of a commercial SharePoint product

Assume for a moment that you are creating a commercial product for SharePoint. This product will be offered in both Community (free) and Enterprise (pay) editions. The code base for the Community ...
1
vote
2answers
972 views

Drupal 6: How do I create a Product Item Gallery

I am creating a site that includes many products, of each of those products I could have up to 10 images. What I need to do is this: 1: Image #1 - loaded (large) 2: Create thumbnails of each of the ...
1
vote
4answers
307 views

Can we create a new variant of Scrum for waterfall projects

It is not easy for traditional large software product organizations working in distributed off-shore environments engaged in Product Development to follow the spirit of Agile in Scrum for the ...
1
vote
5answers
271 views

Product Development Decision Methodology

What is the best method you have found for deciding whether or not to implement features into your software product? EDIT: Can you recommend some reading material (online or book) for me on this ...
1
vote
4answers
494 views

To add custom/user-defined fields feature or not?

This is more of a product philosophy/software architecture question. If you are writing a business application, groupware, bug tracker, etc. you'd come across a client demanding "I want field XYZ in ...
0
votes
1answer
126 views

Product Specifications [closed]

Anyone know where sites like amazon and ebay get their product specifications from? Surely they don't all have a large database of specifications for every product. I could do with one for cameras ...
0
votes
2answers
153 views

How to capture user interface mockups and requirements

What kind of tools are used by product management folks to capture user interface layouts (includes detailed information on all elements within a screen) for various screens in a web2.0 product. We ...
0
votes
4answers
116 views

If you're a coder who develops products, what do you do to maintain quality?

Currently, I have to work on a product, consisting of php code, to be consumed by public. And because of the nature of the work, I have to make sure it works on various servers on configuration. What ...
0
votes
1answer
51 views

Looking for discussion or literature on WordPress as a software engineering project

Over the last few months I've had a gig working on a modified WordPress installation. My initial reaction to the codebase was disdain, one that I suspect many web application developers might share: ...
0
votes
2answers
88 views

Tips for good division of labor between Design, Development, and HCI

I'm curious how other large-scale development shops (web-focused) divvy up the work between Designers, Developers, and HCI/Consumability Experts. Obviously: Developers will be writing code ...
0
votes
2answers
109 views

Should I make specification table referenceable?

Since I know there are lots of expert database core designers here, I decided to ask this question on stackoverflow. I'm developing a website whose main concern is to index every product that is ...
0
votes
2answers
113 views

Documenting a software product (as opposed to bespoke systems)

As a software shop, we are well accustomed to delivering bespoke applications and solutions based on individual client requirements. For each system, we generally prepare the following documentation ...
0
votes
4answers
105 views

What to ask/do when attending a conference full of our target users

We are building a web based solution right now and it is almost ready to roll out, but I felt we have not really verified our initial hypothesis about the problem domain we are trying to solve. So I ...
0
votes
3answers
554 views

Finding a PHP based product manager

I'm looking to find an user friendly PHP app to manage my client's collection of vintage tools. I can't find ANYTHING to just simply organize his collection. The closest thing I can find is a shopping ...
0
votes
2answers
190 views

Configuring Installer before Distribution

We develop a product which is distributed by our clients to their customers. We need to allow the administrator at the client company to make configuration changes to the installer before he sends it ...
0
votes
1answer
66 views

Challenges in converting a web product to desktop version

I have a web based product and am looking to convert that into a product that can be hosted within a firewall (or) hosted locally by the clients. Some of the challenges i foresee are: prevention of ...