D
Django
I have a project with numerous tasks that has numerous
dependencies. Often I have to run What If scenarios to
determine what impact a change to a task has on its
various dependencies. Is there a process by which one
could get a variance report which shows only the tasks
changed and the effect on such changes on the dependencies
without scrooling through hundreds of lines of data. In
other words filter out everything else.
Django
dependencies. Often I have to run What If scenarios to
determine what impact a change to a task has on its
various dependencies. Is there a process by which one
could get a variance report which shows only the tasks
changed and the effect on such changes on the dependencies
without scrooling through hundreds of lines of data. In
other words filter out everything else.
Django