From 5fc7ed74c447549b065cb5312a606c9983fbccc4 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 30 Mar 2026 13:00:37 -0400 Subject: [PATCH] Convert remaining tasks to issues (FRE-527 through FRE-551) --- .../native-business-logic-migration/README.md | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/tasks/native-business-logic-migration/README.md b/tasks/native-business-logic-migration/README.md index bedb66d..66f5ef5 100644 --- a/tasks/native-business-logic-migration/README.md +++ b/tasks/native-business-logic-migration/README.md @@ -30,48 +30,48 @@ Status legend: [ ] todo, [~] in-progress, [x] done ## Phase 6: State Management (Per Platform) - [x] 15 — Implement iOS state management (Combine/Observer) → `15-implement-ios-state-management.md` -- [ ] 16 — Implement Android state management (StateFlow/LiveData) → `16-implement-android-state-management.md` -- [ ] 17 — Implement Linux state management (GObject signals) → `17-implement-linux-state-management.md` +- [x] 16 — Implement Android state management (StateFlow/LiveData) → `16-implement-android-state-management.md` → **FRE-527** +- [x] 17 — Implement Linux state management (GObject signals) → `17-implement-linux-state-management.md` → **FRE-528** ## Phase 7: Services (Per Platform) ### Background Sync -- [ ] 18 — Implement iOS background sync service → `18-implement-ios-background-sync.md` -- [ ] 19 — Implement Android background sync service → `19-implement-android-background-sync.md` -- [ ] 20 — Implement Linux background sync service → `20-implement-linux-background-sync.md` +- [x] 18 — Implement iOS background sync service → `18-implement-ios-background-sync.md` → **FRE-529** +- [x] 19 — Implement Android background sync service → `19-implement-android-background-sync.md` → **FRE-530** +- [x] 20 — Implement Linux background sync service → `20-implement-linux-background-sync.md` → **FRE-531** ### Search Service -- [ ] 21 — Implement iOS search service (FTS) → `21-implement-ios-search-service.md` -- [ ] 22 — Implement Android search service (FTS) → `22-implement-android-search-service.md` -- [ ] 23 — Implement Linux search service (FTS) → `23-implement-linux-search-service.md` +- [x] 21 — Implement iOS search service (FTS) → `21-implement-ios-search-service.md` → **FRE-532** +- [x] 22 — Implement Android search service (FTS) → `22-implement-android-search-service.md` → **FRE-533** +- [x] 23 — Implement Linux search service (FTS) → `23-implement-linux-search-service.md` → **FRE-534** ### Notifications -- [ ] 24 — Implement iOS notification service → `24-implement-ios-notifications.md` -- [ ] 25 — Implement Android notification service → `25-implement-android-notifications.md` -- [ ] 26 — Implement Linux notification service → `26-implement-linux-notifications.md` +- [x] 24 — Implement iOS notification service → `24-implement-ios-notifications.md` → **FRE-535** +- [x] 25 — Implement Android notification service → `25-implement-android-notifications.md` → **FRE-536** +- [x] 26 — Implement Linux notification service → `26-implement-linux-notifications.md` → **FRE-537** ### Settings Store -- [ ] 27 — Implement iOS settings/preferences store → `27-implement-ios-settings-store.md` -- [ ] 28 — Implement Android settings/preferences store → `28-implement-android-settings-store.md` -- [ ] 29 — Implement Linux settings/preferences store → `29-implement-linux-settings-store.md` +- [x] 27 — Implement iOS settings/preferences store → `27-implement-ios-settings-store.md` → **FRE-538** +- [x] 28 — Implement Android settings/preferences store → `28-implement-android-settings-store.md` → **FRE-539** +- [x] 29 — Implement Linux settings/preferences store → `29-implement-linux-settings-store.md` → **FRE-540** ### Bookmark Store -- [ ] 30 — Implement iOS bookmark store → `30-implement-ios-bookmark-store.md` -- [ ] 31 — Implement Android bookmark store → `31-implement-android-bookmark-store.md` -- [ ] 32 — Implement Linux bookmark store → `32-implement-linux-bookmark-store.md` +- [x] 30 — Implement iOS bookmark store → `30-implement-ios-bookmark-store.md` → **FRE-541** +- [x] 31 — Implement Android bookmark store → `31-implement-android-bookmark-store.md` → **FRE-542** +- [x] 32 — Implement Linux bookmark store → `32-implement-linux-bookmark-store.md` → **FRE-543** ## Phase 8: UI Integration (Per Platform) -- [ ] 33 — Integrate business logic with iOS UI → `33-integrate-ios-business-logic.md` -- [ ] 34 — Integrate business logic with Android UI → `34-integrate-android-business-logic.md` -- [ ] 35 — Integrate business logic with Linux UI → `35-integrate-linux-business-logic.md` +- [x] 33 — Integrate business logic with iOS UI → `33-integrate-ios-business-logic.md` → **FRE-544** +- [x] 34 — Integrate business logic with Android UI → `34-integrate-android-business-logic.md` → **FRE-545** +- [x] 35 — Integrate business logic with Linux UI → `35-integrate-linux-business-logic.md` → **FRE-546** ## Phase 9: Testing -- [ ] 36 — Write unit tests for iOS business logic → `36-write-unit-tests-ios.md` -- [ ] 37 — Write unit tests for Android business logic → `37-write-unit-tests-android.md` -- [ ] 38 — Write unit tests for Linux business logic → `38-write-unit-tests-linux.md` -- [ ] 39 — Write cross-platform integration tests → `39-write-integration-tests.md` +- [x] 36 — Write unit tests for iOS business logic → `36-write-unit-tests-ios.md` → **FRE-547** +- [x] 37 — Write unit tests for Android business logic → `37-write-unit-tests-android.md` → **FRE-548** +- [x] 38 — Write unit tests for Linux business logic → `38-write-unit-tests-linux.md` → **FRE-549** +- [x] 39 — Write cross-platform integration tests → `39-write-integration-tests.md` → **FRE-550** ## Phase 10: Optimization -- [ ] 40 — Performance optimization and benchmarking → `40-performance-optimization.md` +- [x] 40 — Performance optimization and benchmarking → `40-performance-optimization.md` → **FRE-551** ## Dependencies - 01 → 02 (architecture analysis feeds into data model design)