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

info view: better display of prerequisites #1893

Open
oliver-sanders opened this issue Aug 12, 2024 · 0 comments
Open

info view: better display of prerequisites #1893

oliver-sanders opened this issue Aug 12, 2024 · 0 comments
Milestone

Comments

@oliver-sanders
Copy link
Member

The info view currently displays task prerequisites in much the same way as the cylc show command.

With the power of the web browser we can enhance this quite a lot. Ideas:

  • Query the state and outputs of all prerequisite tasks:
    • This requires offline task data to be available at the UIS.
    • Note, you can't just rely on this data being in the central data store, it often wont be (hence the offline data requirement).
  • Display the task icon of prerequisite tasks:
    • This would make it easier to access the prerequisite tasks (e.g. set required outputs directly from the info view).
    • It would also make it easier to tell if any prereqs are failed or held.
  • Display the prerequisite conditions in a fancier way:
    • The "taskAlias" approach is clunky.
    • E.G, we could format the prerequisites similar to how we format completion conditions.
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