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

Source management additional filtering #2

Merged
merged 10 commits into from
Sep 4, 2024

Conversation

Saelmala
Copy link

This pull request adds additional filtering to the source management list / inventory management list.
It allows the user to filter sources based on source type (SDI/HDMI, SRT and NDI).

@Saelmala Saelmala self-assigned this Aug 23, 2024
Copy link

@birme birme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@bwallberg bwallberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When doing filtering we should only filter using the data we have, we shouldn't need to get part of the data from an different resource.

Instead of making a new API request to the backend we can add the missing data to the database. The Source type isn't static so we can add whatever we want to it. So basically syncInventory & the Source type should updated to populate the necessary value :) eg. ingest_type

birme pushed a commit that referenced this pull request Aug 29, 2024
…rfile

Move ARG GUI_VERSION to the layer that uses it
Copy link

@bwallberg bwallberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

Copy link

@malmen237 malmen237 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Saelmala Saelmala merged commit fb00929 into main Sep 4, 2024
4 checks passed
@Saelmala Saelmala deleted the source-management-additional-filtering branch November 5, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants