0.1.0 • Published 2 years ago

medusa-summary-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Medusa Hackathon 2022 - Medusa Summary Plugin

Medusa Hackathon 2022

About

Participants

Github, Twitter, Discord: ikke#3486

Description

Really simple medusa plugin that gives summary of different stats

Preview / Suggested use in Medusa Admin

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

Installation steps

  1. Install the plugin:
    npm install medusa-summary-plugin
    or
    yarn add medusa-summary-plugin
  2. Add the plugin to your medusa-config.js file:
    {
      resolve: `medusa-summary-plugin`
    }

Resources