makeAllLists method

void makeAllLists(
  1. String caller
)

Rendering and presenting user-data Lists. Called by: chore.

Implementation

void makeAllLists(String caller) {
  _effPrint('- >> - show of eff, effort class -- dawo Lists, C: $caller  -');
  ifPrint('- >> - show of eff, effort class -- dawo Lists, C: $caller  ---');
  _effPrint('----------------- eff ------ $typeDefTestS dawo Lists, goalM:');
  ifPrint('----------------- eff ------- $typeDefTestS dawo Lists, goalM:');
  makeGoalM();

  _effPrint('------------------- eff ---------------------------    planM:');
  ifPrint('------------------- eff -----------------------------    planM:');
  makePlanM();

  _effPrint('-------------------- eff -------------------------    phaseM:');
  ifPrint('-------------------- eff ----------------------------   phaseM:');
  makePhaseM();

  _effPrint('--------------------- eff --------------------------   teamL:');
  makeTeams();

  _effPrint('---------------------- eff -----------------------    tempoM:');
  makeTempoM();

  _effPrint('-- <<<<  ----------------- eff ------------------------------');
}