svsticky / chroma

Manage photo albums on S3 buckets. Successor to Pxl and Rstr
1 stars 1 forks source link

Pxl migration: sorting #21

Closed TobiasDeBruijn closed 8 months ago

TobiasDeBruijn commented 8 months ago

Currently, albums are migrated alphabetically, which isn't the correct order. In the Pxl S3 bucket is a state.json file containing the creation timestamps (RFC 8601).

When migrating, the albums should be uploaded in the order of their creation timestamp, earliest first. This ensures that they will be shown in Chroma in the correct order.