Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Jun 28, 2024
1 parent 1fe4230 commit c7a2c4e
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions content/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,20 @@ Here’s what we have planned for Dashify!

Have a suggestion or want to cast your vote for one of these? Let us know on the [WordPress.org forums](https://wordpress.org/support/plugin/dashify/), or [submit your request here](https://forms.gle/pRezSbdUcZmvZdX27) if you don’t have a WordPress.org account.

## 🎁 Up next

These are features we have decided are necessary in order to give merchants the best experience. We’re either working on them now, or will work on them soon.
## 🎁 Working on now

{{< rawhtml >}}
<div class="p-8 border rounded-xl bg-green-50">
<h3 class="mt-0">Ability to change the layout of the order edit page</h3>
<p class="mb-0">At first, Dashify took inspiration from Shopify for the layout of the order edit page, including how it can’t be adjusted. Shopify probably did this to optimize the layout and reduce complexity, but in WooCommerce, there are many plugins out there which add custom modules to the order edit page. Some modules make sense to be in a specific position, like at the top, which is currently not possible with Dashify, since Dashify applies its layout when the page loads and doesn’t consider modules from other plugins. <b>We will soon restore the ability to drag and drop the modules on the order edit screen to preferred locations</b>.</p>
</div>
{{< /rawhtml >}}

{{< rawhtml >}}
<div class="p-8 border rounded-xl bg-green-50 mt-4">
<h3 class="mt-0">Order table columns will fit their content</h3>
<p class="mb-0">Currently, each column in the order table is given a certain width, which may be too wide or too small for the content. When it’s too wide, it requires unecessary scrolling and makes it harder to see what associates with what. When it’s too small, important information is cut off. With this feature, <b>Dashify will automatically make the order table columns fit their content, giving a compact and optimized view of all order information</b>.</p>
<h3 class="mt-0">Search for orders from anywhere in the WordPress admin</h3>
<p class="mb-0">Dashify will add a search bar to the top navigation of the WordPress admin, and from that search bar, you will be able to search for orders from any page. Results will be shown as you type.</p>
</div>
{{< /rawhtml >}}

## 🤔 Under consideration
## 🟡 Up next

{{< rawhtml >}}
<div class="p-8 border rounded-xl bg-yellow-50 mt-4">
<h3 class="mt-0">Styling the whole WooCommerce admin</h3>
<p class="mb-0">There is (or used to be) an admin theme out there called Energy+ which styled the entire WordPress dashboard to make it ecommerce focused. Eventually, our goal with Dashify is to do the same and turn the WordPress admin into a <b>powerful ecommerce-focused dashboard</b>. However, we want to start our improvements with specific pages first, so that we can learn from them and make the rest of it even better.</p>
<h3 class="mt-0">Redesigned products, customers, and other WooCommerce pages</h3>
<p class="mb-0">There is, or used to be, an admin theme out there called Energy+ which styled the entire WordPress dashboard to make it ecommerce focused. Eventually, our goal with Dashify is to do the same and turn the WordPress admin into a powerful ecommerce-focused dashboard.</p>
</div>
{{< /rawhtml >}}

0 comments on commit c7a2c4e

Please sign in to comment.