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

[#2764] Resolve cases concurrently when loading the case list #1407

Merged
merged 7 commits into from
Oct 2, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    cade125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260cf75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcfbcf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. [#2764] Resolve cases in case list concurrently

    Resolving cases involves several sequential network requests,
    which creates a lot of latency when loading a lost of cases.
    This commit runs the resolving concurrently, and also centralizes
    the logic in the CaseListService.
    swrichards committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9c76b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74e8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3190ba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cf9e4c View commit details
    Browse the repository at this point in the history