Skip to content

[ENH] Add a progress bar for the Deconstruction/Reconstruction phase #106

Open
@LukasQ

Description

@LukasQ

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions