clean-architecture-dotnet
clean-architecture-dotnet copied to clipboard
[Sample] Dashboard statistics
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
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?
Hi @Depechie, we can leverage the build-in features of Dapr for logging and tracing