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