Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

UI always shows same time in progress bar (~51 seconds) which is not true #79

Open
aniketmaurya opened this issue Sep 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@aniketmaurya
Copy link
Contributor

aniketmaurya commented Sep 23, 2022

Send the current avg response time from server to UI

class RootFlow(LightningFlow):
    def __init__(self):
        self.curr_response_time = VALUE

we can use LigthningVariable to update the UI progress bar time.

cc: @pritamsoni-hsr

@aniketmaurya aniketmaurya self-assigned this Sep 23, 2022
@aniketmaurya aniketmaurya added this to the launch milestone Sep 27, 2022
@pritamsoni-hsr pritamsoni-hsr added bug Something isn't working enhancement New feature or request and removed launch labels Oct 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants