cpsc455-bugstorm / TravelersTea

A Trip Planning App that tailors travel itineraries based on user preferences and providing detailed information about destinations; making travel planning less daunting and more enjoyable.
https://travelerstea-906d.onrender.com
MIT License
6 stars 2 forks source link

Unsuccessful trip creations show up in sidebar after reload #200

Closed Graywing13 closed 9 months ago

Graywing13 commented 9 months ago

reproduction steps:

  1. create trip with destination = ded and placesPerDay = 0
  2. wait until it says "error could not create trip"
  3. reload the page
  4. notice that the ded trip is incorrectly in the sidebar

ac: trip should be programatically deleted right away if creation did not successfully complete