Skip to content

405 task links#439

Open
daniel-slaugh wants to merge 10 commits into
v1.11from
405-task-links
Open

405 task links#439
daniel-slaugh wants to merge 10 commits into
v1.11from
405-task-links

Conversation

@daniel-slaugh

Copy link
Copy Markdown
Contributor

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.

Screenshot 2026-06-24 at 11 34 41 AM

@daniel-slaugh daniel-slaugh requested a review from kjlippold June 24, 2026 17:41
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.

1 participant