Open
Description
As a user of Slackord,
I want to see a progress bar during the data migration process, so that I know when the migration is complete and can avoid triggering the import to Discord prematurely, which currently causes InvalidOperation exceptions.
Acceptance Criteria:
- A progress bar is displayed when initiating the data migration process in Slackord.
- The progress bar accurately reflects the current status of the migration process.
- The import to Discord cannot be initiated until the progress bar indicates that the migration process is 100% complete (e.g. discord slackord bot replies with "still migrating, please be patient"
- If the migration process fails, the progress bar should indicate the failure and prevent any further action until the issue is resolved.
Definition of Done:
- The progress bar is implemented and tested.
- The feature has been reviewed and approved by the team.
- User documentation is updated to reflect the new migration process.
- No InvalidOperation exceptions occur due to premature data loading into Discord.