Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution includes below changes : #109

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adaragunchi
Copy link

This pull request includes below changes,

  1. As the code is written in Java, C# folders are removed.
  2. Added git ignore file
  3. Added Junit jars to classpath for Unit testing.
  4. Changed the package structure.
  5. Optimized the toll calculator service to return 60 if the max toll fee exceeds 60 without further calculation.
  6. Added the junit test cases to cover business requirements.

Future scope:

  1. Application can be converted into Rest services with maven as build tool.
  2. Application can be deployed to docker by creating docker image file.

Manjunath Adaragunchi added 3 commits April 10, 2022 21:17
1.As the code is written in Java, C# folders are removed.
2.Added git ignore file
3.Added Junit jars to classpath for Unit testing.
4.changed the package structure.
5.Optimized the toll calculator service to return 60 if the max toll fee exceeds 60 without further calculation.
6.Added the junit test cases to cover business requirements.

Future scope:
1.Application can be converted into Rest services with maven as build tool.
2.Application can be deployed to docker by creating docker image file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant