ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Implement environment data refresh #413

Open ajsuth opened 2 years ago

ajsuth commented 2 years ago

Over time a lot of data pollution has been introduced into the headstart OrderCloud environment, which may also be impacted by breaking changes to the code base.

To remove invalid and incomplete data, not intended for demo purposes, from the solution this could either be achieved via a deployment process or a scheduled job.

This may also utilise the test data provided from #412 to be reimported after the environment data clean up process to provide a stable set of test data for demoing and learning purposes.