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

/chat のURLを変更 #40

Merged
merged 10 commits into from Jul 4, 2023
Merged

/chat のURLを変更 #40

merged 10 commits into from Jul 4, 2023

Conversation

keitakn
Copy link
Member

@keitakn keitakn commented Jul 1, 2023

issueURL

#38

この PR で対応する範囲 / この PR で対応しない範囲

#38 のDoneの定義を満たす実装はこのPRで全て完了させる。

Storybook の URL、 スクリーンショット

UI変更は行っていないのでなし。

変更点概要

/chat のURLを /chat/moko のようにねこのIDを入れる形に変更。

これは今後、ねこのIDが増えた際にURLを変えたくないので、今のうちに対応したかったので対応した。

レビュアーに重点的にチェックして欲しい点

特になし

補足情報

インラインコメントに記載。

@keitakn keitakn self-assigned this Jul 1, 2023
@vercel
Copy link

vercel bot commented Jul 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai-cat-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2023 8:21am

@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (db13820) 100.00% compared to head (a611cb0) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        16    +4     
  Lines           39        56   +17     
  Branches         2         5    +3     
=========================================
+ Hits            39        56   +17     
Impacted Files Coverage Δ
src/api/client/fetchCatMessage.ts 100.00% <ø> (ø)
src/features/cat.ts 100.00% <100.00%> (ø)
src/features/index.ts 100.00% <100.00%> (ø)
src/utils/errors/ExhaustiveError.ts 100.00% <100.00%> (ø)
src/utils/errors/index.ts 100.00% <100.00%> (ø)
src/utils/index.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -26,7 +26,7 @@ describe('src/api/client/fetchCatMessage.ts fetchCatMessage TestCases', () => {

it('should be able to fetch a CatMessage', async () => {
const fetchedResponse = await fetchCatMessage({
catName: 'moko',
Copy link
Member Author

Choose a reason for hiding this comment

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

バックエンド側では cat_id なので合わせて変更した。

@keitakn keitakn marked this pull request as ready for review July 4, 2023 08:25
@keitakn keitakn merged commit 9194d1e into main Jul 4, 2023
9 checks passed
@keitakn keitakn deleted the feature/issue38 branch July 4, 2023 08:28
@keitakn keitakn restored the feature/issue38 branch July 4, 2023 08:30
@keitakn keitakn deleted the feature/issue38 branch July 4, 2023 13:18
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.

None yet

1 participant