Uploaded image for project: 'Document Management System'
  1. Document Management System
  2. DMS-819

CBAT : Completed Document Library - Embedded UI

    Details

    • Type: New Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: Integration with CBAT
    • Labels:
      None

      Description

      Filter data as per provided source product & account did , which is used for embedded UI.

        Attachments

        1. Screenshot (946).png
          Screenshot (946).png
          127 kB
        2. Screenshot (947).png
          Screenshot (947).png
          124 kB
        3. Screenshot (948).png
          Screenshot (948).png
          124 kB
        4. Screenshot (949).png
          Screenshot (949).png
          119 kB
        5. Screenshot (950).png
          Screenshot (950).png
          119 kB
        6. Testcases -DMS-819.xls
          12 kB

          Activity

          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Task Done: 

          • Code debugging of Completed / Sent Forms Library : Active Documents and Archived Documents
          • Code fixing to filter Completed / Sent Forms Library based on source product id
          • Unit testing
          Show
          komal.barde Komal Barde (Inactive) added a comment - Task Done:  Code debugging of Completed / Sent Forms Library : Active Documents and Archived Documents Code fixing to filter Completed / Sent Forms Library based on source product id Unit testing
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Task Done:

          • Code fixing to filter Completed / Sent Forms Library based on source product id
          • Code fixing to filter Template Library based on source product id and apply same on add template screen
          • Unit testing
          Show
          komal.barde Komal Barde (Inactive) added a comment - Task Done: Code fixing to filter Completed / Sent Forms Library based on source product id Code fixing to filter Template Library based on source product id and apply same on add template screen Unit testing
          Hide
          rohan.khandave Rohan J Khandave (Inactive) added a comment -

          Need to filter out DMS fields on selection of Source product.

          Show
          rohan.khandave Rohan J Khandave (Inactive) added a comment - Need to filter out DMS fields on selection of Source product.
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Task Done:
          Code fixing to filter based on given source product for below combination in Embedded UI (Create and Update Document Template):

          Combination System Fields Mapped Fields
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is missing in source product  No Filter  No Filter 
          Source system fields mapping is missing in source product  No Filter  No Filter 

          Task Remain:
          Apply filter for above mentioned combination based on change of source product in normal UI for Create and Update Document Template screen

          CC: Rohan J Khandave, Swapnil Pandhare

          Show
          komal.barde Komal Barde (Inactive) added a comment - Task Done: Code fixing to filter based on given source product  for below combination in Embedded UI (Create and Update Document Template): Combination System Fields Mapped Fields Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is missing in source product  No Filter  No Filter  Source system fields mapping is missing in source product  No Filter  No Filter  Task Remain : Apply filter for above mentioned combination  based on change of source product   in normal UI for   Create and Update Document Template screen CC: Rohan J Khandave , Swapnil Pandhare
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Task Done:
          Code fixing to filter based on given source product for below combination in normal UI for Create and Update Document Template screen:

          Combination System Fields Mapped Fields
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is missing in source product  No Filter  No Filter 
          Source system fields mapping is missing in source product  No Filter  No Filter 

          CC:Rohan J Khandave, Swapnil Pandhare

          Show
          komal.barde Komal Barde (Inactive) added a comment - Task Done: Code fixing to  filter based on given source product  for below combination in normal UI for   Create and Update Document Template screen: Combination System Fields Mapped Fields Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is missing in source product  No Filter  No Filter  Source system fields mapping is missing in source product  No Filter  No Filter  CC: Rohan J Khandave , Swapnil Pandhare
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          List of modified files:

          1. DMS/DMS.App/src/DMS_AppLogic/DocumentData.cs
          2. DMS/DMS.App/src/DMS_WebApi/Controllers/IntegrationAPI/ValidateIntegrationController.cs
          3. DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/documentTemplate/documentTemplate.component.html
          4. DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/documentTemplate/documentTemplate.component.ts
          5. DMS/DMS.App/src/DMS_AppLogic/Repository/IDocumentRepository.cs
          6. DMS/DMS.App/src/DMS_WebApi/Controllers/Document/DocumentTemplateController.cs

           

          Show
          komal.barde Komal Barde (Inactive) added a comment - List of modified files : DMS/DMS.App/src/DMS_AppLogic/DocumentData.cs DMS/DMS.App/src/DMS_WebApi/Controllers/IntegrationAPI/ValidateIntegrationController.cs DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/documentTemplate/documentTemplate.component.html DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/documentTemplate/documentTemplate.component.ts DMS/DMS.App/src/DMS_AppLogic/Repository/IDocumentRepository.cs DMS/DMS.App/src/DMS_WebApi/Controllers/Document/DocumentTemplateController.cs  
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Unit testing done:

          Filter based on given source product for below combination in Embedded UI (Create and Update Document Template):

          Combination System Fields Mapped Fields
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is missing in source product  No Filter  No Filter 
          Source system fields mapping is missing in source product  No Filter  No Filter 

          Filter based on given source product for below combination in normal UI for Create and Update Document Template screen:

          Combination System Fields Mapped Fields
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is present in source product  Filter for given source product  Filter for given source product 
          Source system fields mapping is missing in source product  No Filter  No Filter 
          Source system fields mapping is missing in source product  No Filter  No Filter 

           

          Show
          komal.barde Komal Barde (Inactive) added a comment - Unit testing done: Filter based on given source product for below combination in Embedded UI (Create and Update Document Template): Combination System Fields Mapped Fields Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is missing in source product  No Filter  No Filter  Source system fields mapping is missing in source product  No Filter  No Filter  Filter based on given source product for below combination in normal UI for Create and Update Document Template screen: Combination System Fields Mapped Fields Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is present in source product  Filter for given source product  Filter for given source product  Source system fields mapping is missing in source product  No Filter  No Filter  Source system fields mapping is missing in source product  No Filter  No Filter   
          Hide
          rohan.khandave Rohan J Khandave (Inactive) added a comment -

          Code review done.

          Show
          rohan.khandave Rohan J Khandave (Inactive) added a comment - Code review done.
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: PreProd

          Case 1: Embedded UI
          Source Product drop down removed for both CBAT and CBES. Screen capture attached for reference.

          Case 2: DMS UI
          Source Product > CBAT > Limited fields should be available in mapping fields.
          Source Product > CBES > All fields should be available in mapping fields.
          Screen captures attached for reference.

          So, marking this jira Done.

          Swapnil Pandhare Rohan J Khandave

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: PreProd Case 1: Embedded UI Source Product drop down removed for both CBAT and CBES. Screen capture attached for reference. Case 2: DMS UI Source Product > CBAT > Limited fields should be available in mapping fields. Source Product > CBES > All fields should be available in mapping fields. Screen captures attached for reference. So, marking this jira Done. Swapnil Pandhare Rohan J Khandave

            People

            Assignee:
            komal.barde Komal Barde (Inactive)
            Reporter:
            rohan.khandave Rohan J Khandave (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 16h Original Estimate - 16h
                16h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 33.5h
                33.5h