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

ALIS-1255: Add parameter of offset to api that use elasticsearch #158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

keillera
Copy link
Member

@keillera keillera commented Aug 24, 2018

概要

  • offset パラメータを追加し、任意の場所から一覧取得をできるようにするため

影響範囲(ユーザ)

  • 利用ユーザ

影響範囲(システム)

  • 影響を与えるシステムはどこか
  • サーバレス
  • フロントエンド

技術的変更点概要

  • offset で受け取った値を ES に連携する際の from パラメータに加算

ユニットテスト

  • ユニットテストは記載済み

テスト結果とテスト項目

  • offset パラメータのみを指定した場合に問題なく一覧取得ができること
  • offset と他パラメータを指定した場合に問題なく一覧取得ができること

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant