Skip to content

Commit c742a90

Browse files
committed
...
1 parent f19b255 commit c742a90

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.MD

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ Payment flow summary:
8080

8181
This section walks through a complete session from start to finish with screenshots.
8282

83-
| | Group chat | Private chat |
84-
|---|:---:|:---:|
85-
| **1 — Admin starts a session**<br>A user starts a new session in the group chat. The bot posts a pinned status message. Order submission is blocked until at least one participant enters the lottery. | ![Session started](docs/screenshots/step-01-session-started.png) | |
86-
| **2 — Participants join the session**<br>Members click the **🎯 Join** button on the pinned status message. The bot opens a private chat with each user showing their personal session status. The group status updates in parallel. | ![Group status — participants joined](docs/screenshots/step-02b-group-status.png) | ![Private welcome message](docs/screenshots/step-02a-joined-private.png) |
87-
| **3 — Participants enter the lottery**<br>Participants willing to pay the fiat bill click **🎰 Enter Lottery** and set a budget. Order submission unlocks once the first entry is in. | ![Group status — lottery entered](docs/screenshots/step-03-lottery-entered.png) | |
88-
| **4 — Participants place their orders**<br>Each participant opens a private chat with the bot and submits their orders. The bot confirms each order and shows a running total. | | ![Private — orders placed](docs/screenshots/step-04-order-placed.png) |
89-
| **5 — Admin closes the order phase**<br>The admin clicks **🏆 Close**. The phase moves to *Waiting for Payments*. Everyone who ordered receives a Lightning invoice in private chat. The group status shows 🫰 next to unpaid participants. | ![Group status — waiting for payments](docs/screenshots/step-05a-group-status.png) | ![Private — Lightning invoice](docs/screenshots/step-05b-invoice-private.png) |
90-
| **6 — Participants pay their invoices**<br>As payments are confirmed, the 🫰 icon changes to ✅ in the group status message. | ![Group status — Bob paid](docs/screenshots/step-06-invoice-received.png) | |
91-
| **7 — All payments confirmed, winner drawn**<br>Once every participant has paid, the bot draws the winner from the lottery pool. The group status announces the winner and payout amount. The phase moves to *Waiting for Winner Invoice*. | ![Group status — winner drawn](docs/screenshots/step-07-winner-drawn.png) | |
92-
| **8 — Winner submits payout invoice**<br>The winner receives a private message asking them to submit a Lightning invoice for the full payout amount. They paste invoices until the total is met. | | ![Private — winner invoice](docs/screenshots/step-08-winner-invoice.png) |
93-
| **9 — Session complete**<br>The bot pays the winner's invoice. The group status updates to ✅ Completed with a full session summary. | ![Group status — completed](docs/screenshots/step-09-completed.png) | |
83+
| Screenshot | Step |
84+
|:---:|:---|
85+
| <img src="docs/screenshots/step-01-session-started.png" width="70%"> | **1 — New session**<br>A user starts a new session in the group chat. The bot posts a pinned status message. Order submission is blocked until at least one participant enters the lottery. |
86+
| <img src="docs/screenshots/step-02a-joined-private.png" width="70%"><img src="docs/screenshots/step-02b-group-status.png" width="70%"> | **2 — Join the session**<br>Members click the **🎯 Join** button on the pinned status message. The bot opens a private chat `left` with each user showing their personal session status. The group status `right` updates in parallel. |
87+
| <img src="docs/screenshots/step-03-lottery-entered.png" width="70%"> | **3 — Enter the lottery**<br>Participants willing to pay the fiat bill click **🎰 Enter Lottery** and set a budget. Order submission unlocks once the first entry is in. |
88+
| <img src="docs/screenshots/step-04-order-placed.png" width="70%"> | **4 — Place orders**<br>Each participant opens a private chat with the bot and submits their orders. The bot confirms each order and shows a running total. |
89+
| <img src="docs/screenshots/step-05b-invoice-private.png" width="70%"><img src="docs/screenshots/step-05a-group-status.png" width="70%"> | **5 — Close the order phase**<br>The admin clicks **🏆 Close**. The phase moves to *Waiting for Payments*. Everyone who ordered receives a Lightning invoice in private chat `left`. The group status `right` shows 🫰 next to unpaid participants. |
90+
| <img src="docs/screenshots/step-06-invoice-received.png" width="70%"> | **6 — Participants pay their invoices**<br>As payments are confirmed, the 🫰 icon changes to ✅ in the group status message. |
91+
| <img src="docs/screenshots/step-07-winner-drawn.png" width="70%"> | **7 — Winner drawn**<br>Once every participant has paid, the bot draws the winner from the lottery pool. The group status announces the winner and payout amount. The phase moves to *Waiting for Winner Invoice*. |
92+
| <img src="docs/screenshots/step-08-winner-invoice.png" width="70%"> | **8 — Winner submits payout invoice**<br>The winner receives a private message asking them to submit a Lightning invoice for the full payout amount. They paste invoices until the total is met. |
93+
| <img src="docs/screenshots/step-09-completed.png" width="70%"> | **9 — Session complete**<br>The bot pays the winner's invoice. The group status updates to ✅ Completed with a full session summary. |
9494

9595
---
9696

0 commit comments

Comments
 (0)