feat(system): long-task management screen#48
Open
Terracosmos wants to merge 1 commit 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.



Closes #44.
Administration screen for system long tasks, consuming the new rest/system/task API (companion backend PR
ligoj/ligoj-api). Runner cards grouped by type (node / subscription / other) with a 3-segment progressbar
(succeeded / running / failed) and counts. Clicking a card opens a dialog with that runner's tasks
(VibrantDataTable + useDataTable, server pagination, status filter, ordered by start desc): status chip,
author, start ("x ago" + full-date tooltip), duration, and the locked entity (NodeIcon for node runners,
project link for subscription runners). Route /system/task, i18n system.task.* (EN+FR).
Depends on the backend PR (rest/system/task) and a companion host PR that adds the Administration menu entry
— merge/deploy the backend first, then this, then the host nav PR.
Tests: vitest 31 + build OK. Validated end-to-end at runtime.