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/checkin form endpoints #166

Draft
wants to merge 38 commits into
base: dev
Choose a base branch
from
Draft

Commits on Jun 16, 2024

  1. Add DTO for checkin query keys

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f71b453 View commit details
    Browse the repository at this point in the history
  2. Add Swagger docs boilerplate

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c810118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b314e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3056408 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ac190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21ce397 View commit details
    Browse the repository at this point in the history
  7. Add test setup

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    923abad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe548fa View commit details
    Browse the repository at this point in the history
  9. Add test for GET by teamId

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6c8f73d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5407959 View commit details
    Browse the repository at this point in the history
  11. Add test for GET by userId

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    dfc1f06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d0b34ce View commit details
    Browse the repository at this point in the history
  13. Add test for 401 unauthorized

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    630b478 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b06f571 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0679e81 View commit details
    Browse the repository at this point in the history
  16. Merge from dev

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    93d246e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    132bb14 View commit details
    Browse the repository at this point in the history
  18. Update changelog

    curtwl committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9a971de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49bf975 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Refactor error handling

    curtwl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e3a39d4 View commit details
    Browse the repository at this point in the history
  2. merge from dev

    curtwl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c8f8aeb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    4a82df9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    2911fb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. merge from dev

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ff2c839 View commit details
    Browse the repository at this point in the history
  2. Make var name more clear

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b230b79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94308c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb902d2 View commit details
    Browse the repository at this point in the history
  5. Fetch full responses from db

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e873eaf View commit details
    Browse the repository at this point in the history
  6. Update error handling

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    60e8301 View commit details
    Browse the repository at this point in the history
  7. Update response definitions

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    84d3fd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e46352 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52a38eb View commit details
    Browse the repository at this point in the history
  10. Update test for teamId case

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c48e79f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab4fce3 View commit details
    Browse the repository at this point in the history
  12. Update test for userId case

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    34fcb5b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1bd23be View commit details
    Browse the repository at this point in the history
  14. Add a type for clarity

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9b5f4d9 View commit details
    Browse the repository at this point in the history
  15. Remove console.log

    curtwl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d54a639 View commit details
    Browse the repository at this point in the history