405 task links#439
Open
daniel-slaugh wants to merge 10 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #405.
Added a task information bar to the bottom of each datastream list item on the SiteDetails.vue page. This provides an overview of task status for all types of tasks including quality monitoring tasks. It also displays a loud error state in the bar if a datastream is being fed by more than one task.
Added a reverse link that routes the user from the job orchestration page's mappings view to the SiteDetails page. This is deep linked and will scroll the page down the datastream of interest.
@kjlippold I optimized the frontend to fetch tasks in parallel and added a skeleton loader so tasks to block the page load, but there's still quite a bit of over-fetching since the page needs to request every task for the entire workspace. The final version of this should probably provide some API filters that will fetch only the tasks relevant to the monitoring site and possibly a backend-for-frontend endpoint to collapse the parallel requests per page visit into one. My local instance takes 4-5 seconds to load tasks.