| Right, so that's just * a UI change to check the box this information is on * UI change to view whether the box is already checked or not * a data model change to store the information * business logic change that modifies some critical code that calculates when someone should be released * security/access control change to decide who is allowed to check this box * auditing logic to keep logs of this stuff * possibly new UI/management code to add/remove members to this group of people who can check the box * together with adding some procedures for tracking who completes what, documentation, training and auditing. * Testing the whole thing. Probably for piles of who knows what where the original author is long gone and the test code is no longer functional. Just to keep things in perspective. |