Skip to content

Commit

Permalink
Merge pull request #1054 from Giveth/f_1053_add_qf_round_doc
Browse files Browse the repository at this point in the history
F 1053 add qf round doc
  • Loading branch information
mohammadranjbarz committed Jul 17, 2023
2 parents c3e77a6 + 38422ad commit b91f6db
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/qfRoundInstruction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Qf Round
## Create
<img width="1907" alt="Screen Shot 1402-04-20 at 11 58 44" src="https://github.com/Giveth/impact-graph/assets/9850545/7ac55e3d-7a17-4f44-9823-bcca3a9b4316">

* **Name** name of round that we show in the UI
* **Is Active** If we want qfRound be active we should check this option. **Be careful we can just have one active qfRound, otherwise system would not work well in this state**
* **Allocated Fund** The amount of fund that we want to distribute in this round ( USD value)
* **Minimum Passport Score** At the end of the round we just consider donations whose donor passport score is greater than or equal to this field
* **Begin Date** Exact time of when we want to begin round
* **End Date** Exact time of when round supposed to end **be careful of this field, because when end date passes admins can not edit round anymore**


# List
<img width="1915" alt="Screen Shot 1402-04-20 at 12 08 56" src="https://github.com/Giveth/impact-graph/assets/9850545/ceb0d63d-2ae1-4555-9fbf-0535072eae40">

Admins can see list of QF Rounds here

# Show Single QF Round
<img width="1733" alt="Screen Shot 1402-04-20 at 12 10 16" src="https://github.com/Giveth/impact-graph/assets/9850545/239f9fe9-4684-4789-b2c6-11ad62f0a6a2">

You can see qf round detail and related projects of a qf round in this page

# Add projects to an active QF round
## Project list
<img width="1565" alt="Screen Shot 1402-04-20 at 12 38 11" src="https://github.com/Giveth/impact-graph/assets/9850545/e9e6f54a-21a5-471a-a662-e94ad4067cbf">

You can select multiple project and add/remove them to existing active QF Round with these two buttons
**Add To Qf Round** and **Remove From Qf Round**

## Project page
<img width="1605" alt="Screen Shot 1402-04-20 at 12 39 45" src="https://github.com/Giveth/impact-graph/assets/9850545/90386eb8-521b-4930-b610-64e9386b5fee">

You can add/remove a project to existing active QF Round with these two buttons
**Add Project To Qf Round** and **Remove Project From Qf Round**

And also you can see related qfRound of a project in this page



0 comments on commit b91f6db

Please sign in to comment.