Skip to content

In the screen showing templates also show repo url if public #585

@stan-dot

Description

@stan-dot

As a user I'd like to see where is a given template coming from, to be able to compare best practices with public templates and debug my own templates.

Changes required would be to: backend/graph-proxy/src/graphql/workflow_templates.rs and frontend/dashboard/src/routes/templateview.tsx

Unclear - where is that initial information coming from?
At the moment workflows.rs has a Metadata struct

#[derive(Debug)]
pub(super) struct Metadata {
    /// The name given to the workflow, unique within a given visit
    name: String,
    /// The visit the Workflow was run against
    visit: Visit,
}

there seems to be an abscence of an similar metadata system for templates

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions