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

fix(ui-hydro): add missing matrix path encoding #1939

Closed
wants to merge 36 commits into from

Conversation

hdinia
Copy link
Member

@hdinia hdinia commented Feb 20, 2024

No description provided.

skamril and others added 30 commits February 12, 2024 16:12
…description` and `title`.

NOTE: `description` and `title` are displayed in the Swagger
…h_columns` to `with_header`

It is clearer for DataFrames.
- Ensure time series have "TS-NNN" headers.
- Output headers are not changed.
lints Pull Request commits with commitlint
…ng patch data (#1929)

Context:
Currently, tags do not have a specific table but are directly retrieved
from Patches using Python code.

Issue:
This coding paradigm results in filtering that cannot occur at the
database level but rather post-query (posing a problem for pagination).
It can also potentially slightly slow down API queries.

Solution in following steps:
- Create two tables, `tag` and `study_tag`, to manage the many-to-many
relationships between studies and tags. This step requires data
migration.
- Update endpoints and services
- Create an update script to populate the newly created tables with
pre-existing data.

Note:
This PR deals with the last step
Avoid bulk insertion if the list of values to insert is empty.
@hdinia hdinia requested a review from skamril February 20, 2024 16:46
@hdinia hdinia self-assigned this Feb 20, 2024
@hdinia hdinia closed this Feb 20, 2024
@hdinia hdinia deleted the bugfix/add-missing-matrix-path-encoding branch February 20, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants