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

CBAT: Custom fields changes on Text Document Template

    Details

    • Type: New Feature
    • Status: Done
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: CBAT Offer Letter - Fall
    • Labels:
      None

      Description

      Show company specific names & custom fields name

      Create tags for system & Custom fields

      Replace tags while sending document

        Attachments

          Activity

          samir Samir created issue -
          samir Samir made changes -
          Field Original Value New Value
          Fix Version/s CBAT Offer Letter - Fall [ 10607 ]
          samir Samir made changes -
          Epic Link DMS-473 [ 75966 ]
          samir Samir made changes -
          Sprint DMS - Fall Sprint 6 [ 165 ]
          samir Samir made changes -
          Remaining Estimate 32h [ 115200 ]
          Original Estimate 32h [ 115200 ]
          samir Samir made changes -
          Assignee Samir [ samir ] Ganesh Sadawarte [ ganesh.sadawarte ]
          samir Samir made changes -
          Sprint DMS - Fall Sprint 6 [ 165 ] DMS - Fall Sprint 7 [ 166 ]
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) made changes -
          Assignee Ganesh Sadawarte [ ganesh.sadawarte ] Akash Thakur [ akash.thakur ]
          Hide
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) added a comment -

          CC-Samir

          Show
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) added a comment - CC- Samir
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) made changes -
          Assignee Akash Thakur [ akash.thakur ] Ramya Tantry [ ramya.tantry ]
          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 ] To Do [ 10000 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 09/Jul/19 06:35 AM
          • Time Spent:
            5h
             

            Initial analysis

            Code changes

            Unit testing

            Discussion with Rohan

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 32h [ 115200 ] 27h [ 97200 ]
          Time Spent 5h [ 18000 ]
          Worklog Id 187257 [ 187257 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          This Jira has been put on hold due to DMS-1620

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - This Jira has been put on hold due to DMS-1620
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Status To Do [ 10000 ] In Progress [ 3 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 10/Jul/19 06:03 AM
          • Time Spent:
            0.5h
             

            Code changes

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 27h [ 97200 ] 26.5h [ 95400 ]
          Time Spent 5h [ 18000 ] 5.5h [ 19800 ]
          Worklog Id 187477 [ 187477 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 11/Jul/19 05:31 AM
          • Time Spent:
            6.5h
             

            Code change for saving and getting data for Text file

            Unit testing

             

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 26.5h [ 95400 ] 20h [ 72000 ]
          Time Spent 5.5h [ 19800 ] 12h [ 43200 ]
          Worklog Id 187766 [ 187766 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 12/Jul/19 05:43 AM
          • Time Spent:
            7.5h
             

            Unit testing and code changes

            Same system field name issue analysis

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 20h [ 72000 ] 12.5h [ 45000 ]
          Time Spent 12h [ 43200 ] 19.5h [ 70200 ]
          Worklog Id 188066 [ 188066 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 15/Jul/19 03:27 AM
          • Time Spent:
            5h
             

            Section name changes

            Code changes

            Unit testing

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

          Tasks Done:

          • Custom fields will come with their section name. Eg: Hiring contacts.Hiring manager , Qualification.Comments
          • As per source product, fields will be updated in the list.
          • Data will be saved as per assignmentid in Assignment table. Latest Id of the assignment table for that person will be fetched for Get and Save.
          • Tags will be replaced while sending document.
          • Unit testing for Admin and candidate view

          Note: Mapped list in text editor will not be refreshed on change of source product.

          Browsers Verified :
          Chrome and Mozilla.

          Affected Files:
          D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\DocumentData.cs
          D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\Common\EditForms.cs
          D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\Common\Routines\CommonRoutines.cs
          D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\IntegrationLogic\CandidateProfile.cs
          D:\DMS\DMS\DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\admin\document\document-template\document-template.component.ts

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Tasks Done: Custom fields will come with their section name. Eg: Hiring contacts.Hiring manager , Qualification.Comments As per source product, fields will be updated in the list. Data will be saved as per assignmentid in Assignment table. Latest Id of the assignment table for that person will be fetched for Get and Save. Tags will be replaced while sending document. Unit testing for Admin and candidate view Note : Mapped list in text editor will not be refreshed on change of source product. Browsers Verified : Chrome and Mozilla. Affected Files: D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\DocumentData.cs D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\Common\EditForms.cs D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\Common\Routines\CommonRoutines.cs D:\DMS\DMS\DMS\DMS.App\src\DMS_AppLogic\IntegrationLogic\CandidateProfile.cs D:\DMS\DMS\DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\admin\document\document-template\document-template.component.ts
          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 ] Harshveer Singh [ harshveer.singh ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 12.5h [ 45000 ] 7.5h [ 27000 ]
          Time Spent 19.5h [ 70200 ] 24.5h [ 88200 ]
          Worklog Id 188380 [ 188380 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 15/Jul/19 05:21 AM
          • Time Spent:
            1h
             

            Code review changes and Jira Updation

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 7.5h [ 27000 ] 6.5h [ 23400 ]
          Time Spent 24.5h [ 88200 ] 25.5h [ 91800 ]
          Worklog Id 188394 [ 188394 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Assignee Harshveer Singh [ harshveer.singh ] Priya Dhamande [ priya.dhamande ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Status Code Review [ 11801 ] In QA Testing [ 11901 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 16/Jul/19 05:00 AM
          • Time Spent:
            1.5h
             

            Code review changes

            Dev merge into PR for latest changes

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 6.5h [ 23400 ] 5h [ 18000 ]
          Time Spent 25.5h [ 91800 ] 27h [ 97200 ]
          Worklog Id 188660 [ 188660 ]
          shashikant.mishra ShashiKant Mishra (Inactive) made changes -
          Sprint DMS - Fall Sprint 7 [ 166 ] DMS - Fall Sprint 7, DMS - Fall Sprint 8 [ 166, 167 ]
          priya.dhamande Priya Dhamande (Inactive) logged work - 02/Aug/19 06:13 AM
          • Time Spent:
            1.5h
             

            Discussion with Ramya and Rohan
            Analysis
            test case writing in progress

          priya.dhamande Priya Dhamande (Inactive) made changes -
          Remaining Estimate 5h [ 18000 ] 3.5h [ 12600 ]
          Time Spent 27h [ 97200 ] 28.5h [ 102600 ]
          Worklog Id 193020 [ 193020 ]
          shashikant.mishra ShashiKant Mishra (Inactive) made changes -
          Sprint DMS - Fall Sprint 7, DMS - Fall Sprint 8 [ 166, 167 ] DMS - Fall Sprint 7, DMS - Fall Sprint 8, DMS - Gap Fall & Win Sprint 1 [ 166, 167, 173 ]
          shashikant.mishra ShashiKant Mishra (Inactive) made changes -
          Sprint DMS - Fall Sprint 7, DMS - Fall Sprint 8, DMS - Gap Fall & Win Sprint 1 [ 166, 167, 173 ] DMS - Fall Sprint 7, DMS - Fall Sprint 8, DMS - Gap Fall & Win Sprint 1, DMS - Gap Fall & Win Sprint 2 [ 166, 167, 173, 174 ]
          priya.dhamande Priya Dhamande (Inactive) logged work - 21/Aug/19 05:06 AM
          • Time Spent:
            2h
             

            Prod testing

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

          Environment:Prod
          Login: Admin and Candidate
          Browser: FF and Chrome

          Points covered:
          1. Custom fields available after Source Product > CBAT selection
          2. Able to map fields
          3. Able to save and create template
          4. Able to see mapped fields on Preview
          5. Able to send dcument
          6. Able to see mapped fields
          7. Review and Sign document

          So, marking jira done.
          Samir Rohan J Khandave Sachin Hingole Hrishikesh Deshpande

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment:Prod Login: Admin and Candidate Browser: FF and Chrome Points covered: 1. Custom fields available after Source Product > CBAT selection 2. Able to map fields 3. Able to save and create template 4. Able to see mapped fields on Preview 5. Able to send dcument 6. Able to see mapped fields 7. Review and Sign document So, marking jira done. Samir Rohan J Khandave Sachin Hingole Hrishikesh Deshpande
          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 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Remaining Estimate 3.5h [ 12600 ] 1.5h [ 5400 ]
          Time Spent 28.5h [ 102600 ] 30.5h [ 109800 ]
          Worklog Id 196002 [ 196002 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Attachment Screenshot (3939).png [ 116924 ]
          Attachment Screenshot (3940).png [ 116925 ]
          Transition Time In Source Status Execution Times
          Ramya Tantry (Inactive) made transition -
          In Progress To Do
          2h 15m 1
          Ramya Tantry (Inactive) made transition -
          To Do In Progress
          19d 2
          Ramya Tantry (Inactive) made transition -
          In Progress Code Review
          4d 22h 44m 1
          Raj Hawaldar (Inactive) made transition -
          Code Review In QA Testing
          22h 58m 1
          Priya Dhamande (Inactive) made transition -
          In QA Testing Done
          36d 2h 40m 1

            People

            Assignee:
            ramya.tantry Ramya Tantry (Inactive)
            Reporter:
            samir Samir
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 32h
                32h
                Remaining:
                Time Spent - 30.5h Remaining Estimate - 1.5h
                1.5h
                Logged:
                Time Spent - 30.5h Remaining Estimate - 1.5h
                30.5h