From 933efc266245e98ea22062faab6bfe50d7d8359d Mon Sep 17 00:00:00 2001 From: Keegan | W3F <35080151+keeganquigley@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:27:22 -0400 Subject: [PATCH] Create kodadot_assethub_indexer_m2_keeganquigley.md --- ...dadot_assethub_indexer_m2_keeganquigley.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 evaluations/kodadot_assethub_indexer_m2_keeganquigley.md diff --git a/evaluations/kodadot_assethub_indexer_m2_keeganquigley.md b/evaluations/kodadot_assethub_indexer_m2_keeganquigley.md new file mode 100644 index 000000000..b48112ae8 --- /dev/null +++ b/evaluations/kodadot_assethub_indexer_m2_keeganquigley.md @@ -0,0 +1,41 @@ +# Evaluation + + +- **Status:** In progress +- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/kodadot_assethub_nft_m2.md +- **Milestone:** 2 + +| Number | Deliverable | Accepted | Link | Notes | +| ------ | --------------------------------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | +| 0a. | Licensing | | [LICENSE](https://github.com/kodadot/stick/blob/main/LICENSE) | MIT | +| 0b. | Documentation | | [an explicit README file to guide the project setup and execution](https://github.com/kodadot/stick/blob/feat/swap-it-up/README.md) | - | +| 0c. | Test Guidelines | | [Testing](https://github.com/kodadot/stick/tree/feat/swap-it-up/tests) | - | +| 0d. | Docker Integration | | [Docker Compose](https://github.com/kodadot/stick/blob/feat/swap-it-up/docker-compose.yml) | - | +| 1a. | Atomic Swaps Schema Development | | [GraphQL schema swap.](https://github.com/kodadot/stick/blob/feat/swap-it-up/schema.graphql#L198) | - | +| 1b. | Atomic Swaps CREATE Handler | | [Create Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/createSwap.ts) | - | +| 1c. | Atomic Swaps CANCEL Event | | [Cancel Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/cancelSwap.ts) | - | +| 1d. | Atomic Swaps CLAIM Event | | [Claim Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/claim.ts) | - | +| 1e. | Atomic Swaps with Surcharge Handler | | [Create Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/createSwap.ts#L48) | - | +| 2a. | Offers Schema Development | | [GraphQL schema offer.](https://github.com/kodadot/stick/blob/feat/swap-it-up/schema.graphql#L173) | - | +| 2b. | Offers CREATE Handler | | [Create Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/createSwap.ts#L25) | - | +| 2c. | Offers CANCEL Event | | [Cancel Handler](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/nfts/cancelSwap.ts#L23) | - | +| 3a. | Token Schema Development | | [GraphQL schema token.](https://github.com/kodadot/stick/blob/feat/swap-it-up/schema.graphql#L40) | - | +| 3b. | Token CRUD Handler | | [Handling Token](https://github.com/kodadot/stick/blob/feat/swap-it-up/src/mappings/shared/token/tokenAPI.ts) | - | +| 4a. | API Implementation: collectionById | | [collectionById](https://github.com/vikiival/kodaquery/blob/main/main.ts#L36) | - | +| 4b. | API Implementation: collectionListByIssuer | | [collectionListByIssuer](https://github.com/vikiival/kodaquery/blob/main/main.ts#L44) | - | +| 4c. | API Implementation: collectionListByName | | [collectionListByName](https://github.com/vikiival/kodaquery/blob/main/main.ts#L53) | - | +| 4d. | API Implementation: collectionListByOwner | | [collectionListByOwner](https://github.com/vikiival/kodaquery/blob/main/main.ts#L62) | - | +| 4e. | API Implementation: eventList | | [eventList](https://github.com/vikiival/kodaquery/blob/main/main.ts#L72) | - | +| 4f. | API Implementation: eventListByAddress | | [eventListByAddress](https://github.com/vikiival/kodaquery/blob/main/main.ts#L80) | - | +| 4g. | API Implementation: eventListByCollectionId | | [eventListByCollectionId](https://github.com/vikiival/kodaquery/blob/main/main.ts#L89) | - | +| 4h. | API Implementation: eventListByInteraction | | [eventListByInteraction](https://github.com/vikiival/kodaquery/blob/main/main.ts#L98) | - | +| 4i. | API Implementation: eventListByItemId | | [eventListByItemId](https://github.com/vikiival/kodaquery/blob/main/main.ts#L107) | - | +| 4j. | API Implementation: itemById | | [itemById](https://github.com/vikiival/kodaquery/blob/main/main.ts#L117) | - | +| 4k. | API Implementation: itemListByCollectionId | | [itemListByCollectionId](https://github.com/vikiival/kodaquery/blob/main/main.ts#L125) | - | +| 4l. | API Implement: itemListByCollectionIdAndOwner | | [itemListByCollectionIdAndOwner](https://github.com/vikiival/kodaquery/blob/main/main.ts#L134) | - | +| 4m. | API Implement: itemListByCollectionIdList | | [itemListByCollectionIdList](https://github.com/vikiival/kodaquery/blob/main/main.ts#L144) | - | +| 4n. | API Implementation: itemListByIssuer | | [itemListByIssuer](https://github.com/vikiival/kodaquery/blob/main/main.ts#L153) | - | +| 4o. | API Implementation: itemListByName | | [itemListByName](https://github.com/vikiival/kodaquery/blob/main/main.ts#L162) | - | +| 4p. | API Implementation: itemListByMetadataId | | [itemListByMetadataId](https://github.com/vikiival/kodaquery/blob/main/main.ts#L171) | - | +| 4r. | API Implement: itemListByMetadataIdMatch | | [itemListByMetadataIdMatch](https://github.com/vikiival/kodaquery/blob/main/main.ts#L190) | - | +| 4s. | API Implementation: itemListByOwner | | [itemListByOwner](https://github.com/vikiival/kodaquery/blob/main/main.ts#L189) | - |