Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ## Emails
  2.  
  3. ### Implemented features
  4. :rocket: Tell the guide the cancellation reason.
  5.  
  6. :rocket: Create 14 emails for Alt. Payment Methods
  7.  
  8.  
  9. ### Bug fixes
  10.  
  11. :hammer: The client never received the email with a new message from the guide.
  12.  
  13. :hammer: the guide never received the request email. and the client received an email he should have not received.
  14.  
  15. :hammer: Guides/ clients should NOT receive an email when we press the "unconfirm booking" button.
  16.  
  17. :hammer: The subject of the email sent to clients when a trip is inviable should be: "Yout trip request is inviable for xxx (trip)"
  18.  
  19.  
  20. ## Sales Dashboard
  21. ### Implemented features
  22. :rocket: We need to be able to see the guide´s information in the LA2.
  23.  
  24. :rocket: Alternative Payment Methods - Review by Guada.
  25.  
  26. :rocket: Add a Stripe webhook in Sales channel so that we can know if it's a pre-auth or captured payment.
  27.  
  28. :rocket: Pass old bookings to PAID manually
  29.  
  30. :rocket: Need to remove flags and confirmations from Billing for "cash payments" (and maybe for wire transfer as well).
  31.  
  32. ### Bug fixes
  33. :hammer: Review booking auto-cancellation.
  34.  
  35. :hammer: When we send a custom trip to a guide, the trip stays as part of that guide´s offer, but the system does not let us choose it again
  36.  
  37. :hammer: Some bookings are not getting automathically cancelled when they should due to expire.
  38.  
  39. :hammer: Trips should be getting cancelled after 6 days with guide confirmation, but some are not getting cancelled.
  40.  
  41. :hammer: Bookings should be getting cancelled when the availability date has passed, but some are not getting cancelled.
  42.  
  43.  
  44. ## Billing Dashboard
  45.  
  46. ### Implemented features
  47. :rocket: Add booking modal when clicking on RC (see description).
  48.  
  49. ## Guide Dashboard
  50. ### Implemented features
  51. :rocket: Create a generic entry point for all guides instead of using the personal URL for each of them.
  52.  
  53. ### Bug fixes
  54. :hammer: Departure date shown to guide in his dashboard is incorrect.
  55.  
  56. :hammer: Fix bug when editing trip's prices.
  57.  
  58. ## Booking widget
  59. ### Bug fixes
  60. :hammer: 'Form hard to fill bug' exhaust the debugging of this issue and find a fix.
  61.  
  62.  
  63. ## Status Page
  64.  
  65. ### Bug fixes
  66. :hammer: This trip shows nothing as included items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement