feat: standalone focus items with edit, convert, project tab, domain ordering

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 02:15:08 +00:00
parent b0621e33f0
commit d5dce02451
6 changed files with 319 additions and 11 deletions

View File

@@ -162,6 +162,7 @@ class BaseRepository:
"contact_id", "started_at",
"weekly_hours", "effective_from",
"task_id", "meeting_id", "list_item_id",
"domain_id", "title",
}
clean_data = {}
for k, v in data.items():