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

Display infrastructure status in the frontend #8410

Closed
4 of 6 tasks
bloussou opened this issue Aug 9, 2024 · 2 comments · Fixed by #9607
Closed
4 of 6 tasks

Display infrastructure status in the frontend #8410

bloussou opened this issue Aug 9, 2024 · 2 comments · Fixed by #9607
Assignees
Labels
mvp:required Required for the 2024 mvp

Comments

@bloussou
Copy link
Contributor

bloussou commented Aug 9, 2024

Description :

This is not working anymore:
image

Implementation plan

Frontend part is already done, calls to editoast to get infra status is just responding ready atm.

  1. osrdyne must be able to tell if the pod has loaded an infra or not (adapt /status to information of pod readiness)
  2. editoast must call /status
  • 1 sprint to know if the infrastructure is none or live
  • 1 sprint to have all the statuses

Acceptance Criteria :

  • infra has 5 states none, scheduled, pending, running, live
  • one live pod for one infrastructure is enough to tell that infrastructure is live

Definition of ready

  • PO

    • Acceptance criteria are clear and understandable
  • Technical

    • Implementation plan is detailed and validated by maintainers
  • General

    • WSJF values are filled
    • Validated by the PM
@ConstanceDragibus ConstanceDragibus added the mvp:required Required for the 2024 mvp label Aug 19, 2024
@celine-sncf celine-sncf assigned ElysaSrc and unassigned bloussou Aug 29, 2024
@Khoyo Khoyo assigned Khoyo and unassigned ElysaSrc Aug 30, 2024
@celine-sncf celine-sncf changed the title Display infrastrucuture status in the frontend Display infrastructure status in the frontend Sep 13, 2024
@celine-sncf
Copy link

Scope reduction proposal: instead of having 5 statuses that are not very clear to the end user, have only 3 statuses None, Loading, Ready

@louisgreiner
Copy link
Contributor

louisgreiner commented Sep 26, 2024

Tested in Recette (26/09/24)

  • 0 to 7 scale:
    • it still displays the loading on a scale from 0 to 7 (and not 3 statuses as mentioned above)
    • the hover displays INITIALIZING (or CACHED) (which is neither None, Loading, Ready, shouldn't it be translated ?
      Image
    • 1 to 7 takes a long time then instantly finishes
  • the editor is well disabled when infra is loading.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp:required Required for the 2024 mvp
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants