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

リクエスト回数を増やす、マイページ投稿ページネーション #43

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

azuma502
Copy link
Collaborator

@azuma502 azuma502 commented Apr 22, 2024

概要:

認証しているユーザと、していないユーザでリクエスト回数の上限を変更しました、マイページ投稿記事にページネーションを追加しました

CLIENT_IDとCLIENT_SECRET

https://drive.google.com/file/d/1eDe853r65nVN0CZR-UD7GrW_24_RE6Sk/view?usp=drive_link

実装した内容:

feedpage, tagpage, tag詳細page, mypage, follow_followerpage, userpageに追加しました。マイページの投稿記事のページネーションも実装しました。

UI

動作確認

add_request.webm

参考

その他

@azuma502 azuma502 self-assigned this Apr 22, 2024
@azuma502 azuma502 changed the title リクエスト回数を増やす リクエスト回数を増やす, Apr 25, 2024
@azuma502 azuma502 changed the title リクエスト回数を増やす, リクエスト回数を増やす、マイページ投稿ページネーション Apr 25, 2024
@azuma502 azuma502 marked this pull request as ready for review April 25, 2024 07:34
@azuma502
Copy link
Collaborator Author

tag_pageとfollow_followerpageのページネーションは別ブランチで実装します🙏

Copy link

@yukik8 yukik8 left a comment

Choose a reason for hiding this comment

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

綺麗なコードだと思います!LGTMです!👍

Comment on lines +49 to +51
headers: accessToken.isNotEmpty
? {'Authorization': 'Bearer $accessToken'}
: null);
Copy link

Choose a reason for hiding this comment

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

三項演算子上手に使えていて素晴らしいです!!🙌

@MiyuSato
Copy link
Contributor

よくできています!LGTMです👍

@MiyuSato MiyuSato merged commit 89a868a into main Apr 30, 2024
1 check passed
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.

Feedpage下スクロールで60回くらいリクエスト→エラーあり / なし
3 participants