-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementNew feature requestNew feature request
Milestone
Description
The success or failure state of exports and imports should be derived by listening to notifications (if the app is enabled) instead of the status endpoint so that the modal and notifications on the frontend do not present discrepancies or desync due to different polling intervals
- The status endpoint would only be queried to check if the export/import was queued successfully and if the job has started
- Final success/failure state of the job would be derived by listening to notifications through the event-bus to
a) ensure a single source of truth is used for both the modal and notifications
b) provide actual success/failure state rather than just if the job has finished executing as theuser_export_jobsanduser_import_jobstables do not contain this information
Requires
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementNew feature requestNew feature request