literakl / mezinamiridici

Traffic forum
htttps://www.mezinamiridici.cz
MIT License
4 stars 4 forks source link

Extract a component for profile details #108

Open literakl opened 3 years ago

literakl commented 3 years ago

SignUp.vue, Confirm.vue and UpdateProfile.vue have the same form data for user profile. This is big code duplication and maintenance problem. I fixed some bugs in UpdateProfile.vue and they are still present in Confirm.vue. Please extract new component and use it in these three views.

literakl commented 3 years ago

fix UpdateProfile variable initialization simplified HTML

I would like to investigate in future a possibility of moving business logic inside the component from callees as the code is very similar

literakl commented 3 years ago

SeriesForm handles array of options better: just an array of objects, no extra method to idetify values.