Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(HMS-2997): wizard notifications #56

Merged
merged 1 commit into from
May 3, 2024

Conversation

pvoborni
Copy link
Contributor

Added notifications for cancelling and finishing a wizard.

The notification for cancel is a bit different then drafted in
HMS-2997 as the cancellation process is removing the registered
domain so in most cases it should end with the same result.

Rebased on top of #55

Demo: https://drive.google.com/file/d/1wj6n70VCWuHjensaz_JqM6hh6uze5BE8/view?usp=drive_link

In the demo we can see that the notifications did not disappear in some cases. I think this is connected with the way how the notification middleware/redux store is registered + navigation between pages. But I don't have a fix for it yet. Commit 463f9a8 had some possitive effect in pr 55 but not much in the registration workflow.

@app-sre-bot
Copy link

Can one of the admins verify this patch?

Added notifications for cancealling and finishing a wizard.

The notification for cancel is a bit different then drafted in
HMS-2997 as the cancellation process is removing the registered
domain so in most cases it should end with the same result.

Signed-off-by: Petr Vobornik <[email protected]>
@pvoborni pvoborni force-pushed the notifications-wizard branch from 1c5d38a to 0278a5a Compare May 2, 2024 10:14
@pvoborni pvoborni marked this pull request as ready for review May 2, 2024 10:15
@avisiedo avisiedo self-requested a review May 2, 2024 11:26
Copy link
Contributor

@avisiedo avisiedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change; I have only one comment, but for me it is approved.

The change are working as indicated.

About the question of the notification, I think is a good question for UXD mates.

The notification situation is addressed in a different ticket.

Checked the behavior locally.

LGTM

src/Routes/WizardPage/WizardPage.tsx Show resolved Hide resolved
src/Routes/WizardPage/WizardPage.tsx Show resolved Hide resolved
@pvoborni pvoborni merged commit 84cc4d0 into podengo-project:main May 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants