From e05f74c87e95e203e207f769d686643fe829f1fe Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Sun, 28 Apr 2024 06:16:08 +0000 Subject: [PATCH] * Rename metric. --- ..._of_all_in_waterfall.php => ac_of_weekly_all_in_waterfall.php} | 0 ..._waterfall.php => ev_of_weekly_finished_task_in_waterfall.php} | 0 ...f_task_in_waterfall.php => pv_of_weekly_task_in_waterfall.php} | 0 .../rate/{cv_in_waterfall.php => cv_weekly_in_waterfall.php} | 0 .../rate/{sv_in_waterfall.php => sv_weekly_in_waterfall.php} | 0 ..._of_all_in_waterfall.php => ac_of_weekly_all_in_waterfall.php} | 0 ..._waterfall.php => ev_of_weekly_finished_task_in_waterfall.php} | 0 ...f_task_in_waterfall.php => pv_of_weekly_task_in_waterfall.php} | 0 .../rate/{cv_in_waterfall.php => cv_weekly_in_waterfall.php} | 0 .../rate/{sv_in_waterfall.php => sv_weekly_in_waterfall.php} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename module/metric/calc/project/hour/{ac_of_all_in_waterfall.php => ac_of_weekly_all_in_waterfall.php} (100%) rename module/metric/calc/project/hour/{ev_of_finished_task_in_waterfall.php => ev_of_weekly_finished_task_in_waterfall.php} (100%) rename module/metric/calc/project/hour/{pv_of_task_in_waterfall.php => pv_of_weekly_task_in_waterfall.php} (100%) rename module/metric/calc/project/rate/{cv_in_waterfall.php => cv_weekly_in_waterfall.php} (100%) rename module/metric/calc/project/rate/{sv_in_waterfall.php => sv_weekly_in_waterfall.php} (100%) rename module/metric/test/calc/project/hour/{ac_of_all_in_waterfall.php => ac_of_weekly_all_in_waterfall.php} (100%) rename module/metric/test/calc/project/hour/{ev_of_finished_task_in_waterfall.php => ev_of_weekly_finished_task_in_waterfall.php} (100%) rename module/metric/test/calc/project/hour/{pv_of_task_in_waterfall.php => pv_of_weekly_task_in_waterfall.php} (100%) rename module/metric/test/calc/project/rate/{cv_in_waterfall.php => cv_weekly_in_waterfall.php} (100%) rename module/metric/test/calc/project/rate/{sv_in_waterfall.php => sv_weekly_in_waterfall.php} (100%) diff --git a/module/metric/calc/project/hour/ac_of_all_in_waterfall.php b/module/metric/calc/project/hour/ac_of_weekly_all_in_waterfall.php similarity index 100% rename from module/metric/calc/project/hour/ac_of_all_in_waterfall.php rename to module/metric/calc/project/hour/ac_of_weekly_all_in_waterfall.php diff --git a/module/metric/calc/project/hour/ev_of_finished_task_in_waterfall.php b/module/metric/calc/project/hour/ev_of_weekly_finished_task_in_waterfall.php similarity index 100% rename from module/metric/calc/project/hour/ev_of_finished_task_in_waterfall.php rename to module/metric/calc/project/hour/ev_of_weekly_finished_task_in_waterfall.php diff --git a/module/metric/calc/project/hour/pv_of_task_in_waterfall.php b/module/metric/calc/project/hour/pv_of_weekly_task_in_waterfall.php similarity index 100% rename from module/metric/calc/project/hour/pv_of_task_in_waterfall.php rename to module/metric/calc/project/hour/pv_of_weekly_task_in_waterfall.php diff --git a/module/metric/calc/project/rate/cv_in_waterfall.php b/module/metric/calc/project/rate/cv_weekly_in_waterfall.php similarity index 100% rename from module/metric/calc/project/rate/cv_in_waterfall.php rename to module/metric/calc/project/rate/cv_weekly_in_waterfall.php diff --git a/module/metric/calc/project/rate/sv_in_waterfall.php b/module/metric/calc/project/rate/sv_weekly_in_waterfall.php similarity index 100% rename from module/metric/calc/project/rate/sv_in_waterfall.php rename to module/metric/calc/project/rate/sv_weekly_in_waterfall.php diff --git a/module/metric/test/calc/project/hour/ac_of_all_in_waterfall.php b/module/metric/test/calc/project/hour/ac_of_weekly_all_in_waterfall.php similarity index 100% rename from module/metric/test/calc/project/hour/ac_of_all_in_waterfall.php rename to module/metric/test/calc/project/hour/ac_of_weekly_all_in_waterfall.php diff --git a/module/metric/test/calc/project/hour/ev_of_finished_task_in_waterfall.php b/module/metric/test/calc/project/hour/ev_of_weekly_finished_task_in_waterfall.php similarity index 100% rename from module/metric/test/calc/project/hour/ev_of_finished_task_in_waterfall.php rename to module/metric/test/calc/project/hour/ev_of_weekly_finished_task_in_waterfall.php diff --git a/module/metric/test/calc/project/hour/pv_of_task_in_waterfall.php b/module/metric/test/calc/project/hour/pv_of_weekly_task_in_waterfall.php similarity index 100% rename from module/metric/test/calc/project/hour/pv_of_task_in_waterfall.php rename to module/metric/test/calc/project/hour/pv_of_weekly_task_in_waterfall.php diff --git a/module/metric/test/calc/project/rate/cv_in_waterfall.php b/module/metric/test/calc/project/rate/cv_weekly_in_waterfall.php similarity index 100% rename from module/metric/test/calc/project/rate/cv_in_waterfall.php rename to module/metric/test/calc/project/rate/cv_weekly_in_waterfall.php diff --git a/module/metric/test/calc/project/rate/sv_in_waterfall.php b/module/metric/test/calc/project/rate/sv_weekly_in_waterfall.php similarity index 100% rename from module/metric/test/calc/project/rate/sv_in_waterfall.php rename to module/metric/test/calc/project/rate/sv_weekly_in_waterfall.php