Questions tagged [change-management]
The change-management tag has no summary.
20 questions
2 votes
1 answer
460 views
How to evaluate the impact of change for a single line of code or a variable?
During unit testing it is possible to estimate the code coverage to see which share of the code base is covered by the tests. For one part (the simple calculatable one) of a risk estimation we need to ...
2 votes
4 answers
286 views
What is needed to safely enable non-technical users to trigger automatic deployments?
The Background I have a friend (no, really!). This friend works in the layer between IT and end users. Something like a business analyst or consultant. This friend does not have a technical or IT ...
1 vote
3 answers
225 views
How do I minimize the collateral damage caused by a framework change?
I'm developing an application where one of the main components of the app heavily relies on a third-party framework to work. The choice of framework is highly volatile and it is likely that business ...
0 votes
0 answers
163 views
Enterprise Architect - Decision block and DEPENDENCY
I would like to ask for help with activity diagrams in EA and decision block (branching). Lets assume we have simplified activity diagram with decision block "Is working day today?" with 2 branches "...
0 votes
2 answers
2k views
Implementing a pattern for maintaining changes of an entity over time?
I'm designing a system that acts as a master data service for what I shall here call boxes. The system is to be implemented in Java with a relational database (SQL) as the main storage. Each box has a ...
0 votes
1 answer
117 views
What does this mean? "Up-and-In evades the problem by [see body]; it fails completely if consensus is not impossible"
The paper in question is Peter Keen's "Information Systems and Organizational Change". This is considered a classic paper in software engineering, I'm studying it right now for a retrospective on a ...
-1 votes
1 answer
585 views
Handle changes to completed user stories
How can I handle change requests to already finished user-stories? Let's say there is a user story which describes how the user wants to list entities. The story describes further: which information ...
-3 votes
1 answer
105 views
Database change automation for CI?
Our application stack looks something like Java 8 out of Tomcat 7, several distinct Postgres databases, Maven for build and Jenkins for CI. I have fully automated my team's build process using except ...