You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or limitation? Please describe.
When data are imported via a data import, "status" describes the status of the processing. The following improvements can be made:
add a "reload" button to update the status (large datasets can take a while to be processed) or alternatively update the status automatically.
It is not clear whether daily and monthly aggregates are calculated automatically or at a later stage. it is probably best not to do this automatically, but enable to user to request the calculation at a later stage (for example after validation).
The text was updated successfully, but these errors were encountered:
It is not clear whether daily and monthly aggregates are calculated automatically or at a later stage. it is probably best not to do this automatically, but enable to user to request the calculation at a later stage (for example after validation).
No aggregates are calculated during import, only after validation.
This might require a separate view, rather than using the Admin for data ingestion. It is fine, as other issues flagged are pointing to several limitations of the Django Admin, so I think it will be best to cut all of those issues and create separate views for the data import list and detail (and add/edit).
dalonsoa
changed the title
Improve feedback on data processing
Automatically refresh data import page to capture current import status
Sep 23, 2024
Separate views have now been implemented for all models - including Data Import one - with a refresh button. As usual, CTR-R (or CMD-R in macOS) also reloads the page.
Is your feature request related to a problem or limitation? Please describe.
When data are imported via a data import, "status" describes the status of the processing. The following improvements can be made:
The text was updated successfully, but these errors were encountered: