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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ ToggleShop leverages a number of feature flags for various technical and busines
The `offer-free-shipping` flag controls a banner on the landing page that teases free shipping on orders over $50.
The flag is also used on the checkout page to calculate the total cost.
The purpose of this flag is to demo using a client-side feature flag with the React SDK.
It's also pairs nicely with the event tracking to calculate the business impact.
It also pairs nicely with the event tracking to calculate the business impact.

Use the [Selenium IDE project](./selenium/toggle-shop-user-simulation-selenium-ide.side) to simulate user purchases for telemetry data analysis demo purposes.

### Distributed DB

Expand Down
Loading