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

Show task duration on tasks page #314

Open
shreddedbacon opened this issue Feb 25, 2025 · 0 comments
Open

Show task duration on tasks page #314

shreddedbacon opened this issue Feb 25, 2025 · 0 comments

Comments

@shreddedbacon
Copy link
Member

Since tasks and deployments both have similar fields, it would be possible to show the duration of a task on the tasks page, similar to how the deployments page lists this.

The tasks query would just need to be extended to include the started and completed fields (https://github.com/uselagoon/lagoon-ui/blob/main/src/lib/query/EnvironmentWithTasks.js#L62-L69)

The tasks page then just needs to be updated with a duration column similar to deployments (https://github.com/uselagoon/lagoon-ui/blob/main/src/components/Deployments/index.tsx#L74)

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

No branches or pull requests

1 participant