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
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:
@@ -0,0 +1,39 @@
|
||||
# 25. Implement Android notification service
|
||||
|
||||
meta:
|
||||
id: native-business-logic-migration-25
|
||||
feature: native-business-logic-migration
|
||||
priority: P1
|
||||
depends_on: [native-business-logic-migration-16]
|
||||
tags: [implementation, android, notifications]
|
||||
|
||||
objective:
|
||||
- Implement push and local notification service for Android
|
||||
|
||||
deliverables:
|
||||
- NotificationService.kt
|
||||
- NotificationManager.kt
|
||||
- NotificationPreferencesStore.kt
|
||||
- Notification channels
|
||||
- Badge management
|
||||
|
||||
tests:
|
||||
- Unit: Test notification configuration
|
||||
- Unit: Test permission handling
|
||||
- Integration: Test notification delivery
|
||||
|
||||
acceptance_criteria:
|
||||
- Push notifications received
|
||||
- Local notifications scheduled
|
||||
- Badge count updated
|
||||
- Notification channels working
|
||||
- Preferences respected
|
||||
|
||||
validation:
|
||||
- Test with Firebase Console
|
||||
- Verify in Settings > Apps > Notifications
|
||||
|
||||
notes:
|
||||
- Use NotificationCompat
|
||||
- Create proper notification channels
|
||||
- Handle Android 13+ permissions
|
||||
Reference in New Issue
Block a user