Uploaded image for project: 'mod-inventory-storage'
  1. mod-inventory-storage
  2. MODINVSTOR-787

Create CRUD REST API for Authorities

    XMLWordPrintable

Details

    • Falcon Sprint 125, Falcon Sprint 126
    • 5
    • Falcon

    Description

      Purpose

       To have an ability to work with Authority objects using the REST API

      Approach

      - Create a new interface 'authority-storage'. The list of methods should similar to the item-storage interface:
         GET '/authority-storage/authorities'
         GET '/authority-storage/authorities/{id}'
         POST '/authority-storage/authorities' 
         PUT '/authority-storage/authorities{id}'
         DELETE '/authority-storage/authorities/{id}'
         DELETE '/authority-storage/authorities'

      • Create database table needed for storing
           

      Acceptance criteria

      • Assign Mikhail Fokanov on code review
      • The REST API is implemented and covered by unit tests

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                OleksiiKuzminov Oleksii Kuzminov
                Igor_Gorchakov Igor Gorchakov
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases