-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this 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
…rfile Move ARG GUI_VERSION to the layer that uses it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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).