From 1a7ad02669596a2a3973386a3ff2163d825c7ca4 Mon Sep 17 00:00:00 2001 From: CHOIX Date: Mon, 13 Nov 2023 22:43:57 +0100 Subject: [PATCH 1/3] deliver grantmaster milestone 1 --- deliveries/grantmaster_1.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 deliveries/grantmaster_1.md diff --git a/deliveries/grantmaster_1.md b/deliveries/grantmaster_1.md new file mode 100644 index 000000000..1d91781d3 --- /dev/null +++ b/deliveries/grantmaster_1.md @@ -0,0 +1,28 @@ +# Milestone Delivery :mailbox: + +**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:** https://github.com/w3f/Grants-Program/blob/master/applications/grantmaster.md +* **Milestone Number:** 1 + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License | https://github.com/Zaniyar/grantmaster/LICENSE | Apache 2.0 | +| 0b. | Documentation | https://github.com/Zaniyar/grantmaster/README.md | Inline documentation and basic tutorial provided. | +| 0c. | Testing Guide | https://github.com/Zaniyar/grantmaster/README.md | Test instructions for crawler and frontend logic. | +| 0d. | Docker | https://github.com/Zaniyar/grantmaster/docker-compose.yml, https://github.com/Zaniyar/grantmaster/Dockerfile-api, https://github.com/Zaniyar/grantmaster/Dockerfile-frontend | Dockerfiles and docker compose files | +| 0e. | Article | https://github.com/Zaniyar/grantmaster/README.md | Inline documentation and basic tutorial provided. | +| 1. | Crawler & REST API | https://github.com/Zaniyar/grantmaster/ | Configurable crawler and REST API developed for Grants-Program GitHub repository interaction. | +| 2. | GitHub Actions | https://github.com/Zaniyar/grantmaster/packages/github-actions/README.md | GitHub Action implemented to trigger updates for new comments, pull requests, and PR reviews on GitHub. See the dedicated README for instructions on how to use it. | +| 3. | Frontend Module: Grants Page | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestSummaryList.tsx | Grants Page developed with search, filtering, sorting, and customization features. Displays all grants. | +| 4. | Frontend Module: Grant Details | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestDetail.tsx | Grant Details module created with structured information display for specific grants. | +| 5. | Frontend Module: Teams | https://github.com/Zaniyar/grantmaster/packages/frontend/components/TeamsPage.tsx | Teams module developed for concise and searchable display of grant-involved teams. | +| 6. | Frontend Feature: Grants Committee Lense | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestSummaryList.tsx | Feature added for grants committee members to prioritize grant application reviews (see `isReviewerLenseActive` option). | + +**Additional Information** + +I would like to note that the initial development phase has been completed as per the grant proposal. The second phase is planned to be undertaken in the subsequent milestone, if the follow-up grant can be signed. + +Thank you for your support, and I look forward to your feedback and guidance for the next steps in this project. From 42e7cb56d85b188fc6802940da7ce4dcd69fa991 Mon Sep 17 00:00:00 2001 From: CHOIX Date: Mon, 13 Nov 2023 22:57:40 +0100 Subject: [PATCH 2/3] Update grantmaster_1.md --- deliveries/grantmaster_1.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deliveries/grantmaster_1.md b/deliveries/grantmaster_1.md index 1d91781d3..f78aedaa1 100644 --- a/deliveries/grantmaster_1.md +++ b/deliveries/grantmaster_1.md @@ -9,17 +9,17 @@ | Number | Deliverable | Link | Notes | | ------------- | ------------- | ------------- |------------- | -| 0a. | License | https://github.com/Zaniyar/grantmaster/LICENSE | Apache 2.0 | -| 0b. | Documentation | https://github.com/Zaniyar/grantmaster/README.md | Inline documentation and basic tutorial provided. | -| 0c. | Testing Guide | https://github.com/Zaniyar/grantmaster/README.md | Test instructions for crawler and frontend logic. | -| 0d. | Docker | https://github.com/Zaniyar/grantmaster/docker-compose.yml, https://github.com/Zaniyar/grantmaster/Dockerfile-api, https://github.com/Zaniyar/grantmaster/Dockerfile-frontend | Dockerfiles and docker compose files | -| 0e. | Article | https://github.com/Zaniyar/grantmaster/README.md | Inline documentation and basic tutorial provided. | -| 1. | Crawler & REST API | https://github.com/Zaniyar/grantmaster/ | Configurable crawler and REST API developed for Grants-Program GitHub repository interaction. | -| 2. | GitHub Actions | https://github.com/Zaniyar/grantmaster/packages/github-actions/README.md | GitHub Action implemented to trigger updates for new comments, pull requests, and PR reviews on GitHub. See the dedicated README for instructions on how to use it. | -| 3. | Frontend Module: Grants Page | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestSummaryList.tsx | Grants Page developed with search, filtering, sorting, and customization features. Displays all grants. | -| 4. | Frontend Module: Grant Details | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestDetail.tsx | Grant Details module created with structured information display for specific grants. | -| 5. | Frontend Module: Teams | https://github.com/Zaniyar/grantmaster/packages/frontend/components/TeamsPage.tsx | Teams module developed for concise and searchable display of grant-involved teams. | -| 6. | Frontend Feature: Grants Committee Lense | https://github.com/Zaniyar/grantmaster/packages/frontend/components/PullRequestSummaryList.tsx | Feature added for grants committee members to prioritize grant application reviews (see `isReviewerLenseActive` option). | +| 0a. | License | https://github.com/Zaniyar/grantmaster/blob/master/LICENSE | Apache 2.0 | +| 0b. | Documentation | https://github.com/Zaniyar/grantmaster/blob/master/README.md | Inline documentation and basic tutorial provided. | +| 0c. | Testing Guide | https://github.com/Zaniyar/grantmaster/blob/master/README.md | Test instructions for crawler and frontend logic. | +| 0d. | Docker | https://github.com/Zaniyar/grantmaster/blob/master/docker-compose.yml, https://github.com/Zaniyar/grantmaster/blob/master/Dockerfile-api, https://github.com/Zaniyar/grantmaster/blob/master/Dockerfile-frontend | Dockerfiles and docker compose files | +| 0e. | Article | https://github.com/Zaniyar/grantmaster/blob/master/README.md | Inline documentation and basic tutorial provided. | +| 1. | Crawler & REST API | https://github.com/Zaniyar/grantmaster/blob/master/ | Configurable crawler and REST API developed for Grants-Program GitHub repository interaction. | +| 2. | GitHub Actions | https://github.com/Zaniyar/grantmaster/blob/master/packages/github-actions/README.md | GitHub Action implemented to trigger updates for new comments, pull requests, and PR reviews on GitHub. See the dedicated README for instructions on how to use it. | +| 3. | Frontend Module: Grants Page | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestSummaryList.tsx | Grants Page developed with search, filtering, sorting, and customization features. Displays all grants. | +| 4. | Frontend Module: Grant Details | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestDetail.tsx | Grant Details module created with structured information display for specific grants. | +| 5. | Frontend Module: Teams | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/TeamsPage.tsx | Teams module developed for concise and searchable display of grant-involved teams. | +| 6. | Frontend Feature: Grants Committee Lense | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestSummaryList.tsx | Feature added for grants committee members to prioritize grant application reviews (see `isReviewerLenseActive` option). | **Additional Information** From ed4312040fecbecf8cb2d20ae93b30f448bce678 Mon Sep 17 00:00:00 2001 From: CHOIX Date: Mon, 13 Nov 2023 22:59:29 +0100 Subject: [PATCH 3/3] Update grantmaster_1.md --- deliveries/grantmaster_1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deliveries/grantmaster_1.md b/deliveries/grantmaster_1.md index f78aedaa1..070b2a306 100644 --- a/deliveries/grantmaster_1.md +++ b/deliveries/grantmaster_1.md @@ -16,10 +16,10 @@ | 0e. | Article | https://github.com/Zaniyar/grantmaster/blob/master/README.md | Inline documentation and basic tutorial provided. | | 1. | Crawler & REST API | https://github.com/Zaniyar/grantmaster/blob/master/ | Configurable crawler and REST API developed for Grants-Program GitHub repository interaction. | | 2. | GitHub Actions | https://github.com/Zaniyar/grantmaster/blob/master/packages/github-actions/README.md | GitHub Action implemented to trigger updates for new comments, pull requests, and PR reviews on GitHub. See the dedicated README for instructions on how to use it. | -| 3. | Frontend Module: Grants Page | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestSummaryList.tsx | Grants Page developed with search, filtering, sorting, and customization features. Displays all grants. | -| 4. | Frontend Module: Grant Details | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestDetail.tsx | Grant Details module created with structured information display for specific grants. | -| 5. | Frontend Module: Teams | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/TeamsPage.tsx | Teams module developed for concise and searchable display of grant-involved teams. | -| 6. | Frontend Feature: Grants Committee Lense | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/components/PullRequestSummaryList.tsx | Feature added for grants committee members to prioritize grant application reviews (see `isReviewerLenseActive` option). | +| 3. | Frontend Module: Grants Page | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/src/components/PullRequestSummaryList.tsx | Grants Page developed with search, filtering, sorting, and customization features. Displays all grants. | +| 4. | Frontend Module: Grant Details | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/src/components/PullRequestDetail.tsx | Grant Details module created with structured information display for specific grants. | +| 5. | Frontend Module: Teams | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/src/components/TeamsPage.tsx | Teams module developed for concise and searchable display of grant-involved teams. | +| 6. | Frontend Feature: Grants Committee Lense | https://github.com/Zaniyar/grantmaster/blob/master/packages/frontend/src/components/PullRequestSummaryList.tsx | Feature added for grants committee members to prioritize grant application reviews (see `isReviewerLenseActive` option). | **Additional Information**