forked from supermodularxyz/simplegrants
-
Notifications
You must be signed in to change notification settings - Fork 2
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
ユーザーがプロジェクトに寄付したあと、MatchedFund
テーブルを生成・更新するようにする
#19
Comments
https://scrapbox.io/tkgshn-private/Web2_QFのDBの関係性を確認する |
どこのデータカラムが関わってるのか調べる |
寄付後に表示される上乗せ金額と、 |
MatchedFund
テーブルに入力されている額(マッチングプールからの上乗せ金額)が正しいか確認する
MatchedFund
テーブルに入力されている額(マッチングプールからの上乗せ金額)が正しいか確認するMatchedFund
テーブルを生成・更新するようにする
This was referenced May 3, 2024
tkgshn
added a commit
that referenced
this issue
May 4, 2024
tkgshn
added a commit
that referenced
this issue
May 4, 2024
tkgshn
added a commit
that referenced
this issue
May 4, 2024
07a95ac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
DBの
MatchedFund
tableは、あるプロジェクトが「どれだけの資金をマッチングプールから上乗せして受け取るか」のデータを含んでいます。しかし、これはDB Tableとしては存在していますが、現在は新しいデータは作られず動いていません。
そこで、まずは
MatchedFund
tableを正常に動くようにしたいです。「期待する動作」を参照してください。このコードが重要な理由・目的
この上乗せ金額が存在して初めて、「あなたの寄付がどれだけの上乗せ金額をプロジェクトに呼び込むことになるか( #27 )」や『あなたの寄付にいくら上乗せされたか( #28 )』を計算することができます。
MatchedFund
tableについてamount
と同じ概念にする期待する動作
The text was updated successfully, but these errors were encountered: