Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker-compose.benchmark.yml
# local editor configs
pyrightconfig.json
troubleshoot/
project.code-workspace

# C extensions
*.so
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ This architecture serves the Presentation Layer with high reliability, ensuring
### Customer Experience & Revenue Exposure
Monitors financial risk by correlating delivery delays with buyer drop-off rates, allowing leadership to quantify the "cost of friction."

![Customer Experince Image](assets/screenshots/customer-experience-monitor.png)
![Customer Experince Image](assets/gif/customer_experience_exposure_demo.gif)

### Fulfillment Decision Monitor
An operational early-warning system focusing on statistical deviations in network speed rather than total failure to identify partners requiring intervention.

![Fulfillment Decision Monitor](assets/screenshots/seller-fulfillment-monitor.png)
![Fulfillment Decision Monitor](assets/gif/fulfillment_decision_monitor_demo.gif)

### Product Friction Monitor
Identifies structural fulfillment bottlenecks driven by product specifications (e.g., weight outliers) to route items to specialized freight.

![Product Friction Monitor](assets/screenshots/product-friction-monitor.png)
![Product Friction Monitor](assets/gif/product_friction_monitor_demo.gif)

## CI/CD & Security

Expand Down
Binary file added assets/gif/customer_experience_exposure_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gif/fulfillment_decision_monitor_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gif/product_friction_monitor_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshots/customer-experience-monitor.png
Binary file not shown.
Binary file removed assets/screenshots/product-friction-monitor.png
Binary file not shown.
Binary file removed assets/screenshots/seller-fulfillment-monitor.png
Binary file not shown.
Loading