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
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.
The text was updated successfully, but these errors were encountered:
This feature was introduced in a previous version of Slackord, both for the import and posting process.
Were you, by chance, running into an issue where the JSON had been parsed, but the list had not been built fully, which then created an error in #105?
I believe I can definitely fix the issue of having the list population as part of the process in the progress bar. Currently, it only looks at the JSON parsing completion and the posting of messages until completion.
What I am getting from your ENH is to also include creation of the message list.
Am I correct in that assumption?
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:
Definition of Done:
The text was updated successfully, but these errors were encountered: