You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received a request to send the whole evaluation form all at once with a single click and not require to send the components one-by-one. I'm a bit worried about how validation errors could be shown.
The text was updated successfully, but these errors were encountered:
We reuse many components together with their endpoints there (eg. educational info update).
To avoid code duplication, I would first take a look at the form request objects, if these can be combined/grouped in any way ( https://laravel.com/docs/11.x/validation#creating-form-requests).
IMO this might complicate the code more than what the users gain from it in this case.
I received a request to send the whole evaluation form all at once with a single click and not require to send the components one-by-one. I'm a bit worried about how validation errors could be shown.
The text was updated successfully, but these errors were encountered: