Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

#121 検索画面の結果一覧にページング対応を追加 #137

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

tshion
Copy link
Owner

@tshion tshion commented Dec 2, 2023

  • 既存改良

概要

検索画面の結果一覧をスクロールすると、追加で表示データを読み込めるようにしました。

変更点

追加

  • リポジトリの検索結果を取り扱うページング実装の追加

修正

  • ページングできるかどうかの判定修正
    • incomplete_results の意味合いが違ったので修正
  • 検索結果の結果一覧データ読み込みの修正

確認事項

  • 検索画面の結果一覧をスクロールすると、適宜通信が実行され、スクロールし続けることが出来る

備考

  • GitHub REST API は単位時間あたりで通信制限があり、それに引っ掛かりやすくなるので、実運用に適しているかは別途検討が必要です

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@tshion tshion self-assigned this Dec 2, 2023
@tshion tshion changed the title Feature/#121 add paging 検索画面の結果一覧にページング対応を追加 Dec 2, 2023
@tshion tshion changed the title 検索画面の結果一覧にページング対応を追加 #121 検索画面の結果一覧にページング対応を追加 Dec 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[app] 検索画面にある結果一覧をページング出来るようにする
1 participant