refactor: delete _tasksByResidence and per-residence task cache plumbing

All readers and writers gone after the previous commits. Single source
of truth = DataManager._allTasks; residence views derive via
getTasksForResidence(id). Net deletion across DataManager, APILayer,
DataManagerObservable, Kotlin TaskViewModel, and the now-unused
TaskViewModel test.

Closes gitea#2
This commit is contained in:
Trey t
2026-04-25 10:48:38 -05:00
parent 1b001323e4
commit cec521b3e3
7 changed files with 244 additions and 83 deletions
+4 -7
View File
@@ -1,8 +1,5 @@
{
"permissions": {
"ask": [
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
{
"permissions": {
"ask": []
}
}