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

FINERACT-1932: Fineract modularization - fineract-savings #3703

Conversation

alberto-art3ch
Copy link
Contributor

Description

Create the initial fineract-savings module - used to savings products and savings accounts module classes and interfaces

FINERACT-1932

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests

  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.

  • Create/update unit or integration tests for verifying the changes made.

  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.

  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes

  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.

@@ -127,10 +126,6 @@ public final class SavingsAccountTransaction extends AbstractAuditableWithUTCDat
@Column(name = "reason_for_block", nullable = true)
private String reasonForBlock;

@OneToMany(cascade = CascadeType.ALL, orphanRemoval = true)
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess this is to reduce cross-dependencies to other domains? We should have more of these refactorings.

apply plugin: 'java'
apply plugin: 'eclipse'

compileJava.doLast {
Copy link
Contributor

Choose a reason for hiding this comment

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

Good for now. I'm sure we can come up with an idea to write it once instead of duplicating the same/similar configuration in multiple places. For another day.

Copy link
Contributor

@vidakovic vidakovic left a comment

Choose a reason for hiding this comment

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

Mostly moving/renaming files. LGTM

@alberto-art3ch alberto-art3ch force-pushed the enhancement/new_fineract_savings_module branch from 9fddaa7 to 7d63d13 Compare January 25, 2024 01:32
@alberto-art3ch alberto-art3ch force-pushed the enhancement/new_fineract_savings_module branch from 9add1a7 to 07f7512 Compare January 26, 2024 17:00
@adamsaghy adamsaghy merged commit 02cf674 into apache:develop Jan 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants