Remove outdated architecture and API documentation for mobile apps

- Deleted api_map.mermaid files for both client and staff apps to remove obsolete API mappings.
- Removed architecture.md files for both client and staff apps to eliminate outdated architectural overviews.
- Deleted backend_architecture.mermaid files for both client and staff apps to clean up backend architecture diagrams.
- Removed overview.mermaid files for both client and staff apps to streamline application flow documentation.
- Deleted use-case flowchart.mermaid and use_case_flows.mermaid files for both client and staff apps to remove redundant use case diagrams.
This commit is contained in:
Achintha Isuru
2025-11-18 23:02:01 -05:00
parent e7d324407c
commit 7aa84bc536
14 changed files with 90 additions and 987 deletions

2
.vscode/launch.json vendored
View File

@@ -13,7 +13,7 @@
"name": "krow-staff-application (DEV Android)",
"request": "launch",
"type": "dart",
"program": "lmobile-apps/staff-app/lib/main_dev.dart",
"program": "mobile-apps/staff-app/lib/main_dev.dart",
"flutterMode": "debug",
"toolArgs": ["--flavor", "dev"]
},