Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shivarthu-milestone-2 #1209

Merged
merged 1 commit into from
Oct 11, 2024
Merged
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
33 changes: 33 additions & 0 deletions deliveries/shivarthu-milestone-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Milestone Delivery :mailbox:

> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones.
>
> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed.

**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** [Shivarthu](https://github.com/w3f/Grants-Program/blob/master/applications/Shivarthu.md)
* **Milestone Number:** 2

**Context** (optional)
> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose.

**Deliverables**
> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work.
>
> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column.

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | Licence |https://github.com/reaudito/shivarthu/blob/main/LICENSE | GNU General Public License v3.0|
| 0b. | Documentation | https://github.com/reaudito/shivarthu/blob/main/README.md | Technical Details and some documentation is written in comments with the code |
| 0c. | Testing Guide | https://github.com/reaudito/shivarthu-client-tests <br/> https://github.com/reaudito/shivarthu/blob/main/README.md | Tests for UI and tests for project tips, positive-externality, department-funding |
| 0d. | Docker | https://github.com/reaudito/shivarthu/blob/main/Containerfile | Docker compose file |
| 0e. | Article | https://github.com/reaudito/shivarthu/blob/main/docs/Shivarthu.md | Technical Details and whitepaper |
| 1. | Substrate module: Peer review system | https://github.com/reaudito/shivarthu/tree/main/custom-pallets/departments <br/> https://github.com/reaudito/shivarthu/tree/main/custom-pallets/department-funding |Department and project review is done through schelling game|
| 2. | Substrate module: Fund allocation | https://github.com/reaudito/shivarthu/tree/main/custom-pallets/positive-externality <br/> https://github.com/reaudito/shivarthu/tree/main/custom-pallets/project-tips <br/> https://github.com/reaudito/shivarthu/tree/main/custom-pallets/department-funding| Fund is allocated for creation of positive externality through score schelling game <br/> Also fund allocation is done for departments and project tips|
| 3. | User interface | https://github.com/reaudito/shivarthu-client <br/> https://github.com/reaudito/shivarthu-client-tests | User interface for the app and testing the ui of the app|
| 4. | Search Engine | https://github.com/reaudito/shivarthu_offchain_computing| Search feature for projects |

**Additional Information**
> Any further comments on the milestone that you would like to share with us.
Loading