Summary
Holdings should be displayed with the highest-value position at the top so users immediately see their largest holdings. Unit tests should confirm the list component sorts entries by total_value descending before rendering.
Scope
- Render the holdings list with three entries: total values 500, 1200, and 300
- Assert the rendered order is 1200, 500, 300
- Change the 300 entry to 1500 and assert the order updates to 1500, 1200, 500
- Assert entries with equal
total_value maintain a stable secondary order (e.g. by creator ID)
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Holdings should be displayed with the highest-value position at the top so users immediately see their largest holdings. Unit tests should confirm the list component sorts entries by
total_valuedescending before rendering.Scope
total_valuemaintain a stable secondary order (e.g. by creator ID)Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram