When processing a download set, as item are updated, they are moved to the bottom. The ordering of items listed is oldest updated is on top.
Desired behavior
Items should in a download set should remain sorted by date created even when they are actively being updated.
Notes
The current behavior is caused by the nature of postgres. Postgres does not keep items in a consistent order internally. As items are updated, postgres may change the ordering of items within the table. When items of a download set are fetched, they are not explicitly sorted.
Current behavior
When processing a download set, as item are updated, they are moved to the bottom. The ordering of items listed is oldest updated is on top.
Desired behavior
Items should in a download set should remain sorted by date created even when they are actively being updated.
Notes