bollwerk/.github
Jens Reinemann a27660fd4a feat(ui): add category and location management screens
Closes #25

ui/category/:
- CategoryListViewModel: StateFlow-based ViewModel with add/delete
  dialog state management, backed by CategoryRepository
- CategoryListScreen: Material 3 Scaffold with LazyColumn, FAB for
  adding, delete confirmation dialog with CASCADE warning

ui/location/:
- LocationListViewModel: same pattern for LocationRepository
- LocationListScreen: same UI pattern for location management

Tests:
- CategoryListViewModelTest: 11 tests covering init, add, delete,
  dialog state, blank name rejection
- LocationListViewModelTest: 11 tests (same coverage)

Dependencies:
- Added lifecycle-runtime-compose for collectAsStateWithLifecycle
- Added kotlinx-coroutines-test for ViewModel unit tests
2026-05-14 00:56:36 +02:00
..
agents chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
prompts feat(ui): add category and location management screens 2026-05-14 00:56:36 +02:00
skills chore: Dokumentation, SKILL.md und Drawables aktualisieren 2026-05-13 23:56:56 +02:00
workflows chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
copilot-instructions.md chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
kotlin-conventions.instructions.md chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00