Skip to content

Addition of Health Hero's Web-3 Grant Submission#513

Merged
Noc2 merged 3 commits intow3f:masterfrom
HealthHero:master
Aug 13, 2021
Merged

Addition of Health Hero's Web-3 Grant Submission#513
Noc2 merged 3 commits intow3f:masterfrom
HealthHero:master

Conversation

@emailnjv
Copy link
Copy Markdown
Contributor

@emailnjv emailnjv commented Jul 20, 2021

Grant Application

Abstract

The NFT Product Analytics Suite will aggregate various data points both off and on chain to provide NFT minters the metrics they need to use to decide how to best serve their target audience. This will include tracking the transfers of the user's minted NFTs, when and how much they are being sold for, and price trends. We will also aggregate the meta data associated with a given NFT to see the effectiveness of various gamification methods. With this data being tracked, you will be able to compare your NFTs to other leading projects and artists to see what the difference is and how to better target end users.

Checklist

  • The application template has been copied, renamed ( project_name.md) and updated.
  • The total funding amount of the project is below USD $30k for first-time grant applications and $100k for follow-up ones.
  • A BTC or Ethereum (DAI/USDT) address for the payment of the milestones is provided inside the application.
  • I have read and acknowledged the Terms and Conditions.
  • The software delivered for this grant will be released under an open-source license specified in the application.
  • The initial PR contains only one commit (squash if needed before submitting your PR).
  • The grant will only be announced once the first milestone has been accepted.

@alxs
Copy link
Copy Markdown
Contributor

alxs commented Jul 21, 2021

Hi @emailnjv. Thank you for your application. We'll review it as soon as possible, in the meantime I have the following initial remarks:

  • Please edit your comment to provide an abstract and tick the last item of the application checklist.
  • Deliverables 0a-0d are mandatory for all milestones, and deliverable 0e at least for the last one as indicated in the application template.
  • Besides, deliverables need to be quantifiable, potentially useful to other teams and not already present in the ecosystem. I.e. we won't fund things like deliverable 5 of M2 "With all of the metrics in hand, we'll start computing the metrics to formalize the insights that we'll offer on our platform". They also need to be much more well-defined and explicit, i.e. deliverable 1 of M1 "creating the various structs for the needed data structures and ERC standards." is not a suitable specification.
  • Please include more technical details, such as which languages or frameworks you'll be using for each deliverable.
  • Please indicate which projects you'll be basing your work off of (re "previously Web-3 funded project").
  • Deliverables should be related to Polkadot/Kusama/Substrate (re "Implementation of an Ethereum chain indexer").
  • Please provide a technical specification of the data you want to index and the insights you want to provide. It currently seems all a bit too "up in the air" to me.

Copy link
Copy Markdown
Contributor

@Noc2 Noc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just three additional comments from my side for now:

@Noc2 Noc2 added the changes requested The team needs to clarify a few things first. label Jul 23, 2021
@emailnjv
Copy link
Copy Markdown
Contributor Author

@alxs @Noc2 Thanks for quickly getting back to us. We'll review the comments, and update the submission as soon as possible.

Copy link
Copy Markdown
Contributor

@Noc2 Noc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update. I would be willing to go ahead with milestone 1. However, milestone 2 is currently really specific to enjin/Efinity and it seems that Efinity isn’t open source. Correct me if I’m wrong here. Therefore, I don’t think that the Web3 Foundation should support it at the moment, since we would basically support one specific closed sourced product this way (and ignore other solutions like Unique Network). In this case my recommendation would be to either remove milestone 2 for now or to make it more generic. Sorry for not bringing this up before.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Aug 1, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Contributor

@Noc2 Noc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update. I’m happy to go ahead with it and will share it with the rest of the team.

@Noc2 Noc2 added ready for review The project is ready to be reviewed by the committee members. and removed changes requested The team needs to clarify a few things first. labels Aug 5, 2021
Copy link
Copy Markdown
Contributor

@mmagician mmagician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding data ingestion from an archive node, you might want to take a look at: https://github.com/p2p-org/polkadot-profit-transformer

I'd be much more in favour of re-using their setup, as opposed to re-inventing the wheel. But you will need to assess it according to your own needs of course.

@mmagician mmagician self-assigned this Aug 12, 2021
@gautamdhameja gautamdhameja self-requested a review August 13, 2021 15:18
@Noc2 Noc2 merged commit e56f249 into w3f:master Aug 13, 2021
@github-actions
Copy link
Copy Markdown
Contributor

Congratulations and welcome to the Web3 Foundation Grants Program! Please refer to our Milestone Delivery repository for instructions on how to submit milestones and invoices, our FAQ for frequently asked questions and the support section of our README for more ways to find answers to your questions.

Before you start, take a moment to read through our announcement guidelines for all communications related to the grant or make them known to the right person in your organisation. In particular, please don't announce the grant publicly before at least the first milestone of your project has been approved. At that point or shortly before, you can get in touch with us at grantsPR@web3.foundation and we'll be happy to collaborate on an announcement about the work you’re doing.

Lastly, please remember to let us know in case you run into any delays or deviate from the deliverables in your application. You can either leave a comment here or directly request to amend your application via PR. We wish you luck with your project! 🚀

@emailnjv
Copy link
Copy Markdown
Contributor Author

emailnjv commented Sep 3, 2021

@alxs @Noc2 @mmagician

Hi everyone, just wanted to give you guys an update on our progress. Currently, wrapping up the final two tasks for milestone 1. We are aiming to have submitted following the guidelines around mid-day Tuesday. We wanted to show you guys a mockup of our first iteration of how we envision the project admins dashboard. We would love to hear your thoughts.

web3 dash

@alxs
Copy link
Copy Markdown
Contributor

alxs commented Sep 7, 2021

Hey @emailnjv, thanks for the update, it's appreciated. We look forward to receiving the milestone and good work on the mock-ups. I'm personally more curious about the back-end, but the dashboard looks great.

@emailnjv
Copy link
Copy Markdown
Contributor Author

emailnjv commented Sep 9, 2021

@alxs @Noc2 @mmagician Hi everyone, just wanted to update you guys again. Over the weekend I ran into a bit of a bottleneck regarding the last two steps for milestone 1, and am still working on it. I will update you everyone here again once I've worked through the issues.

chrisli30 pushed a commit to AvaProtocol/W3F-Grants-Fork that referenced this pull request Oct 8, 2021
* Addition of Health Hero's Web-3 Grant Submission

* Update: Made changes to incorporate what was requested in the comments

* Removed Enjin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review The project is ready to be reviewed by the committee members.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants