Update Peer Review authored by vanessaa's avatar vanessaa
1. **Code review.** 1. **Code review.**
* Overall the code looks well-structured and seems to be working right. * Overall the code looks well-structured and seems to be working correctly.
* The code is quite well commented * The code is quite well commented
* resources/views/muudatellimus.blade.php is quite long file and includes a mix of logic, layout, and content, maybe this could be broken down into components. * resources/views/muudatellimus.blade.php is quite long file and includes a mix of logic, layout, and content, maybe this could be broken down into components.
* The select options are hardcoded to the code (e.g. in resources/views/muudatellimus.blade.php). Maybe fetching the different fish types from a database could be more dynamic and maintainable. * The select options are hardcoded to the code (e.g. in resources/views/muudatellimus.blade.php). Maybe fetching the different fish types from a database could be more dynamic and maintainable.
... ...
......