-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #997 from hack-ink/master
Slothunter milestone 2
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).** | ||
|
||
* **Application Document:** [Slothunter](https://github.com/w3f/Grants-Program/blob/master/applications/slothunter.md) | ||
* **Milestone Number:** 2 | ||
|
||
**Deliverables** | ||
| Number | Deliverable | Specification | | ||
| -----: | ------------------- | -------------------------------------------------------------------------- | | ||
| 0a. | License | GPLv3 | | ||
| 0b. | Documentation | See each project's README. | | ||
| 0c. | Testing guide | See below. | | ||
| 1. | Telegram bot | https://github.com/hack-ink/telegram-webhook. | | ||
| 2. | Workshop repository | https://github.com/hack-ink/slothunter/blob/main/example/webhook/guide.md. | | ||
|
||
**Testing Guide** | ||
1. Use this [guide](https://github.com/hack-ink/slothunter/blob/main/example/webhook/guide.md) to set up Slack and Telegram bots. | ||
2. Follow this [guide](https://github.com/hack-ink/slothunter/blob/main/test/guide.md) to initiate the auction and verify the messages. You can skip the sections labeled `Basic test`, `Advance test -> Configuration 4, 5, 6, 8`, and `Advance test -> Test 5, 8, 9, 10, 11` as they are already covered in milestone one. |