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,38 @@
|
||||
# 32. Implement Linux bookmark store
|
||||
|
||||
meta:
|
||||
id: native-business-logic-migration-32
|
||||
feature: native-business-logic-migration
|
||||
priority: P1
|
||||
depends_on: [native-business-logic-migration-17]
|
||||
tags: [implementation, linux, bookmarks]
|
||||
|
||||
objective:
|
||||
- Implement bookmark store for saving articles
|
||||
|
||||
deliverables:
|
||||
- bookmark-store.vala
|
||||
- bookmark.vala (model)
|
||||
- bookmark-repository.vala
|
||||
- Bookmark grouping/tagging
|
||||
|
||||
tests:
|
||||
- Unit: Test bookmark CRUD
|
||||
- Unit: Test bookmark queries
|
||||
- Unit: Test bookmark deletion cascade
|
||||
|
||||
acceptance_criteria:
|
||||
- Bookmarks saved to database
|
||||
- Bookmarks queryable
|
||||
- Bookmarks deletable
|
||||
- Bookmark count accurate
|
||||
- Integration with feed items
|
||||
|
||||
validation:
|
||||
- Run `meson test -C build`
|
||||
- Test with sqlite3 CLI
|
||||
|
||||
notes:
|
||||
- Store as separate table with foreign key
|
||||
- Support tags/categories
|
||||
- Implement smart folders
|
||||
Reference in New Issue
Block a user