feat: add board detail and card/list mutation API methods

This commit is contained in:
2026-03-16 00:20:42 -04:00
parent 3cff919222
commit 6ea0bd1a2f
7 changed files with 874 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel
- Compile/target SDK: API 35.
- Baseline tests:
- JVM unit tests for auth URL normalization and auth error mapping in `app/src/test/`.
- JVM unit tests for board detail parsing and board/list/card API request mapping in `app/src/test/space/hackenslacker/kanbn4droid/app/auth/HttpKanbnApiClientBoardDetailParsingTest.kt`.
- JVM unit tests for boards repository and boards view model in `app/src/test/space/hackenslacker/kanbn4droid/app/boards/`.
- Instrumentation tests for login and boards flows in `app/src/androidTest/`.