-
Notifications
You must be signed in to change notification settings - Fork 0
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
ステータス調整のAPI繋ぎ込み&ダイアログの修正 #69
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
コンフリクト直してください! |
…ikahana/status-change-api-connect
ステータス調整のモーダルで保存おしたら、信じられないくらい重たくなった |
window.location.reload()にしているからかも。 |
概要
変更内容
experiencePointのget,putAPIを修正した。userIdで叩くようにした。
userでgetを行い、statusChangeDialogでputを叩く。
atomを修正して、PointDialogが出る問題を解決できたはず。。。
動作確認
API繋ぎ込みはexperiencePointにtotalPointを増やしてください。
プレイスタイル設定でsliderを動かし保存するをクリックするとputが走り、リロードが走ります。
その後、値が変更されていたら成功です。
ダイアログはとりあえず不用意にでないようになったはずです。
ダメだったら教えてください。
関連するIssue
#123
備考