-
Notifications
You must be signed in to change notification settings - Fork 78
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
LF-4166 (4): Implement end to end animal creation flow #3397
Merged
kathyavini
merged 21 commits into
integration
from
LF-4166/Complete_Implement_End-to-End_animal_creation_flow
Sep 3, 2024
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
19eb066
LF-4166 Add missing properties to Animal/Batch types
SayakaOno c7e41f8
LF-4166 Correct organic status Option type
SayakaOno 5f7e8f9
LF-4166 Correct addAnimalBatches mutation request body type
SayakaOno 50b9556
LF-4166 Create format functions for animal and batch
SayakaOno 6fcb104
LF-4166 Implement onSave function in AddAnimals
SayakaOno 1c7b4dc
LF-4166 Fix format animal/batch functions
SayakaOno 2582ce0
LF-4166 Fix dates' format in Animal model
SayakaOno b694cca
LF-4166 Finalize organic status type
SayakaOno 6c9ff30
LF-4166 Rename animal util functions
SayakaOno 5260f26
LF-4166 Create PostAnimalBatch type
SayakaOno b266c93
LF-4166 Correct types
SayakaOno 8d85441
LF-4166 Move birth_date to origin section in format function
SayakaOno 9f9560b
LF-4166 Add missing properties to AnimalBatch type
SayakaOno 032ed32
LF-4166 Fix animal batch POST request body and type
SayakaOno 2baba57
Merge branch 'integration' into LF-4166/Complete_Implement_End-to-End…
SayakaOno 9fc8d20
Apply suggestions from code review
SayakaOno ad2b487
LF-4166 Create OrganicStatus type
SayakaOno e7e4078
LF-4166 /animal_type_use_relationship
SayakaOno 1211b98
Filter uses in animal details
SayakaOno f73d909
Adjust add animal summary image width
SayakaOno 79566c6
Merge pull request #3402 from LiteFarmOrg/Add_animal_fix
Duncan-Brain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could consider making
'Non-Organic' | 'Transitional' | 'Organic'
a reusable type -- its used twice here and would be useful for any locations that are going to be added like pasture.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. I got a bit lazy about finding the right place for it, sorry. I'll make sure to add it!