Skip to content

Feature delete user complete#42

Merged
Vasilijez merged 4 commits into
developfrom
feature-delete-user-complete
Oct 29, 2025
Merged

Feature delete user complete#42
Vasilijez merged 4 commits into
developfrom
feature-delete-user-complete

Conversation

@Vasilijez

@Vasilijez Vasilijez commented Oct 28, 2025

Copy link
Copy Markdown
Member

@magley magley left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Good job. I'd like for you to add a 404 page for deleted rooms (or for room-not-found in general) like we discussed privately.

@Vasilijez Vasilijez requested a review from magley October 28, 2025 15:00

@magley magley left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I've left a suggestion to improve UX but if you want to merge asap it's fine as-is.

Comment on lines +63 to +65

<Message v-show="error.length > 0" style="margin: 7px;" severity="error" size="medium" variant="simple">{{ error }}</Message>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If the error http response code is 404, could we add a custom message? Since this is RoomDetails, we know that a 404 means "Room not found or deleted".

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Honestly, I didn’t do that intentionally, because I thought hardcoding it wouldn’t be a smart long-term solution. But I agree it would improve UX, so I implemented it. I also handled a similar case where a reservation request remains in flight on the host side after the guest account is deleted. ff7ec2c

@Vasilijez Vasilijez requested a review from magley October 29, 2025 09:52
@Vasilijez Vasilijez merged commit 7857f7a into develop Oct 29, 2025
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.

User account deletion

2 participants