Questions tagged [feature-requests]
14 questions
21
votes
8 answers
How do you manage feature requests and software changes?
I am a Software Engineer and over the past few years I have become the de-facto software project manager simply because there isn't one. So to keep our sanity in the R&D/Engineering department, customers have become accustomed to coming to me with…

Engineer2021
- 3,238
- 5
- 28
- 32
16
votes
5 answers
Does anyone know of a simple (free?) feature request tracking system we could use internally for sales people?
I sometimes hear about pain points of customers using our app from sales people, but there really isn't a good way for us to currently keep track of these. I was going to write one myself but figured I would ask first.
I was thinking something so…

MetaGuru
- 2,663
- 3
- 22
- 31
16
votes
6 answers
A backlog of "bite-size" tasks in parallel to the "main" feature backlog?
After over two years of working in a highly siloed, "lone-wolf" development department structure, we're adopting Agile SCRUM. Great. I like Agile; as a dev it keeps you focused, busy, and productive without having myriad stakeholders shoving project…

KeithS
- 21,994
- 6
- 52
- 79
12
votes
12 answers
How to handle "can you add just a few more fields" type of requests from customers?
Very commonly we have feature requests for fields that only one customer wants. This, at best, clutters the application's code. Often when we look in their database a few months after adding the fields, we can see that they are not actually even…

Earlz
- 22,658
- 7
- 46
- 60
10
votes
4 answers
Writing a Compiler Compiler - Insight on Use and Features
This is part of a series of questions which focuses on the sister project to the Abstraction Project, which aims to abstract the concepts used in language design in the form of a framework. The sister project is called OILexer, which aims to…

Allen Clark Copeland Jr
- 401
- 2
- 16
6
votes
4 answers
how to break up feature requests into work units
Im not a paid developer, I spend two or three hours a day working on a development project as a hobby. As time goes by, I come up with "good-ideas" for the project, that are generally features or bug reports. I would like to manage them using a…

user7957
- 121
- 1
4
votes
4 answers
UML diagrams to describe how a new feature will impact/affect an existing system?
What kind of UML diagrams can describe how a new feature will impact/affect an existing system?
For example; my usecase is we have an existing web application (system) that uses framework specific user login & authentication. We need to change the…

sazr
- 149
- 4
4
votes
1 answer
Querying types in a co- or contravariant way
I posted a c# feature request here; however, I do not get a lot of attention there. Therefore I am asking you here, what you think of it.
The in and out keywords in generic type declarations are useful; however, due to their nature, their…

Olivier Jacot-Descombes
- 1,664
- 10
- 14
3
votes
2 answers
Working Through a User Story
I am trying to tighten up my process for tackling a feature request. Currently, we use trello to manage feature requests using cards. They typically look like this.
Card Title: Invite a friend
Card Description: Allow the user to send an invite.
I…

Juan Rangel
- 131
- 2
3
votes
3 answers
At what Work Item level does the Product Owner prioritize in TFS?
Our team is reviewing our Agile process while we look at moving to Kanban style flow instead of Sprints. One question we are having a hard time answering is
At what level (what type of Work Item) should the Product Owner
be prioritizing at?
In…

Jason
- 139
- 1
2
votes
2 answers
How to formalize feature requests
I'm new to developing software and have been handling feature requests for an internal web-app I built.
Sometimes the feature requests are straight-forward and require minimal business logic for me to implement, so I talk to the person for a bit,…

fbynite
- 479
- 1
- 4
- 10
1
vote
3 answers
Multiple feature teams multiple products
Evening all.
We currently have two feature teams, one Web one mobile. They have their own backlogs. Each have their own product manager and scrum master. Team size is 11 including scrum and product role per team.
We have an increasing demand for…

Nomadic tech
- 315
- 2
- 5
1
vote
0 answers
How to deal with requests that don't conform to the existing data structure?
The system I'm working on has a list of assets that belong to different customers of the company. This data is saved on an SQL database.
Removing irrelevant data, let's say the table is like…

George T
- 295
- 1
- 6
-3
votes
4 answers
I am trying to figure out how difficult or expensive it would be to add this feature
I am trying to figure out how difficult/time consuming it would be to add the following feature:
We have a database with our subscribers and we want to send updates to paying subscribers. The catch is that we want these updates to be date dependent.…

Dan
- 17
- 2