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

feat: CE-358 - Animal outcome CRUD #54

Merged
merged 24 commits into from
May 28, 2024
Merged

feat: CE-358 - Animal outcome CRUD #54

merged 24 commits into from
May 28, 2024

Commits on Apr 24, 2024

  1. feat: added sql scripts for new animal outcome codes

    Mike Sears committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9172383 View commit details
    Browse the repository at this point in the history
  2. feat: added wildlife table

    Mike Sears committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    45418bb View commit details
    Browse the repository at this point in the history
  3. feat: database tables generated

    Mike Sears committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    655caa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat: added create animal outcome graph types

    Mike Sears committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    152a934 View commit details
    Browse the repository at this point in the history
  2. feat: creating initial create mutation

    Mike Sears committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f8c43fd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. feat: ability to create wildlife outcomes added

    Mike Sears committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6b46974 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. feat: delete wildlife enabled, updated tables

    delete wildlife functionality added, updated wildlife, ear_tag and drug_administered tables to include missing active_ind column
    Mike Sears committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4d831e1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat: added update mutation

    Mike Sears committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b459fdb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat: edit wildlife functionality added

    Mike Sears committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b3db558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068fd6c View commit details
    Browse the repository at this point in the history
  3. Merge commit.

    afwilcox committed May 15, 2024
    Configuration menu
    Copy the full SHA
    51a07e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bc0cc0 View commit details
    Browse the repository at this point in the history
  5. one more merge...

    afwilcox committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6eccce7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix: added an order property to the wildlife outcome

    added an order property to wildlife, drugs and tags to make sure that when new items are added they re added in an consistent order
    Mike Sears committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2f30897 View commit details
    Browse the repository at this point in the history
  2. fix: ear tag ordering problem

    fixed problem that was rejecting updates and new animal outcomes because of new input value
    Mike Sears committed May 22, 2024
    Configuration menu
    Copy the full SHA
    68b5f96 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    7c41869 View commit details
    Browse the repository at this point in the history
  2. chore: prisma updates

    Mike Sears committed May 23, 2024
    Configuration menu
    Copy the full SHA
    33d97db View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a566485 View commit details
    Browse the repository at this point in the history
  2. fix: fly script renamed

    renamed flyway scripts to prevent flyway from failing due to duplicate script versions
    Mike Sears committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d56b9ad View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: updated update behaviour

    updated the update wildlife endpoint to correctly remove and update actions when removing drugs and outcomes
    Mike Sears committed May 27, 2024
    Configuration menu
    Copy the full SHA
    20ed5e2 View commit details
    Browse the repository at this point in the history