-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Display grant history on profiles before #3859 #4267
Comments
@e18r any interest in this one? |
@owocki yes, tomorrow will do some research and give you a price |
@owocki I'll make a data migration to create Activity objects based on existing Grant and Subscription objects prior to the deployment date of PR #3859. Most info will be accurate, except for multiple grant updates (only the last update can be recovered, whether it's an update or a kill). Price is 1.5 ETH |
@e18r sounds good to me. 1.5 ETH is fine |
@owocki Great, so how should we proceed? Are you going to create a ticket in Gitcoin, or should we do this informally? |
@e18r i can create a bounty if you want. i'm happy to just 🤝 agreement on the 1.5 ETH in exchange for the migration / management command too. |
@owocki Let's create the bounty, please. That way it counts towards my reputation. Management command? What do you mean? |
google creating a bounty now |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 1.5 ETH (232.22 USD @ $154.81/ETH) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 10 months, 1 week from now. 1) e18r has started work. I'll make a data migration to create Activity objects based on existing Grant and Subscription objects prior to the deployment date of PR #3859. Most info will be accurate, except for multiple grant updates (only the last update can be recovered, whether it's an update or a kill). Learn more on the Gitcoin Issue Details page. |
@owocki @thelostone-mc how can I import grant data to test with? Is this command what I want?
|
hmmm.. that only will import bounties test data unfortunately. i know that the engineers @danlipert etc are working on providing fixtures. for now the best way is to probably create a grant on your local using rinkeby and go to the admin / update the grant.created_on date to be before the deploy date |
A data migration is introduced, which generates grant-related activity data that happened before grant-related activity was recorded.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 1.5 ETH (232.83 USD @ $155.22/ETH) has been submitted by: @owocki please take a look at the submitted work:
|
A data migration is introduced, which generates grant-related activity data that happened before grant-related activity was recorded.
2019-06-19: Solved migration conflicts
2019-06-19: Solved migration conflicts
@owocki @danlipert @thelostone-mc Please don't forget to mark the issue as "done" on Gitcoin. Thanks. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 1.5 ETH (465.33 USD @ $310.22/ETH) attached to this issue has been approved & issued to @e18r.
|
Thank you. Until next time. |
Description
Grant Activity now shows up on the user's profile for newly created grants + subscriptions.
This was introduced in #3859
However the activity before this PR went live also needs to be captured and displayed on the profile (which does not do at the moment)
cc @e18r , @gitcoinco/engineer
The text was updated successfully, but these errors were encountered: