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

metadata view #582

Closed
oliver-sanders opened this issue Jan 25, 2021 · 4 comments
Closed

metadata view #582

oliver-sanders opened this issue Jan 25, 2021 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@oliver-sanders
Copy link
Member

Consider a view that displays metadata for a selected item.

Requires: #534
Complicated by: #434

If a task is selected in the tree view there would be a mechanism (e.g. double click/tap or drag&drop) to share that selection with other views e.g. this "metadata view".

The metadata view would just display all of the Cylc [meta] information present for the selected "thing" (i.e. task/family/workflow).

We could potentially support markup languages here (e.g. markdown, rst):

[meta]
    title = "My Workflow"
    description = """md
        **Hello** `world`!
    """
    URL = http://whatever.com

For example this metadata could be presented in a metadata view like so:


My Workflow

id: myworkflow//

Hello world!

http://whatever.com


Pull requests welcome!

@oliver-sanders oliver-sanders added this to the 2.0 milestone Jan 25, 2021
@oliver-sanders oliver-sanders modified the milestones: 2.0.0, Pending Jun 8, 2022
@oliver-sanders oliver-sanders modified the milestones: Pending, 2.7.0 Dec 3, 2024
@MetRonnie
Copy link
Member

Duplicate of #1071

@MetRonnie MetRonnie marked this as a duplicate of #1071 Dec 6, 2024
@MetRonnie MetRonnie closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2024
@MetRonnie MetRonnie added the duplicate This issue or pull request already exists label Dec 6, 2024
@MetRonnie MetRonnie removed this from the 2.7.0 milestone Dec 6, 2024
@oliver-sanders
Copy link
Member Author

oliver-sanders commented Dec 11, 2024

Duplicate of #1071

Not quite, this issue covers workflow metadata whereas #1071 is specifically about task metadata, hence that issue is closed by #1886 whereas this one isn't.

@oliver-sanders
Copy link
Member Author

oliver-sanders commented Dec 11, 2024

Issue #1898 picks up the workflow metadata part and is better explained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants