Skip to content
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

bookmark-buttonをVueからReactに置き換え #7488

Merged
merged 5 commits into from
Mar 24, 2024

Conversation

kyokucho1989
Copy link
Contributor

@kyokucho1989 kyokucho1989 commented Mar 4, 2024

Issue

概要

Issueに記載。ブックマークボタンをVueからReactに置き換えました。

変更確認方法

  1. {feature/convert-bookmark-button-to-react }をローカルに取り込む
  2. foreman start -f Procfile.dev を実行してbootcampを起動する
  3. komagataでログイン
  4. 以下のページでBookmarkの追加・削除が行えることを確認する
  • 相談の個別ページ
  • Q&Aの個別ページ
  • Docの個別ページ
  • 日報の詳細ページ
  • 提出物の詳細ページ

注意

  • React化にしたのみなので、挙動の変更はありません。
  • Bookmark一覧の表示と一覧からの削除はBookmark-button.vue の動作ではないため、変更していません。

Screenshot

変更前後で変わりはありません。

@kyokucho1989 kyokucho1989 force-pushed the feature/convert-bookmark-button-to-react branch 2 times, most recently from b195140 to 40f55bc Compare March 11, 2024 19:53
}
}
}, [data])

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data にAPIを叩いた結果が入ります。
レスポンスが返るとdatatrueになります。
すでにブックマーク済なら data.bookmarks.length > 0 true になります

bookmarkId = data.bookmarks[0].id
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bookmarkId = data.bookmarks[0].iduseEffect の中で行うとbookmarkId がnullのままとなるためこちらに移しています。

@kyokucho1989 kyokucho1989 marked this pull request as ready for review March 13, 2024 20:00
@kyokucho1989 kyokucho1989 requested a review from a user March 13, 2024 20:02
@kyokucho1989
Copy link
Contributor Author

@taco-nantai
お疲れ様です! こちらのレビューをお願いしたいです。

@ghost
Copy link

ghost commented Mar 14, 2024

@kyokucho1989
お疲れ様です。
レビュー依頼の件、かしこまりました。
近日中に対応させていただきます。

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認しました!
問題なさそうなのでApproveします👍

@kyokucho1989
Copy link
Contributor Author

@taco-nantai
ありがとうございます!

@kyokucho1989 kyokucho1989 force-pushed the feature/convert-bookmark-button-to-react branch from 40f55bc to 11b356b Compare March 18, 2024 10:26
@kyokucho1989 kyokucho1989 requested a review from komagata March 18, 2024 20:49
@kyokucho1989
Copy link
Contributor Author

@komagata
メンバーの方からのレビューが終わりました!
レビューをお願いします!

Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認させていただきました。OKです~👌

@komagata komagata merged commit 7964328 into main Mar 24, 2024
3 checks passed
@komagata komagata deleted the feature/convert-bookmark-button-to-react branch March 24, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants