Details

    • Type: Sub-task
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Company:
      All Clients/Multiple Clients

      Description

      In case if the sign is image type, then convert the base 64 encoded sign string into image and write into PDF
      CC: Swapnil Pandhare

        Attachments

        1. DMS-627.jpg
          DMS-627.jpg
          208 kB
        2. Sign_OnEditable.JPG
          Sign_OnEditable.JPG
          103 kB

          Activity

          ramya.tantry Ramya Tantry (Inactive) created issue -
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Field Original Value New Value
          Status To Do [ 10000 ] In Progress [ 3 ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Dev Estimates 20
          Remaining Estimate 20h [ 72000 ]
          Original Estimate 20h [ 72000 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 24/Jan/19 04:59 AM - edited
          • Time Spent:
            6.5h
             

            R&D to add image into PDF

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 20h [ 72000 ] 14h [ 50400 ]
          Time Spent 6h [ 21600 ]
          Worklog Id 157093 [ 157093 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task Details (01/24/2019)

          • R&D to add image into PDF
          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task Details (01/24/2019) R&D to add image into PDF
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 14h [ 50400 ] 13.5h [ 48600 ]
          Time Spent 6h [ 21600 ] 6.5h [ 23400 ]
          Worklog Id 157093 [ 157093 ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Attachment Sign_OnEditable.JPG [ 96099 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment - - edited

          Task Details (01/25/2019)

          •  Code changes to add image in PDF(jpeg and png)
          • Script changes for accommodate base 64 encoded string
          • Code changes to show sign on editable pdf

           
          Pending items:

          • Condition to set in pDF service to process sign only in case of base 64 string
          • Removal of sign control color on UI
          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - - edited Task Details (01/25/2019)  Code changes to add image in PDF(jpeg and png) Script changes for accommodate base 64 encoded string Code changes to show sign on editable pdf   Pending items: Condition to set in pDF service to process sign only in case of base 64 string Removal of sign control color on UI
          ramya.tantry Ramya Tantry (Inactive) logged work - 25/Jan/19 05:08 AM
          • Time Spent:
            6h
             

            Code changes to add image in PDF(jpeg and png)
            Script changes for accommodate base 64 encoded string
            Code changes to show sign on editable pdf

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 13.5h [ 48600 ] 7.5h [ 27000 ]
          Time Spent 6.5h [ 23400 ] 12.5h [ 45000 ]
          Worklog Id 157354 [ 157354 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task Details (01/28/2019)

          • Discussion with Swapnil and Narendra
          • Changes in PDF Service to process sign in case of Base 64 string
          • Merging my API changes to DMS-243 code
          • Unit testing

          Pending Tasks :
          Changes to API to accommodate signtext as Narendra was not able to send Sign in PDFJsonData itself.
          Changes to sign color UI to show the sign
          Unit Testing

          Narendra Kumar: While testing, I found below scenarios. Please confirm them at your end:
          1. On click of Signature Library ->on click of sign, the usersignature is not shown. On console.log, it is showing as undefined
          2. If signature is already present for that user, then that sign should be seen on UI on signature field bydefault when PDF is loaded on browser.

          NOTE: As we have used ABCpdf to write sign as image into PDF, it will write in the doc and not inside any field. So in PDF the sign should be a writable label and not textbox or textfield.

          CC: Swapnil Pandhare, Samir

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task Details (01/28/2019) Discussion with Swapnil and Narendra Changes in PDF Service to process sign in case of Base 64 string Merging my API changes to DMS-243 code Unit testing Pending Tasks : Changes to API to accommodate signtext as Narendra was not able to send Sign in PDFJsonData itself. Changes to sign color UI to show the sign Unit Testing Narendra Kumar : While testing, I found below scenarios. Please confirm them at your end: 1. On click of Signature Library ->on click of sign, the usersignature is not shown. On console.log, it is showing as undefined 2. If signature is already present for that user, then that sign should be seen on UI on signature field bydefault when PDF is loaded on browser. NOTE : As we have used ABCpdf to write sign as image into PDF, it will write in the doc and not inside any field. So in PDF the sign should be a writable label and not textbox or textfield. CC: Swapnil Pandhare , Samir
          ramya.tantry Ramya Tantry (Inactive) logged work - 28/Jan/19 05:10 AM
          • Time Spent:
            6h
             

            Discussion with Swapnil and Narendra
            Changes in PDF Service to process sign in case of Base 64 string
            Merging my API changes to DMS-243 code
            Unit testing

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 7.5h [ 27000 ] 1.5h [ 5400 ]
          Time Spent 12.5h [ 45000 ] 18.5h [ 66600 ]
          Worklog Id 157608 [ 157608 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Updated Estimates - Added 8 hours for Integration Testing and call

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Updated Estimates - Added 8 hours for Integration Testing and call
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Dev Estimates 20 28
          Remaining Estimate 1.5h [ 5400 ] 9.5h [ 34200 ]
          Original Estimate 20h [ 72000 ] 28h [ 100800 ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Status In Progress [ 3 ] Code Review [ 11801 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task Details (01/29/2019)

          • Call with Narendra
          • Discussion with Samir and Swapnil
          • Integration Testing
          • unit testing
          • PR raised
          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task Details (01/29/2019) Call with Narendra Discussion with Samir and Swapnil Integration Testing unit testing PR raised
          ramya.tantry Ramya Tantry (Inactive) logged work - 29/Jan/19 05:10 AM
          • Time Spent:
            6h
             
            • Call with Narendra
            • Discussion with Samir and Swapnil
            • Integration Testing
            • unit testing
            • PR raised
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 9.5h [ 34200 ] 3.5h [ 12600 ]
          Time Spent 18.5h [ 66600 ] 24.5h [ 88200 ]
          Worklog Id 157902 [ 157902 ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Assignee Ramya Tantry [ ramya.tantry ] Swapnil Pandhare [ swapnil.pandhare ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 29/Jan/19 08:06 PM
          • Time Spent:
            1.5h
             

            Looking into deployment issues
            Testing after deployment

          ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
          Status Code Review [ 11801 ] In QA Testing [ 11901 ]
          ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
          Assignee Swapnil Pandhare [ swapnil.pandhare ] Jayshree Nagpure [ jayshree.nagpure ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 3.5h [ 12600 ] 2h [ 7200 ]
          Time Spent 24.5h [ 88200 ] 26h [ 93600 ]
          Worklog Id 158265 [ 158265 ]
          Hide
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

          Verified on Preproduction
          Verified the signature on review and sign in page and preview page.
          Its showing correct

          closing jira

          Thanks,
          JAyshree

          Priya Dhamande Swapnil Pandhare Samir Sachin Hingole

          Show
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on Preproduction Verified the signature on review and sign in page and preview page. Its showing correct closing jira Thanks, JAyshree Priya Dhamande Swapnil Pandhare Samir Sachin Hingole
          jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
          Attachment DMS-627.jpg [ 96910 ]
          jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status In QA Testing [ 11901 ] Done [ 10001 ]
          jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 04/Feb/19 04:52 AM
          • Time Spent:
            0.75h
             

            Preproduction testing

          jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
          Remaining Estimate 2h [ 7200 ] 1.25h [ 4500 ]
          Time Spent 26h [ 93600 ] 26.75h [ 96300 ]
          Worklog Id 159018 [ 159018 ]
          Transition Time In Source Status Execution Times
          Ramya Tantry (Inactive) made transition -
          To Do In Progress
          1d 40m 1
          Ramya Tantry (Inactive) made transition -
          In Progress Code Review
          5d 7h 42m 1
          Ashwin Wankhede (Inactive) made transition -
          Code Review In QA Testing
          1d 2h 19m 1
          Jayshree Nagpure (Inactive) made transition -
          In QA Testing Done
          4d 17h 54m 1

            People

            Assignee:
            jayshree.nagpure Jayshree Nagpure (Inactive)
            Reporter:
            ramya.tantry Ramya Tantry (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 28h
                28h
                Remaining:
                Time Spent - 26.75h Remaining Estimate - 1.25h
                1.25h
                Logged:
                Time Spent - 26.75h Remaining Estimate - 1.25h
                26.75h