-
-
Notifications
You must be signed in to change notification settings - Fork 192
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: add Capture counts to Grower Details dialog #222
Conversation
2e2975b
to
73c0dd3
Compare
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.
The UI looks great, but these aren't the right counts.
We need to query the API for each count against this grower.
a885234
to
b67ce9e
Compare
@nmcharlton I made the changes based on your suggestions. Please check my work, thanks |
19ddc45
to
ff24f2c
Compare
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.
Fantastic work, thanks @tranquanghuy0801!
* feat: add captures count list to grower details * feat: finish the frontend for captures count in grower detail dialog * feat: display the count of for each capture status in grower detail * fix: call api to get related captures for each grower for counting status * fix: get captures async for each grower * fix: filter captures test * fix: change the query to get captures count for each verification status
* feat: add captures count list to grower details * feat: finish the frontend for captures count in grower detail dialog * feat: display the count of for each capture status in grower detail * fix: call api to get related captures for each grower for counting status * fix: get captures async for each grower * fix: filter captures test * fix: change the query to get captures count for each verification status
Description
[Add a description of the changes]
Added the Capture counts to Grower Detail dialog.
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfills these requirements
Issue
What is the current behavior?
The current Grower Detail dialog does not have the associated Capture counts
What is the new behavior?
The current Grower Detail dialog will have the associated Capture counts
Breaking change
Does this PR introduce a breaking change?
No
Other useful information
Screenshot