Questions tagged [decision-making]

4 questions
3
votes
2 answers

How can I consult users of my FOSS library about a design change idea?

I have a FOSS library made public through GitHub. It's not a big library, it doesn't have a community around it or anything like that - but it does get a few dozen unique clones a week. Now, I'm considering a design change in this library. It's not…
einpoklum
  • 2,478
  • 1
  • 13
  • 30
-1
votes
1 answer

Mitigating frontend framework lock-in fears

My team is about to build a new user interface. The team has skills in a range of client-side and server-side technologies. Half the team argue for ASP.NET MVC, and half the team argue for a JavaScript SPA. Either technologies works with our…
LazyCoder
  • 607
  • 4
  • 11
-2
votes
1 answer

Handle project where the goals is to choose a new solution

After my scrum certification, I had a chance to be selected as the team lead of a small project in my company. The goals is to made a choice on the new SAP the company will use. We are a team of 6 persons with cross skills. But I don't know how to…
hubert
  • 105
-2
votes
2 answers

How to design a flexible multi-criteria prioritization?

Let's assume that we have a set of valid results, ex. Fruits: "Apple, Banana, Kiwi, Pear, ...". (In reality, it’s not fruits but complex objects) Now we need to pick the best result according to some simple prioritization. For example, let's say…