diff --git a/data/roadmap.toml b/data/roadmap.toml index 4d1dcba..38fd491 100644 --- a/data/roadmap.toml +++ b/data/roadmap.toml @@ -3,10 +3,6 @@ title = "Up next" description = "Things we plan to add to Dashify in the near future." bgColor = "bg-yellow-600" -[[section.item]] -title = "Search SKUs within orders" -description = "Find all orders that have a certain product SKU through the Dashify global search." - [[section.item]] title = "Order duplication" description = "Intuitive order duplication that lets you choose which information to copy over to the duplicated order." @@ -44,6 +40,10 @@ title = "Working on" description = "What we’re building now." bgColor = "bg-blue-600" +[[section.item]] +title = "Search SKUs within orders" +description = "Find all orders that have a certain product SKU through the Dashify global search." + [[section.item]] title = "Find orders by customer name, email, or phone in Dashify Search" description = "From the quick search window in Dashify Pro, you’ll be able to search for orders by not just ID but also customer name, email, or phone number."