835 B
835 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-68 | Create E621 specific user post favs model with ordering | To Do | 2025-07-12 |
Description
Create a specialized E621UserPostFav model that extends the base UserPostFav functionality to include tracking the order in which users favorite posts, enabling chronological browsing of favorites and better user experience.
Acceptance Criteria
- E621UserPostFav model exists and inherits from UserPostFav
- Model includes position/order field to track favorite sequence
- Existing E621 user post favs are migrated to new model
- Order is automatically assigned when new favorites are created
- Model provides methods to retrieve favorites in chronological order
- All existing E621 favorite functionality continues to work