diff --git a/AGENTS.md b/AGENTS.md index 5f91e34..604415f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -76,8 +76,6 @@ 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.