Skip to content

Commit

Permalink
Create roadmap page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed May 25, 2024
1 parent 13b1956 commit 21e5df9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = 'Roadmap'
draft = false
+++

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.

{{< 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>
</div>
{{< /rawhtml >}}

## 🤔 Under consideration

{{< 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>
</div>
{{< /rawhtml >}}
3 changes: 3 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ <h2 class="text-xl font-bold mb-4">Product</h2>
<li>
<a href="/#pricing" class="underline decoration-gray-500">Pricing</a>
</li>
<li>
<a href="/roadmap/" class="underline decoration-gray-500">Roadmap</a>
</li>
<li>
<a href="https://wordpress.org/plugins/dashify/" class="underline decoration-gray-500">WordPress.org</a>
</li>
Expand Down

0 comments on commit 21e5df9

Please sign in to comment.