I introduced an “Edit” concept to support multiple product feeds. An edit is essentially a curated collection or feed - products can be assigned to different edits, and the export command can now generate separate JSON files for each edit. This allows running multiple themed Twitter accounts or website sections from the same product database.

I also fixed the product primary key to be a composite of ID and category, since the same product ID could appear across different retailers. This required a database migration to update the key structure.

The FWRD scraper got some improvements to better handle the dresses category, and all product page objects now include their edit assignment.