chore(backend, frontend): clean up comments and improve formatting

- Removed unused import in `BackendArchitectureTest.kt` and improved clarity of comments on service module dependencies.
- Added a TODO placeholder in `DeepLinkHandler.kt` for upcoming deep link processing implementation.
This commit is contained in:
2026-02-01 13:51:07 +01:00
parent f78563f8c8
commit 66fde7044e
2 changed files with 3 additions and 3 deletions
@@ -25,6 +25,7 @@ class DeepLinkHandler(
return processDeepLink(parsed)
}
// TODO: Implement deep link processing logic
private fun processDeepLink(deepLink: DeepLink): Boolean {
val route = cleanRoute(deepLink.route)