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:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user