Won't Do
Details
Assignee
Kruthi VuppalaKruthi VuppalaReporter
Craig McNallyCraig McNallyTester Assignee
Craig McNallyCraig McNallyPriority
P3Story Points
2Development Team
ThunderjetFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Kruthi Vuppala
Kruthi VuppalaReporter
Craig McNally
Craig McNallyTester Assignee
Craig McNally
Craig McNallyPriority
Story Points
2
Development Team
Thunderjet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 18, 2019 at 8:17 PM
Updated August 13, 2019 at 11:07 AM
Resolved August 1, 2019 at 2:16 PM
Overview
In order to support querying for invoices based on acquisitions units, we need to create a view which joins the invoices and acquisitions_unit_assignments tables on:
invoices.id == assignments.recordId
The GET /invoice-storage/invoices endpoint should be updated to query this view instead of the invoices table directly. The response schema should still be a collection of invoices
Approach
Use the RMB method of view creation, e.g. see an example here
Acceptance Criteria
The new view is created and used when querying invoices
Unit tests are updated