Combine Results from the same client into one QueryResponse inside UnifiedResponse

Open
#2,237 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Locate UnifiedResponse and the query path that constructs it; first trace how the two VSO results become separate client blocks. Done when results from the same client are represented in one client block for an Or query, with the existing response behavior preserved.

Written by the indexing model from the issue text.

Description

Effort Medium net Package Intermediate Priority Low

Currently given a query with an Or block, say for the VSO, two seperate queries to the VSO are performed (because of the way the VSO works), this results in two seperate client blocks inside the UnifiedResponse object. With some logic on instantiation this could be avoided, which would make for a nicer UX.

Dominant language
Python
Stars
1k
Forks
682
Avg merge
1d 17h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sunpy/sunpy

All issues in sunpy/sunpy

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.