Paweł Albecki

OLMIS-4706: clarify edge case

    • -1
    • +1
    /src/main/resources/api-definition.yaml
OLMIS-4689: Fix Total Cost is not updated filled correctly
OLMIS-4689: Fix Total Cost is not updated filled correctly
OLMIS-4689: Fix Total Cost is not updated filled correctly

we shouldn't have need for testing logic in IT. If there are edge cases in IT that means we have in web layer business logic. We should test only API responses in controller ITs.

we shouldn't have need for testing logic in IT. If there are edge cases in IT that means we have in web layer business logic. We should test only API responses in controller ITs.

It should be in domain layer, in skip method or somethign like "canSkip"

It should be in domain layer, in skip method or somethign like "canSkip"

can you rename it to ApproveProductsAggregator or something? So responsibility of this class is clear

can you rename it to ApproveProductsAggregator or something? So responsibility of this class is clear

this should be handled in auth service probably? offlineNavigationInterceptor doesn't work for this case because route (full-supply that is a child) has isOffline flag set to true....

this should be handled in auth service probably? offlineNavigationInterceptor doesn't work for this case because route (full-supply that is a child) has isOffline flag set to true....

OLMIS-4509: fix redirect to 404 when proceed requisition while offline
OLMIS-4509: fix redirect to 404 when proceed requisition while offline
OLMIS-4509: fix redirect to 404 when proceed requisition while offline

No, just curious

No, just curious

What are the objectives? Why code was moved? I think review title is misleading? It was not moved to controller layer but other service

What are the objectives? Why code was moved? I think review title is misleading? It was not moved to controller layer but other service

We return null when there is no stock cards

We return null when there is no stock cards

OLMIS-4706: Design API for retrieving Stock out Days
OLMIS-4706: Design API for retrieving Stock out Days
OLMIS-4706: Design API for retrieving Stock out Days

    • -0
    • +55
    /src/main/resources/api-definition.yaml
    • -0
    • +18
    /src/main/resources/schemas/stockOutDays.json
    • -0
    • +25
    /src/main/resources/schemas/stockOutDaysPage.json
Maybe the following Whens should be changed to And?

Maybe the following Whens should be changed to And?

right, we test this endpoint in Auth performance

right, we test this endpoint in Auth performance

Can't we move it to separate file?

Can't we move it to separate file?

+1

+1

Needed to make ProgramOrderables a list because HashSet silently ignore duplicated programs in orderable but instead we should throw an error as ticket states

Needed to make ProgramOrderables a list because
HashSet silently ignore duplicated programs in
orderable but instead we should throw an error as ticket states