Skip to content

Seller View Dashboard

Aditya Abeysinghe edited this page Dec 28, 2020 · 2 revisions

Table of Contents

  1. Basic Overview
  2. Data processing architecture
  3. Features
  4. Demos

Basic Overview

The dashboard page is used as the homepage for the seller view. The page consists of two sections:

  1. Dashboard section- Dashboard section is used to display stats required for the seller to forecasts the performance of their sales. Stats displayed as of v1.0.0 include:
    • Number of sales
    • Number of items
    • Number of categories
    • Number of subcategories
    • Number of orders
  2. Graphs section - Graphs section is used to display a ASP.NET Chart (line chart) for sales of the seller for the last six months. As of v1.0.0 the number of months to which the sales is displayed is not filterable.

Data Processing Overview

The data processing workflow for this page is shown in the image below:

Data Processing Workflow

As shown on page load complete in the index.aspx page in the Seller view the page requests a web service in the ServiceApplicationBuyGrandSeller to send data required for the dashboard and the chart. It in turn requests the Read Replica database to send data using stored procedures. The Read Replica database is used since only values are read from the database.

Features

  1. View dashboard
  2. View sales in chart

Demos