Won't Do
Details
Assignee
Andrei MakarankaAndrei MakarankaReporter
Andriy KundyukovAndriy KundyukovLabels
Priority
P2Story Points
1Development Team
ThunderjetRelease
Poppy (R2 2023)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Andrei Makaranka
Andrei MakarankaReporter
Andriy Kundyukov
Andriy KundyukovLabels
Priority
Story Points
1
Development Team
Thunderjet
Release
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 7, 2021 at 12:17 PM
Updated May 30, 2023 at 3:02 PM
Resolved May 30, 2023 at 3:02 PM
Purpose/Overview:
New model will be used to support processing several transactions in parallel.
Requirements/Scope:
Create a new model "TempTransaction" to support the correlation/summary "id" from the table "order_transaction_summaries".
Approach:
"TempTransaction" model should extends all field from "Transaction" with addition field: "summaryId". "TempTransaction" will be saved into "temporary_order_transactions".
In order to see a bigger picture please check MODFISTO-260
Acceptance criteria:
"TempTransaction" model is created.