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

Commits on Apr 10, 2022

  1. Solution 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 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    2c9d96a View commit details
    Browse the repository at this point in the history
  2. Added constants instead of string literals

    Manjunath Adaragunchi committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a89ae59 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Added null check for input parameters

    Manjunath Adaragunchi committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    767ea47 View commit details
    Browse the repository at this point in the history