Load less data when changing todo state
Compare changes
- Lukas Eipert authored
We don't need to know about all of the todo, just the id and the state is enough. This should remove some DB queries and make it slightly faster.
Load less data when changing todo state
We don't need to know about all of the todo, just the id and the state is enough. This should remove some DB queries and make it slightly faster.
Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screen_Recording_2024-11-14_at_00.22.53
todos_vue_application
feature flag and go to http://gdk.test:3000/dashboard/todos/vue
We don't need to know about all of the todo, just the id and the state is enough. This should remove some DB queries and make it slightly faster.