From a520ed7e397d2ba1497d14864a5a12c6afc48dc3 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 18 Oct 2025 16:39:15 +0300 Subject: [PATCH] folder rename --- {TESTCASES => ANNOTATE}/README.md | 2 +- {TESTCASES => ANNOTATE}/core/__init__.py | 0 {TESTCASES => ANNOTATE}/core/annotation_manager.py | 0 {TESTCASES => ANNOTATE}/core/training_simulator.py | 0 {TESTCASES => ANNOTATE}/web/app.py | 0 {TESTCASES => ANNOTATE}/web/static/css/annotation_ui.css | 0 {TESTCASES => ANNOTATE}/web/static/css/dark_theme.css | 0 {TESTCASES => ANNOTATE}/web/static/js/annotation_manager.js | 0 {TESTCASES => ANNOTATE}/web/static/js/chart_manager.js | 0 {TESTCASES => ANNOTATE}/web/static/js/time_navigator.js | 0 {TESTCASES => ANNOTATE}/web/static/js/training_controller.js | 0 {TESTCASES => ANNOTATE}/web/templates/annotation_dashboard.html | 0 {TESTCASES => ANNOTATE}/web/templates/base_layout.html | 0 .../web/templates/components/annotation_list.html | 0 .../web/templates/components/chart_panel.html | 0 .../web/templates/components/control_panel.html | 0 .../web/templates/components/inference_panel.html | 0 .../web/templates/components/training_panel.html | 0 18 files changed, 1 insertion(+), 1 deletion(-) rename {TESTCASES => ANNOTATE}/README.md (99%) rename {TESTCASES => ANNOTATE}/core/__init__.py (100%) rename {TESTCASES => ANNOTATE}/core/annotation_manager.py (100%) rename {TESTCASES => ANNOTATE}/core/training_simulator.py (100%) rename {TESTCASES => ANNOTATE}/web/app.py (100%) rename {TESTCASES => ANNOTATE}/web/static/css/annotation_ui.css (100%) rename {TESTCASES => ANNOTATE}/web/static/css/dark_theme.css (100%) rename {TESTCASES => ANNOTATE}/web/static/js/annotation_manager.js (100%) rename {TESTCASES => ANNOTATE}/web/static/js/chart_manager.js (100%) rename {TESTCASES => ANNOTATE}/web/static/js/time_navigator.js (100%) rename {TESTCASES => ANNOTATE}/web/static/js/training_controller.js (100%) rename {TESTCASES => ANNOTATE}/web/templates/annotation_dashboard.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/base_layout.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/components/annotation_list.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/components/chart_panel.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/components/control_panel.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/components/inference_panel.html (100%) rename {TESTCASES => ANNOTATE}/web/templates/components/training_panel.html (100%) diff --git a/TESTCASES/README.md b/ANNOTATE/README.md similarity index 99% rename from TESTCASES/README.md rename to ANNOTATE/README.md index d383434..28f463d 100644 --- a/TESTCASES/README.md +++ b/ANNOTATE/README.md @@ -15,7 +15,7 @@ This tool allows traders to: ## Project Structure ``` -TESTCASES/ +ANNOTATE/ ├── web/ # Web application │ ├── app.py # Main Flask/Dash application │ ├── templates/ # Jinja2 HTML templates diff --git a/TESTCASES/core/__init__.py b/ANNOTATE/core/__init__.py similarity index 100% rename from TESTCASES/core/__init__.py rename to ANNOTATE/core/__init__.py diff --git a/TESTCASES/core/annotation_manager.py b/ANNOTATE/core/annotation_manager.py similarity index 100% rename from TESTCASES/core/annotation_manager.py rename to ANNOTATE/core/annotation_manager.py diff --git a/TESTCASES/core/training_simulator.py b/ANNOTATE/core/training_simulator.py similarity index 100% rename from TESTCASES/core/training_simulator.py rename to ANNOTATE/core/training_simulator.py diff --git a/TESTCASES/web/app.py b/ANNOTATE/web/app.py similarity index 100% rename from TESTCASES/web/app.py rename to ANNOTATE/web/app.py diff --git a/TESTCASES/web/static/css/annotation_ui.css b/ANNOTATE/web/static/css/annotation_ui.css similarity index 100% rename from TESTCASES/web/static/css/annotation_ui.css rename to ANNOTATE/web/static/css/annotation_ui.css diff --git a/TESTCASES/web/static/css/dark_theme.css b/ANNOTATE/web/static/css/dark_theme.css similarity index 100% rename from TESTCASES/web/static/css/dark_theme.css rename to ANNOTATE/web/static/css/dark_theme.css diff --git a/TESTCASES/web/static/js/annotation_manager.js b/ANNOTATE/web/static/js/annotation_manager.js similarity index 100% rename from TESTCASES/web/static/js/annotation_manager.js rename to ANNOTATE/web/static/js/annotation_manager.js diff --git a/TESTCASES/web/static/js/chart_manager.js b/ANNOTATE/web/static/js/chart_manager.js similarity index 100% rename from TESTCASES/web/static/js/chart_manager.js rename to ANNOTATE/web/static/js/chart_manager.js diff --git a/TESTCASES/web/static/js/time_navigator.js b/ANNOTATE/web/static/js/time_navigator.js similarity index 100% rename from TESTCASES/web/static/js/time_navigator.js rename to ANNOTATE/web/static/js/time_navigator.js diff --git a/TESTCASES/web/static/js/training_controller.js b/ANNOTATE/web/static/js/training_controller.js similarity index 100% rename from TESTCASES/web/static/js/training_controller.js rename to ANNOTATE/web/static/js/training_controller.js diff --git a/TESTCASES/web/templates/annotation_dashboard.html b/ANNOTATE/web/templates/annotation_dashboard.html similarity index 100% rename from TESTCASES/web/templates/annotation_dashboard.html rename to ANNOTATE/web/templates/annotation_dashboard.html diff --git a/TESTCASES/web/templates/base_layout.html b/ANNOTATE/web/templates/base_layout.html similarity index 100% rename from TESTCASES/web/templates/base_layout.html rename to ANNOTATE/web/templates/base_layout.html diff --git a/TESTCASES/web/templates/components/annotation_list.html b/ANNOTATE/web/templates/components/annotation_list.html similarity index 100% rename from TESTCASES/web/templates/components/annotation_list.html rename to ANNOTATE/web/templates/components/annotation_list.html diff --git a/TESTCASES/web/templates/components/chart_panel.html b/ANNOTATE/web/templates/components/chart_panel.html similarity index 100% rename from TESTCASES/web/templates/components/chart_panel.html rename to ANNOTATE/web/templates/components/chart_panel.html diff --git a/TESTCASES/web/templates/components/control_panel.html b/ANNOTATE/web/templates/components/control_panel.html similarity index 100% rename from TESTCASES/web/templates/components/control_panel.html rename to ANNOTATE/web/templates/components/control_panel.html diff --git a/TESTCASES/web/templates/components/inference_panel.html b/ANNOTATE/web/templates/components/inference_panel.html similarity index 100% rename from TESTCASES/web/templates/components/inference_panel.html rename to ANNOTATE/web/templates/components/inference_panel.html diff --git a/TESTCASES/web/templates/components/training_panel.html b/ANNOTATE/web/templates/components/training_panel.html similarity index 100% rename from TESTCASES/web/templates/components/training_panel.html rename to ANNOTATE/web/templates/components/training_panel.html