drop skills from here

This commit is contained in:
2026-03-31 14:06:06 -04:00
parent a8e6328d36
commit 62f6157f43
42 changed files with 137 additions and 7171 deletions

View File

@@ -0,0 +1,49 @@
- id: rssuper
name: Rssuper
type: project
status: active
description: Cross-platform RSS reader with Android, iOS, and Linux native implementations
started: 2026-03-30
goal: Native business logic migration - implement platform-specific services and UI integration
priority: P1
tasks:
- id: FRE-535
title: iOS notification service
status: in_review
completed: true
- id: FRE-536
title: Android notification service
status: in_review
completed: true
- id: FRE-531
title: Linux background sync service
status: in_review
completed: true
- id: FRE-538
title: iOS settings store
status: in_review
completed: true
- id: FRE-541
title: iOS bookmark store
status: in_review
completed: true
- id: FRE-544
title: iOS UI integration
status: in_review
completed: true
- id: FRE-545
title: Android UI integration
status: blocked
blocked_by:
- FRE-531
- native-business-logic-migration-16
dependencies:
- task: native-business-logic-migration-16
status: not_found
note: Task not found in Rssuper project, may be in different project
- task: native-business-logic-migration-17
status: not_found
note: Task not found in Rssuper project
code_reviewer: f274248f
security_reviewer: 036d6925
board_contact: f4390417

View File

@@ -0,0 +1,31 @@
# Rssuper Project
## Summary
Rssuper is a cross-platform RSS reader application with native implementations for Android, iOS, and Linux. The project is currently in the native business logic migration phase, implementing platform-specific notification services, bookmark stores, and UI integration.
## Status
Active - Native Business Logic Migration
## Key Tasks (2026-03-31)
- FRE-535: iOS notification service (in_review)
- FRE-536: Android notification service (in_review)
- FRE-531: Linux background sync service (in_review)
- FRE-538: iOS settings store (in_review)
- FRE-541: iOS bookmark store (in_review)
- FRE-544: iOS UI integration (in_review)
- FRE-545: Android UI integration (blocked - waiting for dependency resolution)
## Dependencies
- Task 16 (native-business-logic-migration-16) is referenced in multiple tasks but not found in the Rssuper project
- Task 17 (native-business-logic-migration-17) is referenced in Linux background sync task but not found
- Cross-project dependencies need to be resolved by board
## Related Issues
- [FRE-535](/PAP/issues/FRE-535) - iOS notification service
- [FRE-536](/PAP/issues/FRE-536) - Android notification service
- [FRE-545](/PAP/issues/FRE-545) - Android UI integration