Medusa Hackathon 2022 - Medusa Summary Plugin
About
Participants
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:
orCopy to clipboardbash npm install medusa-summary-plugin
Copy to clipboardbash yarn add medusa-summary-plugin
- Add the plugin to your
file:Copy to clipboardmedusa-config.js
Copy to clipboardjs { resolve: `medusa-summary-plugin` }
Resources

Build your own plugins
Develop your own plugins with our API to speed up your processes.
Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.
.png)