maxdobeck / scheduler-frontend

Frontend for Vue js web app.
0 stars 0 forks source link

Updating a schedule moves it to the bottom of the /schedules route #46

Open maxdobeck opened 6 years ago

maxdobeck commented 6 years ago

Updating a schedule moves it to the bottom of the /schedules route. User may not expect schedule to move after navigating back to Schedules page.

Suggestions?

maxdobeck commented 6 years ago

https://vuejs.org/v2/guide/list.html#Displaying-Filtered-Sorted-Results <---- What didn't the Vue team think of?! Looks like a computed property that leaves the original array untouched is a good solution.