Items from different feeds are not always well-ordered #20

Open
opened 2021-08-03 13:01:51 +00:00 by mcataford · 0 comments
mcataford commented 2021-08-03 13:01:51 +00:00 (Migrated from github.com)

The feed items are kept separate until they are rendered and a sorting step (also) is supposed to order up the items by publication date.

This doesn't seem to be working properly:

image

The resolution here would be to ensure that sorting happens properly so that by default, newer items are up top and are sorted regardless of which feed they come from.

The feed items are kept separate until they are rendered and a [sorting step](https://github.com/mcataford/rss-reader/blob/main/src/FeedsPanel.tsx#L65) ([also](https://github.com/mcataford/rss-reader/blob/main/src/utils/sortFeedItemsByDate.ts)) is supposed to order up the items by publication date. This doesn't seem to be working properly: ![image](https://user-images.githubusercontent.com/6210361/128019856-ce6d65b7-6631-4cbc-a4fd-8e9cbc19ff20.png) The resolution here would be to ensure that sorting happens properly so that by default, newer items are up top and are sorted regardless of which feed they come from.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: marc/rss-reader#20
No description provided.