Update Peer Review authored by vanessaa's avatar vanessaa
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* 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.
* Code has a mix of English and Estonian in naming conventions, next time could be better to stick with one language * Code has a mix of English and Estonian in naming conventions, next time could be better to stick with one language
* Shouldn't the order number be automatically generated because right now I can make two orders with the same order number. * BUG: Shouldn't the order number be automatically generated because right now I can make two orders with the same order number.
2. **Installation test.** 2. **Installation test.**
* steps to install the application were very clear and easy to follow. There were no issues with the installation part. * steps to install the application were very clear and easy to follow. There were no issues with the installation part.
3. **Acceptance test.** 3. **Acceptance test.**
... ...
......