migration start
Some checks failed
CI - Multi-Platform Native / Build iOS (RSSuper) (push) Has been cancelled
CI - Multi-Platform Native / Build macOS (push) Has been cancelled
CI - Multi-Platform Native / Build Android (push) Has been cancelled
CI - Multi-Platform Native / Build Linux (push) Has been cancelled
CI - Multi-Platform Native / Build Summary (push) Has been cancelled

This commit is contained in:
2026-03-29 14:12:17 -04:00
parent af87f9f571
commit d346b527e6
51 changed files with 4476 additions and 69 deletions

View File

@@ -0,0 +1,40 @@
# 35. Integrate business logic with Linux UI
meta:
id: native-business-logic-migration-35
feature: native-business-logic-migration
priority: P1
depends_on: [native-business-logic-migration-32, native-business-logic-migration-17]
tags: [implementation, linux, ui]
objective:
- Connect business logic layer with GTK4 views
deliverables:
- FeedList widget connected to ViewModel
- FeedDetail widget connected to ViewModel
- AddFeed widget connected to services
- Search widget connected to SearchService
- Settings widget connected to SettingsStore
- Bookmark widget connected to BookmarkStore
tests:
- UI: Test widget renders with data
- UI: Test navigation works
- UI: Test error states displayed
acceptance_criteria:
- All widgets connected to ViewModels
- Data flows correctly
- User actions trigger updates
- Error states shown properly
- Loading states shown properly
validation:
- Run app on Linux
- Test all user flows
notes:
- Use GObject signals for updates
- Follow GNOME HIG
- Implement proper GTK patterns