feat: define board detail domain and mutation contracts

This commit is contained in:
2026-03-16 00:08:03 -04:00
parent c820b413aa
commit 3af47ba55a
3 changed files with 98 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel
**Board detail view**
- Current status: domain model and mutation contracts are defined in `app/src/main/java/space/hackenslacker/kanbn4droid/app/boarddetail/BoardDetailModels.kt`, with unit coverage in `app/src/test/java/space/hackenslacker/kanbn4droid/app/boarddetail/BoardDetailModelsTest.kt`.
- The board detail view shows the lists in the board as vertical lists.
- Each list has it's title at the top.
- Clicking on the title of a list allows editing the title.