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

[PM-14376] Add GET tasks endpoint #5089

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

[PM-14376] Add GET tasks endpoint #5089

wants to merge 18 commits into from

Commits on Nov 20, 2024

  1. Added CQRS pattern

    gbubemismith committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b17ecbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f84f0b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Added sql sproc

    Created user defined type to hold status
    
    Created migration file
    gbubemismith committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fe40518 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Added ef core query

    gbubemismith committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d11afb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c0b86 View commit details
    Browse the repository at this point in the history
  3. Added integration tests

    gbubemismith committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    14dae8d View commit details
    Browse the repository at this point in the history
  4. Updated params to status

    gbubemismith committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fbf7706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    376eddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a51cda View commit details
    Browse the repository at this point in the history
  7. Fixed lint issues

    gbubemismith committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d53b47f View commit details
    Browse the repository at this point in the history
  8. Added documentation

    gbubemismith committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6aa1897 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. simplified to require single status

    modified script to check for users with edit rights
    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4674628 View commit details
    Browse the repository at this point in the history
  2. Updated ef core query

    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    75dab07 View commit details
    Browse the repository at this point in the history
  3. Added new assertions

    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4f441ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56af7f1 View commit details
    Browse the repository at this point in the history
  5. fixed formatting

    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e1ae0d9 View commit details
    Browse the repository at this point in the history
  6. Fixed sql script

    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a9db721 View commit details
    Browse the repository at this point in the history
  7. Removed default null

    gbubemismith committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7244943 View commit details
    Browse the repository at this point in the history