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

[CCAP 636], Implement ccms data storage #1115

Merged
merged 9 commits into from
Feb 7, 2025

Conversation

anahar-cfa
Copy link
Collaborator

πŸ”— Jira ticket

✍️ Description

πŸ“· Design reference

βœ… Completion tasks

  • Added relevant tests
  • Meets acceptance criteria

@enyia21 enyia21 temporarily deployed to il-gcc-ccap-636-impleme-svbzqh February 4, 2025 00:58 Inactive
@@ -3,6 +3,7 @@
import java.math.BigInteger;
import java.time.LocalDate;
import java.util.List;
import java.util.Optional;
Copy link
Contributor

Choose a reason for hiding this comment

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

remove?

private final CountyRepository countyRepository;
private final ResourceOrganizationRepository resourceOrganizationRepository;

@Autowired
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks great, thanks for taking on the task of adding the repository for counties!

Just a small note here, I think the @Autowired is unnecessary here. Since there is only one constructor for the class, Spring should automatically perform constructor-based dependency injection.

@enyia21 enyia21 temporarily deployed to il-gcc-ccap-636-impleme-svbzqh February 6, 2025 20:10 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-636-impleme-svbzqh February 6, 2025 20:23 Inactive
Copy link

@mtodd-cfa mtodd-cfa left a comment

Choose a reason for hiding this comment

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

There's is a typo in the County object I flagged, but looks great outside of that!

src/main/java/org/ilgcc/app/data/County.java Outdated Show resolved Hide resolved
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-636-impleme-svbzqh February 6, 2025 22:41 Inactive
@enyia21 enyia21 had a problem deploying to il-gcc-ccap-636-impleme-svbzqh February 6, 2025 22:48 Failure
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-636-impleme-svbzqh February 6, 2025 22:52 Inactive
@anahar-cfa anahar-cfa requested a review from mtodd-cfa February 6, 2025 23:05
@anahar-cfa anahar-cfa merged commit db992bf into main Feb 7, 2025
5 checks passed
@anahar-cfa anahar-cfa deleted the CCAP-636-implement-ccms-data-storage branch February 7, 2025 01:59
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.

5 participants