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

Updated Deliver Status View #297

Merged
merged 10 commits into from
May 9, 2024
Merged

Conversation

pxwxnvermx
Copy link
Contributor

@pxwxnvermx pxwxnvermx self-assigned this Apr 3, 2024
@pxwxnvermx pxwxnvermx force-pushed the pkv/deliver-status-view-update branch from 4520966 to 751646a Compare April 3, 2024 07:43
Base automatically changed from pkv/completed-work-verification-table to main April 17, 2024 13:52
@pxwxnvermx pxwxnvermx force-pushed the pkv/deliver-status-view-update branch from 4516371 to f1483fd Compare April 19, 2024 12:17
Copy link
Collaborator

@calellowitz calellowitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a small comment that I thought I had made weeks ago, otherwise seems fine to me.

@@ -81,4 +81,5 @@ def get_annotated_opportunity_access_deliver_status(opportunity: Opportunity):
)
.order_by("user__name")
)
access_objects.sort(key=lambda a: a.user.name)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine if necessary, but is it possible sort in sql?

Copy link
Contributor Author

@pxwxnvermx pxwxnvermx May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to do the same query using SQL, to keep the sorting in SQL but ran into issues with payment units not showing up for users who have not submitted any forms, as no completed works were created.

@pxwxnvermx pxwxnvermx merged commit 63c43cd into main May 9, 2024
2 checks passed
@pxwxnvermx pxwxnvermx deleted the pkv/deliver-status-view-update branch May 9, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants