Uploaded image for project: 'mod-finance'
  1. mod-finance
  2. MODFIN-73

Implement the GET /finance/group-fiscal-year-summaries API

    XMLWordPrintable

Details

    • Story
    • Status: Closed (View Workflow)
    • P3
    • Resolution: Done
    • None
    • 1.0.0
    • None
    • ACQ Sprint 76, ACQ Sprint 77, ACQ Sprint 78
    • 2
    • Thunderjet

    Description

      Overview

      MODFISTO-50 introduces a new schema - groupFySummary. This new schema will be leveraged in a new API that supplants a couple APIs in the original design.

      This allows us to run queries like this:
      GET /finance/group-fiscal-year-summaries?query=fiscalYear=XYZ and ledgerId=ABC

      and behind the scenes the following queries would be made:
      GET /finance-storage/budgets?query=fiscalYear=XYZ and ledgerId=ABC
      GET /finance-storage/group-fund-fiscal-years?query=fiscalYear=XYZ and ledgerId=ABC

      Scope

      For now just handle the "happy path" - assume that the queries provided can be satisfied by both storage API calls. Edge cases will be handled in separate stories.

      Approach

      The wiki provides a description of this endpoint and has been updated to incorporate the new GroupFiscalYearSummary schema.

      Acceptance Criteria

      • The API is implemented as described on the wiki
      • unit tests are updated
      • API tests are updated

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                siarhei_hrabko Siarhei Hrabko
                cmcnally Craig McNally
                Siarhei Hrabko Siarhei Hrabko
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases