OfficeScenarioTests CoopShares+Assets #121

Merged
hsh-michaelhoennig merged 39 commits from feature/use-case-acceptance-tests-4 into master 2024-11-15 11:54:19 +01:00
No description provided.
hsh-michaelhoennig added 31 commits 2024-11-15 09:32:44 +01:00
hsh-michaelhoennig added 4 commits 2024-11-15 09:55:07 +01:00
hsh-michaelhoennig added 1 commit 2024-11-15 09:57:20 +01:00
# Conflicts:
#	src/main/java/net/hostsharing/hsadminng/hs/office/coopassets/HsOfficeCoopAssetsTransactionController.java
#	src/main/resources/api-definition/hs-office/hs-office-coopassets-schemas.yaml
#	src/main/resources/api-definition/hs-office/hs-office-coopshares-schemas.yaml
#	src/test/java/net/hostsharing/hsadminng/hs/office/coopassets/HsOfficeCoopAssetsTransactionControllerAcceptanceTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/office/coopshares/HsOfficeCoopSharesTransactionControllerAcceptanceTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/office/scenarios/membership/CreateMembership.java
hsh-marcsandlus reviewed 2024-11-15 10:10:56 +01:00
@ -3,3 +3,3 @@
- hs-office-coopAssets
description: 'Fetch a single asset transaction by its uuid, if visible for the current subject.'
operationId: getCoopAssetTransactionByUuid
operationId: geSingleCoopAssetTransactionByUuid

get

get
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-11-15 10:11:18 +01:00
@ -3,3 +3,3 @@
- hs-office-coopShares
description: 'Fetch a single share transaction by its uuid, if visible for the current subject.'
operationId: getCoopShareTransactionByUuid
operationId: geSingleCoopShareTransactionByUuid

get

get
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-11-15 10:19:02 +01:00
@ -16,1 +17,3 @@
private static final String IF_NOT_FOUND_SYMBOL = "???";
public enum Resolver {
DROP_COMMENTS, // deletes comments ('#{whatever}' -> '')
KEEP_COMMENTS // deletes comments ('#{whatever}' -> '')

keep

keep
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-11-15 10:21:43 +01:00
@ -53,2 +62,4 @@
abstract String convert(final Object value, final Resolver resolver);
}
private final static Pattern pattern = Pattern.compile(",(\\s*})", Pattern.MULTILINE);

nur }?

nur }?
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-11-15 10:29:41 +01:00
@ -17,3 +17,3 @@
34003; 120; 2016-12-31; LOSS; -20.00; for cancellation D
35001; 190; 2024-01-15; PAYMENT; 128.00; for subscription E
35002; 190; 2024-01-20; ADJUSTMENT;-128.00; chargeback for subscription E
35002; 190; 2024-01-20; REVERSAL;-128.00; chargeback for subscription E

ADJUSTMENT

ADJUSTMENT
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-11-15 10:29:51 +01:00
hsh-michaelhoennig added 1 commit 2024-11-15 10:37:13 +01:00
hsh-michaelhoennig added 1 commit 2024-11-15 10:47:53 +01:00
hsh-michaelhoennig added 1 commit 2024-11-15 11:34:30 +01:00
hsh-michaelhoennig merged commit c98a5acb38 into master 2024-11-15 11:54:19 +01:00
hsh-michaelhoennig deleted branch feature/use-case-acceptance-tests-4 2024-11-15 11:54:19 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#121
No description provided.