We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documenting and planning the process of running the allocation for a second time.
Today (6th March)
Fund.with_project.find_each(&:sync_transactions)
ProjectAllocation.includes(:project).all.each{|pa| puts pa.project.url; pa.project.sync }
FundingSource.with_project_allocations.approved.find_each(&:sync)
Fund.all.find_each(&:allocate_to_projects)
Allocation.not_completed.find_each(&:send_invitations)
two weeks after (20th March)
two weeks after that (3nd April)
The text was updated successfully, but these errors were encountered:
One bug that needs to be fixed before invites are sent out:
Two related bugs that need to be fixed before marhch 19th:
Sorry, something went wrong.
No branches or pull requests
Documenting and planning the process of running the allocation for a second time.
Today (6th March)
Fund.with_project.find_each(&:sync_transactions)
ProjectAllocation.includes(:project).all.each{|pa| puts pa.project.url; pa.project.sync }
FundingSource.with_project_allocations.approved.find_each(&:sync)
Fund.all.find_each(&:allocate_to_projects)
Allocation.not_completed.find_each(&:send_invitations)
two weeks after (20th March)
two weeks after that (3nd April)
The text was updated successfully, but these errors were encountered: