Medusa Hackathon 2022 - Medusa Summary Plugin
About
Participants
Github, Twitter, Discord: ikke#3486
Description
Really simple medusa plugin that gives summary of different stats
Preview / Suggested use in Medusa Admin
Roadmap
Since it's my first experience with backend, I know that how I made this plugin is probably wrong, so I plan to learn Express.js and TypeORM, then refactor the code, implement the new features. Here's what I have in mind:
- Refactor
- Add more statistic types
- Most common products in discarded carts
- Top sold products
- Top sold product groups (Pair or more)
- Most used fulfilment and payment methods
- Daily/monthly/yearly sale stats
Set up Project
Prerequisites
- Medusa Server (Link to Quickstart here).
Installation steps
- Install the plugin:
bash npm install medusa-summary-plugin
orbash yarn add medusa-summary-plugin
- Add the plugin to your
medusa-config.js
file:js { resolve: `medusa-summary-plugin` }
Resources

.png)
Build your own plugins
Take Medusa up another level, and develop your own plugins with our API to speed up your processes.
Focus on building plugins for tools you use in your daily workflow, and publish to the Medusa Plugin Store for others to install.
.png)