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

CBAT : Send Multiple Document to Multiple Candidates -- Bulk API

    Details

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

      Description

      Need to send multiple document to multiple candidates.

        Attachments

          Activity

          rohan.khandave Rohan J Khandave (Inactive) created issue -
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Field Original Value New Value
          Epic Link DMS-473 [ 75966 ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Status To Do [ 10000 ] In Progress [ 3 ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Assignee Samir [ samir ] Rohan J Khandave [ rohan.khandave ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Developer Rohan J Khandave [ rohan.khandave ]
          rohan.khandave Rohan J Khandave (Inactive) logged work - 11/Mar/19 07:08 AM
          • Time Spent:
            5h
             

            Coding

          rohan.khandave Rohan J Khandave (Inactive) logged work - 12/Mar/19 07:09 AM
          • Time Spent:
            8h
             

            Coding 

          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 32h [ 115200 ] 27h [ 97200 ]
          Time Spent 5h [ 18000 ]
          Worklog Id 166400 [ 166400 ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 27h [ 97200 ] 19h [ 68400 ]
          Time Spent 5h [ 18000 ] 13h [ 46800 ]
          Worklog Id 166401 [ 166401 ]
          Hide
          rohan.khandave Rohan J Khandave (Inactive) added a comment -

          As per analysis starting coding for send bulk document to candidates.

          Working sending mails & detailed output with send document ids , email status.

          Show
          rohan.khandave Rohan J Khandave (Inactive) added a comment - As per analysis starting coding for send bulk document to candidates. Working sending mails & detailed output with send document ids , email status.
          rohan.khandave Rohan J Khandave (Inactive) logged work - 13/Mar/19 07:13 AM
          • Time Spent:
            5h
             

            Coding

          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 19h [ 68400 ] 14h [ 50400 ]
          Time Spent 13h [ 46800 ] 18h [ 64800 ]
          Worklog Id 166403 [ 166403 ]
          rohan.khandave Rohan J Khandave (Inactive) logged work - 14/Mar/19 07:19 AM
          • Time Spent:
            5h
             

            Coding & testing

          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Status In Progress [ 3 ] Code Review [ 11801 ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 14h [ 50400 ] 9h [ 32400 ]
          Time Spent 18h [ 64800 ] 23h [ 82800 ]
          Worklog Id 166916 [ 166916 ]
          rohan.khandave Rohan J Khandave (Inactive) logged work - 15/Mar/19 07:21 AM
          • Time Spent:
            3h
             

            Testing & Code Changes

          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 9h [ 32400 ] 6h [ 21600 ]
          Time Spent 23h [ 82800 ] 26h [ 93600 ]
          Worklog Id 166918 [ 166918 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Status Code Review [ 11801 ] In QA Testing [ 11901 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Assignee Rohan J Khandave [ rohan.khandave ] Priya Dhamande [ priya.dhamande ]
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          User DID: ABC
          Account DID: A7F0PT78MTMZ470WBBT

          { "personidentity": "ABSSH", "documenttemplateids": "234" }

          Status: 400

          Error Log:

          Action Name : PostBulkDocument
          Controller : GenerateDocument
          Exception :
          Error Message :
          Error Source : DMS_WebApi
          Stack Trace : at DMS_WebApi.Controllers.IntegrationAPI.GenerateDocumentController.PostBulkDocument(SendDocumentBulk objSendDocumentBulk) in D:\Git_DMS\DMS\DMS.App\src\DMS_WebApi\Controllers\IntegrationAPI\GenerateDocumentController.cs:line 317
          at lambda_method(Closure , Object , Object[] )
          at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters)
          at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
          at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
          at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
          at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
          at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
          at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
          at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextExceptionFilterAsync()

          Swapnil Pandhare Samir

           

           

           

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - User DID: ABC Account DID: A7F0PT78MTMZ470WBBT { "personidentity": "ABSSH", "documenttemplateids": "234" } Status: 400 Error Log: Action Name : PostBulkDocument Controller : GenerateDocument Exception : Error Message : Error Source : DMS_WebApi Stack Trace : at DMS_WebApi.Controllers.IntegrationAPI.GenerateDocumentController.PostBulkDocument(SendDocumentBulk objSendDocumentBulk) in D:\Git_DMS\DMS\DMS.App\src\DMS_WebApi\Controllers\IntegrationAPI\GenerateDocumentController.cs:line 317 at lambda_method(Closure , Object , Object[] ) at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextExceptionFilterAsync() Swapnil Pandhare Samir      
          priya.dhamande Priya Dhamande (Inactive) logged work - 25/Mar/19 03:22 AM
          • Time Spent:
            1h
             

            One IM testing and discussion

          priya.dhamande Priya Dhamande (Inactive) made changes -
          Status In QA Testing [ 11901 ] In Progress [ 3 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Assignee Priya Dhamande [ priya.dhamande ] Rohan J Khandave [ rohan.khandave ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Remaining Estimate 6h [ 21600 ] 5h [ 18000 ]
          Time Spent 26h [ 93600 ] 27h [ 97200 ]
          Worklog Id 168355 [ 168355 ]
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Status In Progress [ 3 ] Code Review [ 11801 ]
          rohan.khandave Rohan J Khandave (Inactive) logged work - 02/Apr/19 07:55 AM
          • Time Spent:
            3h
             

            Coding & testing.

          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Remaining Estimate 5h [ 18000 ] 2h [ 7200 ]
          Time Spent 27h [ 97200 ] 30h [ 108000 ]
          Worklog Id 170442 [ 170442 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Status Code Review [ 11801 ] In QA Testing [ 11901 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Assignee Rohan J Khandave [ rohan.khandave ] Priya Dhamande [ priya.dhamande ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Attachment Screenshot (1255).png [ 103445 ]
          priya.dhamande Priya Dhamande (Inactive) logged work - 08/Apr/19 02:19 AM
          • Time Spent:
            1h
             

            oneim testing

          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: OneIm

          The API is resolved and verified and working as expected. So, marking this Done.

          Swapnil Pandhare Rohan J Khandave

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: OneIm The API is resolved and verified and working as expected. So, marking this Done. Swapnil Pandhare Rohan J Khandave
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Assignee Priya Dhamande [ priya.dhamande ] Rohan J Khandave [ rohan.khandave ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Remaining Estimate 2h [ 7200 ] 1h [ 3600 ]
          Time Spent 30h [ 108000 ] 31h [ 111600 ]
          Worklog Id 171455 [ 171455 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status In QA Testing [ 11901 ] Done [ 10001 ]
          Transition Time In Source Status Execution Times
          Rohan J Khandave (Inactive) made transition -
          To Do In Progress
          2d 19h 47m 1
          Priya Dhamande (Inactive) made transition -
          In QA Testing In Progress
          6d 1h 43m 1
          Rohan J Khandave (Inactive) made transition -
          In Progress Code Review
          12d 5h 38m 2
          Raj Hawaldar (Inactive) made transition -
          Code Review In QA Testing
          4d 20h 28m 2
          Priya Dhamande (Inactive) made transition -
          In QA Testing Done
          4d 23h 52m 1

            People

            Assignee:
            rohan.khandave Rohan J Khandave (Inactive)
            Reporter:
            rohan.khandave Rohan J Khandave (Inactive)
            Developer:
            Rohan J Khandave (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 32h
                32h
                Remaining:
                Time Spent - 31h Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - 31h Remaining Estimate - 1h
                31h