feat: implement cross-platform features and UI integration
- iOS: Add BackgroundSyncService, SyncScheduler, SyncWorker, BookmarkViewModel, FeedViewModel - iOS: Add BackgroundSyncService, SyncScheduler, SyncWorker services - Linux: Add settings-store.vala, State.vala signals, view widgets (FeedList, FeedDetail, AddFeed, Search, Settings, Bookmark) - Linux: Add bookmark-store.vala, bookmark vala model, search-service.vala - Android: Add NotificationService, NotificationManager, NotificationPreferencesStore - Android: Add BookmarkDao, BookmarkRepository, SettingsStore - Add unit tests for iOS, Android, Linux - Add integration tests - Add performance benchmarks - Update tasks and documentation Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -11,10 +11,10 @@ objective:
|
||||
- Write integration tests that verify cross-platform functionality
|
||||
|
||||
deliverables:
|
||||
- Integration test suite
|
||||
- Test fixtures (sample feeds)
|
||||
- Test data generator
|
||||
- CI integration
|
||||
- Integration test suite: `android/src/androidTest/java/com/rssuper/integration/FeedIntegrationTest.kt`
|
||||
- Test fixtures (sample feeds): `tests/fixtures/sample-rss.xml`, `tests/fixtures/sample-atom.xml`
|
||||
- Test data generator: `tests/generate_test_data.py`
|
||||
- CI integration: Updated `.github/workflows/ci.yml` with integration test job
|
||||
|
||||
tests:
|
||||
- Integration: Feed fetch → parse → store flow
|
||||
|
||||
Reference in New Issue
Block a user