[Courier Order Management and Delivery Planning Application](https://courses.cs.ut.ee/2024/tvp/fall/Main/ProposedProjects?action=download&upname=UTProjectProposalTemplate-2-Smartfish.pdf)
1.**Code review.**
* Overall the code looks well-structured and seems to be working correctly.
* The code is quite well commented
...
...
@@ -18,6 +20,6 @@
* When creating a new order, it might be helpful to clearly indicate that the quantity of fish is counted by pieces, not in kilograms, as this caused me some confusion at first. On the Orders page, it’s clearly stated that the quantity refers to the number of fish, which is great.
* I’m not sure if anything can be done, but the map occasionally lagged when I tried to zoom in or out.
* The "Delivered/Done Orders" text could be made more noticeable (perhaps as a button) because I almost missed the option to view completed orders.
* what does the date mean? the date when the order was made or the date when the order has to be delivered?
* what does the date mean? the date when the order was made or the date when the order has to be delivered?
* On the Orders page, consider changing the "Paid" column values from 1 and 0 to clearer labels like "Yes" and "No" or "Paid" and "Not Paid"
* When trying to print the paper, I think the "Shown in the Map" column is unnecessary and maybe it would be helpful to include the total number of kilometers in the printed document.