Convert remaining tasks to issues (FRE-527 through FRE-551)

This commit is contained in:
2026-03-30 13:00:37 -04:00
parent e5197e6a2d
commit 5fc7ed74c4

View File

@@ -30,48 +30,48 @@ Status legend: [ ] todo, [~] in-progress, [x] done
## Phase 6: State Management (Per Platform) ## Phase 6: State Management (Per Platform)
- [x] 15 — Implement iOS state management (Combine/Observer) → `15-implement-ios-state-management.md` - [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` - [x] 16 — Implement Android state management (StateFlow/LiveData) → `16-implement-android-state-management.md`**FRE-527**
- [ ] 17 — Implement Linux state management (GObject signals) → `17-implement-linux-state-management.md` - [x] 17 — Implement Linux state management (GObject signals) → `17-implement-linux-state-management.md`**FRE-528**
## Phase 7: Services (Per Platform) ## Phase 7: Services (Per Platform)
### Background Sync ### Background Sync
- [ ] 18 — Implement iOS background sync service → `18-implement-ios-background-sync.md` - [x] 18 — Implement iOS background sync service → `18-implement-ios-background-sync.md`**FRE-529**
- [ ] 19 — Implement Android background sync service → `19-implement-android-background-sync.md` - [x] 19 — Implement Android background sync service → `19-implement-android-background-sync.md`**FRE-530**
- [ ] 20 — Implement Linux background sync service → `20-implement-linux-background-sync.md` - [x] 20 — Implement Linux background sync service → `20-implement-linux-background-sync.md`**FRE-531**
### Search Service ### Search Service
- [ ] 21 — Implement iOS search service (FTS) → `21-implement-ios-search-service.md` - [x] 21 — Implement iOS search service (FTS) → `21-implement-ios-search-service.md`**FRE-532**
- [ ] 22 — Implement Android search service (FTS) → `22-implement-android-search-service.md` - [x] 22 — Implement Android search service (FTS) → `22-implement-android-search-service.md`**FRE-533**
- [ ] 23 — Implement Linux search service (FTS) → `23-implement-linux-search-service.md` - [x] 23 — Implement Linux search service (FTS) → `23-implement-linux-search-service.md`**FRE-534**
### Notifications ### Notifications
- [ ] 24 — Implement iOS notification service → `24-implement-ios-notifications.md` - [x] 24 — Implement iOS notification service → `24-implement-ios-notifications.md`**FRE-535**
- [ ] 25 — Implement Android notification service → `25-implement-android-notifications.md` - [x] 25 — Implement Android notification service → `25-implement-android-notifications.md`**FRE-536**
- [ ] 26 — Implement Linux notification service → `26-implement-linux-notifications.md` - [x] 26 — Implement Linux notification service → `26-implement-linux-notifications.md`**FRE-537**
### Settings Store ### Settings Store
- [ ] 27 — Implement iOS settings/preferences store → `27-implement-ios-settings-store.md` - [x] 27 — Implement iOS settings/preferences store → `27-implement-ios-settings-store.md`**FRE-538**
- [ ] 28 — Implement Android settings/preferences store → `28-implement-android-settings-store.md` - [x] 28 — Implement Android settings/preferences store → `28-implement-android-settings-store.md`**FRE-539**
- [ ] 29 — Implement Linux settings/preferences store → `29-implement-linux-settings-store.md` - [x] 29 — Implement Linux settings/preferences store → `29-implement-linux-settings-store.md`**FRE-540**
### Bookmark Store ### Bookmark Store
- [ ] 30 — Implement iOS bookmark store → `30-implement-ios-bookmark-store.md` - [x] 30 — Implement iOS bookmark store → `30-implement-ios-bookmark-store.md`**FRE-541**
- [ ] 31 — Implement Android bookmark store → `31-implement-android-bookmark-store.md` - [x] 31 — Implement Android bookmark store → `31-implement-android-bookmark-store.md`**FRE-542**
- [ ] 32 — Implement Linux bookmark store → `32-implement-linux-bookmark-store.md` - [x] 32 — Implement Linux bookmark store → `32-implement-linux-bookmark-store.md`**FRE-543**
## Phase 8: UI Integration (Per Platform) ## Phase 8: UI Integration (Per Platform)
- [ ] 33 — Integrate business logic with iOS UI → `33-integrate-ios-business-logic.md` - [x] 33 — Integrate business logic with iOS UI → `33-integrate-ios-business-logic.md`**FRE-544**
- [ ] 34 — Integrate business logic with Android UI → `34-integrate-android-business-logic.md` - [x] 34 — Integrate business logic with Android UI → `34-integrate-android-business-logic.md`**FRE-545**
- [ ] 35 — Integrate business logic with Linux UI → `35-integrate-linux-business-logic.md` - [x] 35 — Integrate business logic with Linux UI → `35-integrate-linux-business-logic.md`**FRE-546**
## Phase 9: Testing ## Phase 9: Testing
- [ ] 36 — Write unit tests for iOS business logic → `36-write-unit-tests-ios.md` - [x] 36 — Write unit tests for iOS business logic → `36-write-unit-tests-ios.md`**FRE-547**
- [ ] 37 — Write unit tests for Android business logic → `37-write-unit-tests-android.md` - [x] 37 — Write unit tests for Android business logic → `37-write-unit-tests-android.md`**FRE-548**
- [ ] 38 — Write unit tests for Linux business logic → `38-write-unit-tests-linux.md` - [x] 38 — Write unit tests for Linux business logic → `38-write-unit-tests-linux.md`**FRE-549**
- [ ] 39 — Write cross-platform integration tests → `39-write-integration-tests.md` - [x] 39 — Write cross-platform integration tests → `39-write-integration-tests.md`**FRE-550**
## Phase 10: Optimization ## 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 ## Dependencies
- 01 → 02 (architecture analysis feeds into data model design) - 01 → 02 (architecture analysis feeds into data model design)