generated from Pan6ora/ab-plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reformat table + download progress #29
Comments
It could make sense to remove the "generator version" column and include the version in the "generator" column. Then, I think we should reduce the width of the "scenario" column.
I like this idea, changing this is easy: If you add/remove a column name from the list below it will be shown/removed.
https://github.com/polca/ScenarioLink/blob/37729fbebb09d766fae9b598bbe3242e7c62401e/ab_plugin_scenariolink/tables/tables.py#L27
Finally, in "downloaded", we should display the download progress when someone double-clicks on the row (from 0% to 100%), and when downloaded, it just displays "100%". Alos this way, the user could trigger several downloads simultaneously.
I like this, but this is 2 issues I think: 1) showing download progress (could be combined with #2) and 2) rewriting the download code so that it supports threads and user can keep using AB/SL while downloads happen.
I think both will be some work to properly figure out and implement, but I agree this would be really nice to have!
…________________________________
From: romainsacchi ***@***.***>
Sent: Monday, October 16, 2023 19:44
To: polca/ScenarioLink ***@***.***>
Cc: Meide, M.T. van der (Marc) ***@***.***>; Mention ***@***.***>
Subject: [polca/ScenarioLink] Reformat table + download progress (Issue #29)
[Screenshot 2023-10-16 at 19 40 59]<https://user-images.githubusercontent.com/22473067/275602745-3004eede-181e-4abe-a3f6-c8cb3a6f2509.png>
It could make sense to remove the "generator version" column and include the version in the "generator" column. Then, I think we should reduce the width of the "scenario" column.
This would maybe allow us to see the whole table without having to slide to the right.
Finally, in "downloaded", we should display the download progress when someone double-clicks on the row (from 0% to 100%), and when downloaded, it just displays "100%". Alos this way, the user could trigger several downloads simultaneously. What do you think @marc-vdm<https://github.com/marc-vdm> ?
—
Reply to this email directly, view it on GitHub<#29>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIIFUDVMBCBDHWJPXMKRECDX7VXBVAVCNFSM6AAAAAA6CSD3Z2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DKNZWGY4DIMA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could make sense to remove the "generator version" column and include the version in the "generator" column. Then, I think we should reduce the width of the "scenario" column.
This would maybe allow us to see the whole table without having to slide to the right.
Finally, in "downloaded", we should display the download progress when someone double-clicks on the row (from 0% to 100%), and when downloaded, it just displays "100%". Alos this way, the user could trigger several downloads simultaneously. What do you think @marc-vdm ?
The text was updated successfully, but these errors were encountered: