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

Visualize historical freight in a Stage #2530

Open
jessesuen opened this issue Sep 13, 2024 · 0 comments
Open

Visualize historical freight in a Stage #2530

jessesuen opened this issue Sep 13, 2024 · 0 comments

Comments

@jessesuen
Copy link
Contributor

Proposed Feature

For a given Stage, it would be useful to know what freight it was running previously in a historical/chronological view.

I'm proposing we add some timeline view after clicking on a Stage:

image

That will show some timeline like:

image

We could possibly re-using the existing freight timeline component (in a read only manner)

Motivation

It is useful to see what a stage previously ran.

Suggested Implementation

We already have the information there in the stage, so no new backend feature would be needed. This is only about visualizing it:

  freightHistory:
    - items:
        Warehouse/guestbook:
          name: 28c0c29c967a950c20734fdb898b1e76744fb820
          images:
            - repoURL: guestbook
              tag: 1.0.1
              digest: sha256:39c5476e80433a0f119c8bfcaac5dbf12f028f160bb3c5177d6bd5838b0af147
          origin:
            kind: Warehouse
            name: guestbook
      id: 7844e215533c29b606ab0f72d7b9b092fcee5c66
    - items:
        Warehouse/guestbook:
          name: 9048ca52d6110c942236000cbc9fd1d007c91c88
          images:
            - repoURL: guestbook
              tag: 1.0.0
              digest: sha256:7db3dff75d6c34c1413a51531919e720a36b55afd270c3a65b737fee1dad9dad
          origin:
            kind: Warehouse
            name: guestbook
      id: 770771a789e5eb4fe00b884a3dfd08a5b5008e50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants