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

Register Button for Review and Sign page for Guest User

    Details

    • Type: New Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Company:
      All Clients/Multiple Clients

      Description

      Register Button for Review and Sign page for Guest User for Demo

      CC:Swapnil Pandhare,Priya Dhamande

        Attachments

        1. Screenshot (1292).png
          Screenshot (1292).png
          381 kB
        2. Screenshot (1293).png
          Screenshot (1293).png
          238 kB
        3. Screenshot (1294).png
          Screenshot (1294).png
          349 kB

          Issue Links

            Activity

            ramya.tantry Ramya Tantry (Inactive) created issue -
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Field Original Value New Value
            Status To Do [ 10000 ] To Do [ 10000 ]
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Status To Do [ 10000 ] In Progress [ 3 ]
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Status In Progress [ 3 ] Code Review [ 11801 ]
            Hide
            ramya.tantry Ramya Tantry (Inactive) added a comment -

            Task in Jira :
            1. Prompt user to login as per mockup given in DMS-1021.
            2. successful registration flow check

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - Task in Jira : 1. Prompt user to login as per mockup given in DMS-1021 . 2. successful registration flow check
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Status Code Review [ 11801 ] In QA Testing [ 11901 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Assignee Ramya Tantry [ ramya.tantry ] Priya Dhamande [ priya.dhamande ]
            ramya.tantry Ramya Tantry (Inactive) logged work - 10/Apr/19 04:52 AM
            • Time Spent:
              6h
               

              Analysis
              Code changes
              Discussion with Swapnil
              raise PR

            ramya.tantry Ramya Tantry (Inactive) made changes -
            Remaining Estimate 0h [ 0 ]
            Time Spent 6h [ 21600 ]
            Worklog Id 172031 [ 172031 ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: PreProd

            Steps:
            1. Send Email to new user
            2. Click Link > Registration Popup
            3. Skip
            4.Review and Sign > Signature
            5. Submit

            Message "System cannot save data for PDF. Please try again." is appearing.

            So, reopening the jira for the same.

            Swapnil Pandhare Rohan J Khandave Samir

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: PreProd Steps: 1. Send Email to new user 2. Click Link > Registration Popup 3. Skip 4.Review and Sign > Signature 5. Submit Message "System cannot save data for PDF. Please try again." is appearing. So, reopening the jira for the same. Swapnil Pandhare Rohan J Khandave Samir
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Screenshot (1294).png [ 103697 ]
            Attachment Screenshot (1293).png [ 103698 ]
            Attachment Screenshot (1292).png [ 103699 ]
            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 ] Ramya Tantry [ ramya.tantry ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Link This issue relates to DMS-1164 [ DMS-1164 ]
            priya.dhamande Priya Dhamande (Inactive) logged work - 10/Apr/19 06:14 AM
            • Time Spent:
              0.75h
               

              Preprod testing

            priya.dhamande Priya Dhamande (Inactive) made changes -
            Time Spent 6h [ 21600 ] 6.75h [ 24300 ]
            Worklog Id 172084 [ 172084 ]
            Hide
            ramya.tantry Ramya Tantry (Inactive) added a comment -

            Hi Priya Dhamande,

            Please provide the document template name for which this issue occurred.

            CC: Swapnil Pandhare,Rohan J Khandave,Samir

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - Hi Priya Dhamande , Please provide the document template name for which this issue occurred. CC: Swapnil Pandhare , Rohan J Khandave , Samir
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Assignee Ramya Tantry [ ramya.tantry ] Priya Dhamande [ priya.dhamande ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: PreProd

            Admin details:
            WorkterraAdmin
            WoraWo

            Template Name: W4 Form Candidate Profile

            Samir Swapnil Pandhare Rohan J Khandave

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: PreProd Admin details: WorkterraAdmin WoraWo Template Name: W4 Form Candidate Profile Samir Swapnil Pandhare Rohan J Khandave
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Ramya Tantry [ ramya.tantry ]
            ramya.tantry Ramya Tantry (Inactive) logged work - 10/Apr/19 11:42 PM
            • Time Spent:
              3h
               

              Issue analysis
              Code changes
              Unit testing

            Hide
            ramya.tantry Ramya Tantry (Inactive) added a comment -

            This issue occurred because, same Address system field was mapped to the template.
            As new user doesn't have any address row data, system inserts new address data. But as same field was mapped, insert query that got generated is as follows : INSERT INTO Address(AddressLine1,AddressLine1,LastUpdate_dateTime,LastUpdatedby_UserID,Created_dateTime,Createdby_UserID) values (......).
            This query resulted in SQL exception while executing.

            Code fix done to omit same system field when insert query is generated.
            CC: Swapnil Pandhare,Rohan J Khandave,Samir

            Show
            ramya.tantry Ramya Tantry (Inactive) added a comment - This issue occurred because, same Address system field was mapped to the template. As new user doesn't have any address row data, system inserts new address data. But as same field was mapped, insert query that got generated is as follows : INSERT INTO Address(AddressLine1,AddressLine1,LastUpdate_dateTime,LastUpdatedby_UserID,Created_dateTime,Createdby_UserID) values (......). This query resulted in SQL exception while executing. Code fix done to omit same system field when insert query is generated. CC: Swapnil Pandhare , Rohan J Khandave , Samir
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Status In Progress [ 3 ] Code Review [ 11801 ]
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Assignee Ramya Tantry [ ramya.tantry ] Swapnil Pandhare [ swapnil.pandhare ]
            ramya.tantry Ramya Tantry (Inactive) made changes -
            Time Spent 6.75h [ 24300 ] 9.75h [ 35100 ]
            Worklog Id 172284 [ 172284 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Status Code Review [ 11801 ] In QA Testing [ 11901 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Assignee Swapnil Pandhare [ swapnil.pandhare ] Priya Dhamande [ priya.dhamande ]
            priya.dhamande Priya Dhamande (Inactive) logged work - 15/Apr/19 05:45 AM
            • Time Spent:
              1h
               

              Preprod testing

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

            Environment: PreProd
            Login: Candidate

            The issue of New user Submit not working is resolved and verified. Now, we are able to successfully submit the document after signatre.
            Refer screen capture. So, marking jira Done.

            Swapnil Pandhare Ramya Tantry

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: PreProd Login: Candidate The issue of New user Submit not working is resolved and verified. Now, we are able to successfully submit the document after signatre. Refer screen capture. So, marking jira Done. Swapnil Pandhare Ramya Tantry
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Time Spent 9.75h [ 35100 ] 10.75h [ 38700 ]
            Worklog Id 172918 [ 172918 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status In QA Testing [ 11901 ] Done [ 10001 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Ramya Tantry [ ramya.tantry ]
            Transition Time In Source Status Execution Times
            Ramya Tantry (Inactive) made transition -
            To Do To Do
            10s 1
            Ramya Tantry (Inactive) made transition -
            To Do In Progress
            5s 1
            Priya Dhamande (Inactive) made transition -
            In QA Testing In Progress
            1h 9m 1
            Ramya Tantry (Inactive) made transition -
            In Progress Code Review
            1d 46m 2
            Raj Hawaldar (Inactive) made transition -
            Code Review In QA Testing
            4d 37m 2
            Priya Dhamande (Inactive) made transition -
            In QA Testing Done
            5h 33m 1

              People

              Assignee:
              ramya.tantry Ramya Tantry (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 - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10.75h
                  10.75h