Uploaded image for project: 'FOLIO'
  1. FOLIO
  2. FOLIO-1782

Load staff slips sample data in CI builds

    XMLWordPrintable

Details

    • Core: Platform - Sprint 59
    • 2
    • Core: Platform

    Description

      We need two staff slips to be populated by default by the system:

      hold:

      {
        name: 'Hold',
        active: true,
        template: '<p></p>',
        metadata: {
          createdDate : 'DATE',
          createdByUserId : 'USER_ID',
          updatedDate : 'DATE',
          updatedByUserId : 'USER_ID'
        }
      }
      

      and transit:

      {
        name: 'Transit',
        active: true,
        template: '<p></p>',
        metadata: {
          createdDate : 'DATE',
          createdByUserId : 'USER_ID',
          updatedDate : 'DATE',
          updatedByUserId : 'USER_ID'
        }
      }
      

      We are currently creating them on the fly on the frontend via: staff-slips-storage/staff-slips endpoint the first time somebody visits staff slips settings page.

      TestRail: Results

        Attachments

          1. screenshot-1.png
            screenshot-1.png
            171 kB
          2. screenshot-2.png
            screenshot-2.png
            171 kB
          3. screenshot-3.png
            screenshot-3.png
            196 kB

          Issue Links

            Activity

              People

                hji Hongwei Ji
                mpk35 Michal Kuklis
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases