Hotplotit- A HotPlot tool for prioritizing tasks in a list.
There are many ways to prioritize things. In the context of digital products, the goal of a HotPlot™ is to reduce the amount of time it takes to arrive at a prioritized list of things, and increase the confidence that that list is correct.
The framework itself is likely familiar to you. It’s based on a traditional prioritization matrix (sometimes called a decision matrix or Eisenhower matrix). These types of matrices have been used for decades in business, product, and even personal time management scenarios. But what makes a HotPlot™ a HotPlot™ is the process by which we arrive at a prioritized list.
- Build a simple list of things you might work on.
- Get a group together with representatives from any important areas relative the work being done.
- Rank each item in the list in terms of "awesomeness" and difficulty.
The items are then ranked by their overall awesomeness and easiness. Items that are more awesome and easier are ranked before items that are harder or less awesome. From this, a list can be made detailing which items a team should prioritize.
With hotplotit, you can make hotplots with ease. Navigate through the homepage to find where you can create your list of items:
From there, add items by entering them into the provided input element:
Next, rank each item by awesomeness and easiness:
Finally, view your hotplot results along with a visual graph of your ranked items:
To get started with a local build, first clone this repo and run yarn install
. This will install any dependencies you need. Make sure you have npm
and yarn
installed.
Start the server by running:
yarn start
And navigate to localhost:3000 to see if it worked!
This app is deployed, and can be found here.
This project is not yet set up for contributing.
- Davis Keene - Full Stack - Website
No applicable license yet.
Thank you to Thomas Whitehead for introducing me to the concept of a HotPlot!