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

MODDCB-83 #64

Merged
merged 23 commits into from
Dec 12, 2023
Merged

MODDCB-83 #64

merged 23 commits into from
Dec 12, 2023

Conversation

Vignesh-kalyanasundaram
Copy link
Contributor

@Vignesh-kalyanasundaram Vignesh-kalyanasundaram commented Dec 11, 2023

Purpose

The purpose of the PR is to implement https://issues.folio.org/browse/MODDCB-83

Approach

Using chain of responsibility pattern, for lending and borrowing flow, we identify the list of statuses that we need to do the transition. Once we get the list of statuses, we call the update method for every status.

TODOS and Open Questions

  • Use GitHub checklists. When solved, check the box and explain the answer.

Learning

Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem.

…and added personal object while creating user
# Conflicts:
#	src/main/resources/swagger.api/schemas/CirculationRequest.yaml
#	src/main/resources/swagger.api/schemas/User.yaml
# Conflicts:
#	src/test/java/org/folio/dcb/service/BorrowingPickupLibraryServiceTest.java
# Conflicts:
#	src/main/java/org/folio/dcb/controller/ExceptionHandlingController.java
#	src/main/java/org/folio/dcb/service/impl/TransactionsServiceImpl.java
#	src/test/java/org/folio/dcb/service/TransactionServiceTest.java
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@Vignesh-kalyanasundaram Vignesh-kalyanasundaram merged commit c452849 into master Dec 12, 2023
5 checks passed
@Vignesh-kalyanasundaram Vignesh-kalyanasundaram deleted the MODDCB-83 branch December 12, 2023 09:16
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.

3 participants