From 3283a8f8af1e9b8e22ab79ef807604bcd19057eb Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Tue, 23 Jun 2026 12:59:07 +0700 Subject: [PATCH] Add note about LEGACY folder being deprecated in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ad7417..eb75871 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - Images that illustrate documentation or design (e.g., diagrams, screenshots) may be committed directly **if** they are small and aid understanding, but large image datasets must be stored externally and linked. - Keep the repository lightweight and IDE‑friendly to ensure fast cloning, searching, and navigation. - Use **snake_case** naming for files and directories (lowercase letters, numbers, and underscores only). Avoid spaces and special characters. Hyphens are discouraged except for specific configuration files like `docker-compose.yaml` or `docker-compose.yml`. Uppercase is acceptable for constants (e.g., `CONFIG.json`) but prefer lowercase. +- **Legacy code**: Files under the `LEGACY/` directory are deprecated and intended only for reference or maintenance; new development should use modern implementations. Treat them as read‑only references. ## Overview This repository contains the research, design, and implementation materials for the MSK Ultrasound Stack pilot project. It includes documentation, design artifacts, source code, and supporting files organized to facilitate collaborative development while maintaining clear separation between shared assets and individual developer secrets.