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

[Room-Booking] Better indication of successful booking #164

Open
evermake opened this issue Oct 17, 2024 · 0 comments
Open

[Room-Booking] Better indication of successful booking #164

evermake opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@evermake
Copy link
Member

Describe the feature

Currently, after successful booking the full page is reloaded, to trigger re-fetching of actual bookings so the user can see their new booking.

Reloading the page is a bad indication of success.

Suggested solution

  • Show toast with a message after successful booking.
  • Invalidate bookings data to trigger re-fetching in the background.
  • Scroll the timeline to the newly created booking so that the user can see it.
    • Need to refactor BookingTimeline.vue to expose scrolling functionality.
    • Need to refactor BookingTimeline.vue to support vertical scrolling to a specified room.

Additional context

No response

@evermake evermake added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant