jimmiejackson414-zz / GearCloset

A side project intended to learn VueJS, SSR, GraphQL architecture and Laravel. An all-in-one backpacking app to prepare and plan for upcoming hikes with a group of friends
0 stars 1 forks source link

Need a way to plan multiple trips #10

Open jimmiejackson414-zz opened 4 years ago

jimmiejackson414-zz commented 4 years ago

Currently, when you go to the Planning page, it pulls up one "Trip". How do you plan for multiple trips? How do you delete a Trip? Create a new trip from scratch?

Maybe put a couple of action buttons in top right (on same line as Planning page title). A select for choosing a different trip, and an ellipsis dropdown with options to create a new Trip or Delete the current trip?

Once a different Trip is selected, all widgets should refresh with respective information from that new Trip.

jimmiejackson414-zz commented 4 years ago

Update: Added v-select with fake trips, and ellipsis dropdown with Create and Delete options