Fix/check operations vs guarantee
requested to merge KKsurendran06/etir-national-application:fix/check-operations-vs-guarantee into dev-1.0.3
Closes issue #274
Summary
Shows the calculated number of planned operations when accepting a guarantee. If planned operations exceed the maximum allowed by the guarantee type, a separate red warning appears below the blue information box. Accept remains enabled.
Changes
- Expose the calculated operation count in the transport summary.
- Compare it with the guarantee type limit.
- Display a separate over-limit warning.
- Add backend and frontend test coverage.
