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

Implement expedited SNAP screens #464

Merged
merged 10 commits into from
Jan 10, 2024
Merged

Implement expedited SNAP screens #464

merged 10 commits into from
Jan 10, 2024

Conversation

spokenbird
Copy link
Contributor

No description provided.

@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 19, 2023 21:53 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 20, 2023 00:56 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 21, 2023 23:53 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 23, 2023 00:42 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 23, 2023 00:44 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 23, 2023 01:36 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 December 23, 2023 01:37 Inactive
Copy link
Contributor

@sree-cfa sree-cfa left a comment

Choose a reason for hiding this comment

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

lgtm - testing coverage is great.

Some observations/suggestions:

  • The checks for "isApplyingForExpeditedSnap" could be a static method in submissionUtils - Then the conditional wouldnt need to be autowired. It also doesnt have to be autowired since theres nothing that condition needs to be initialized with.
  • I think we could use Float or Double instead of BigDecimal since these values will be pretty small and we just need them for comparisons - the "<,>" operands can be used with primitives which might make it slightly more clear than "compareTo".

@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 18:38 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 21:50 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 22:28 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 22:33 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 22:35 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 23:33 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 9, 2024 23:45 Inactive
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-464 January 10, 2024 00:07 Inactive
@sree-cfa sree-cfa merged commit 967de8c into main Jan 10, 2024
5 checks passed
@sree-cfa sree-cfa deleted the expedited-snap-screens branch January 10, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants