You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,17 @@ Payment flow summary:
80
80
81
81
This section walks through a complete session from start to finish with screenshots.
82
82
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.|||
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.|||
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.|||
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.|||
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.|||
90
-
|**6 — Participants pay their invoices**<br>As payments are confirmed, the 🫰 icon changes to ✅ in the group status message.|||
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*.|||
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.|||
93
-
|**9 — Session complete**<br>The bot pays the winner's invoice. The group status updates to ✅ Completed with a full session summary.|||
83
+
|Screenshot | Step|
84
+
|:---:|:---|
85
+
|<imgsrc="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
+
|<imgsrc="docs/screenshots/step-02a-joined-private.png"width="70%"><imgsrc="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
+
|<imgsrc="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
+
|<imgsrc="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
+
|<imgsrc="docs/screenshots/step-05b-invoice-private.png"width="70%"><imgsrc="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
+
|<imgsrc="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
+
|<imgsrc="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
+
|<imgsrc="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
+
|<imgsrc="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. |
0 commit comments