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
success.tsx
プロジェクトに寄付した後に、次のような画面が表示される。これには、「寄付した額」と『(その寄付により)推定される上乗せ金額』が含まれる。ただ、これが本当に"ユーザーがそのプロジェクトに寄付したことによって上乗せされる金額なのか"がわかっていない。コードが間違っているのかもしれない。 (このコード自体はgrant/checkout/success.tsxにある)
grant/checkout/success.tsx
contribution
MatchedFund
このissueは、 #28 とかなり近いことを言っているが、違う点は「寄付した瞬間の」上乗せ金額を計算すること。こちらの方が考慮するシチュエーションが少ないので、(寄付された瞬間の上乗せ金額だけを計算し、表示すればいい)難易度的にはあまり高くない。
The text was updated successfully, but these errors were encountered:
#27 一旦グラフを追加してみたグラフを追加してみた
c119ad7
9f99192 これで解決
Sorry, something went wrong.
tkgshn
No branches or pull requests
概要
プロジェクトに寄付した後に、次のような画面が表示される。これには、「寄付した額」と『(その寄付により)推定される上乗せ金額』が含まれる。ただ、これが本当に"ユーザーがそのプロジェクトに寄付したことによって上乗せされる金額なのか"がわかっていない。コードが間違っているのかもしれない。

(このコード自体は
grant/checkout/success.tsx
にある)再現手順
期待する動作
contribution
tableに存在する)を参照し、 ユーザーがプロジェクトに寄付したあと、MatchedFund
テーブルを生成・更新するようにする #19 を更新するこのissueは、 #28 とかなり近いことを言っているが、違う点は「寄付した瞬間の」上乗せ金額を計算すること。こちらの方が考慮するシチュエーションが少ないので、(寄付された瞬間の上乗せ金額だけを計算し、表示すればいい)難易度的にはあまり高くない。
The text was updated successfully, but these errors were encountered: