clean-architecture-dotnet icon indicating copy to clipboard operation
clean-architecture-dotnet copied to clipboard

[Sample] Dashboard statistics

Open thangchung opened this issue 4 years ago • 2 comments

We might have some information such as:

  • Total products
  • Completed orders (we might add cart and order services then)
  • Unfinished orders (we might add cart and order services then)
  • New users or customers
  • Latest products, customers, orders
  • Sale on last 30 days

Look at the sample at

thangchung avatar Jul 10 '21 05:07 thangchung

hey @thangchung sorry to hijack this thread... but I was wondering if you could also shed some more light on how user activity logging is handled in this Dapr setup? In other words, can you trace an user request in from the frontend through the API to the backend in a dashboard?

Depechie avatar Oct 29 '21 11:10 Depechie

Hi @Depechie, we can leverage the build-in features of Dapr for logging and tracing

thangchung avatar Nov 02 '21 11:11 thangchung