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

Feature/input validation - Close #6 #24

Merged
merged 3 commits into from
May 17, 2024
Merged

Commits on May 16, 2024

  1. feature: Implemented bean validation

    Implemented bean validation for `TimeEntryDTO` & `TimeBillingDTO`
    seyedali-dev committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a957c6c View commit details
    Browse the repository at this point in the history
  2. feature: Implemented bean validation. (Close #6)

    Implemented bean validation for `TimeEntryDTO` & `TimeBillingDTO`
    seyedali-dev committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e0cbf02 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. bug: Modified tests for bean validation. (WIP) (Close #6)

    Implemented bean validation for `TimeEntryDTO` & `TimeBillingDTO`.
    
    > Note: The tests are passing because we're providing null values for `TimeEntryDTO#hourlyRate`, whereas we should write tests for both scenarios.
    seyedali-dev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a3d44a1 View commit details
    Browse the repository at this point in the history