Details

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

      Description

      API for Search Candidate

        Attachments

          Activity

          samir Samir created issue -
          samir Samir made changes -
          Field Original Value New Value
          Fix Version/s Candidate portfolio in DMS [ 10446 ]
          narendra.kumar Narendra Kumar made changes -
          Assignee Samir [ samir ] Ganesh Sadawarte [ ganesh.sadawarte ]
          samir Samir made changes -
          Assignee Ganesh Sadawarte [ ganesh.sadawarte ] Rohan J Khandave [ rohan.khandave ]
          samir Samir made changes -
          Assignee Rohan J Khandave [ rohan.khandave ] Swapnil Pandhare [ swapnil.pandhare ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Status To Do [ 10000 ] In Progress [ 3 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 16h [ 57600 ]
          Original Estimate 16h [ 57600 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 16h [ 57600 ] 12h [ 43200 ]
          Original Estimate 16h [ 57600 ] 12h [ 43200 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) logged work - 19/Mar/19 09:25 AM
          • Time Spent:
            1.5h
             

            Analysis

            Discussion

          swapnil.pandhare Swapnil Pandhare (Inactive) logged work - 20/Mar/19 09:26 AM
          • Time Spent:
            4h
             

            Coding

            Discussion

            Providing API Response

          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 12h [ 43200 ] 10.5h [ 37800 ]
          Time Spent 1.5h [ 5400 ]
          Worklog Id 167728 [ 167728 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 10.5h [ 37800 ] 6.5h [ 23400 ]
          Time Spent 1.5h [ 5400 ] 5.5h [ 19800 ]
          Worklog Id 167729 [ 167729 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) logged work - 21/Mar/19 09:27 AM
          • Time Spent:
            4h
             

            Coding

          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 6.5h [ 23400 ] 2.5h [ 9000 ]
          Time Spent 5.5h [ 19800 ] 9.5h [ 34200 ]
          Worklog Id 167986 [ 167986 ]
          Hide
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment -

          Completed and create PR

          Show
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment - Completed and create PR
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Status In Progress [ 3 ] Code Review [ 11801 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) logged work - 22/Mar/19 02:33 AM
          • Time Spent:
            2.5h
             

            Coding

            Discussion

          Hide
          narendra.kumar Narendra Kumar added a comment -

          Hi Swapnil Pandhare,

          Can you please share the API details so that I can integrate it with the UI?

           

          Thanks

          Narendra

           

          Show
          narendra.kumar Narendra Kumar added a comment - Hi Swapnil Pandhare , Can you please share the API details so that I can integrate it with the UI?   Thanks Narendra  
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) logged work - 25/Mar/19 07:33 AM
          • Time Spent:
            20m
             
            <No comment>
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) made changes -
          Remaining Estimate 2.5h [ 9000 ] 2h 10m [ 7800 ]
          Time Spent 9.5h [ 34200 ] 9h 50m [ 35400 ]
          Worklog Id 168411 [ 168411 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Assignee Swapnil Pandhare [ swapnil.pandhare ] Ganesh Sadawarte [ ganesh.sadawarte ]
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status Code Review [ 11801 ] Done [ 10001 ]
          Ganesh.sadawarte Ganesh Sadawarte (Inactive) made changes -
          Assignee Ganesh Sadawarte [ ganesh.sadawarte ] Narendra Kumar [ narendra.kumar ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 2h 10m [ 7800 ] 0h [ 0 ]
          Time Spent 9h 50m [ 35400 ] 12h 20m [ 44400 ]
          Worklog Id 169141 [ 169141 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Status Done [ 10001 ] Code Review [ 11801 ]
          Hide
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment -

          URL : api/candidate/GetCandidateSearchDetails/{pageNumber}/{pageSize}/{searchTerm?}/{sortcolumn?}/{sortby?}

          Response : {
          "paging":

          { "totalItems": 122, "pageNumber": 13, "pageSize": 10, "totalPages": 13 }

          ,
          "links": [

          { "href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/12/10", "rel": "previousPage", "method": "GET" }

          ,

          { "href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/13/10", "rel": "self", "method": "GET" }

          ],
          "items": [

          { "personId": 167, "givenName": "Vinanati", "middle": null, "family": "Yadav", "city": null, "state": null, "jobTitle": null, "communicationId": 273 }

          ,

          { "personId": 168, "givenName": "GaneshOne", "middle": "S", "family": "SadawarteOne", "city": null, "state": null, "jobTitle": null, "communicationId": 275 }

          ,

          ],
          "urlHelper": null
          }

          Show
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment - URL : api/candidate/GetCandidateSearchDetails/{pageNumber}/{pageSize}/{searchTerm?}/{sortcolumn?}/{sortby?} Response : { "paging": { "totalItems": 122, "pageNumber": 13, "pageSize": 10, "totalPages": 13 } , "links": [ { "href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/12/10", "rel": "previousPage", "method": "GET" } , { "href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/13/10", "rel": "self", "method": "GET" } ], "items": [ { "personId": 167, "givenName": "Vinanati", "middle": null, "family": "Yadav", "city": null, "state": null, "jobTitle": null, "communicationId": 273 } , { "personId": 168, "givenName": "GaneshOne", "middle": "S", "family": "SadawarteOne", "city": null, "state": null, "jobTitle": null, "communicationId": 275 } , ], "urlHelper": null }
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Status Code Review [ 11801 ] In QA Testing [ 11901 ]
          Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
          Assignee Narendra Kumar [ narendra.kumar ] Priya Dhamande [ priya.dhamande ]
          priya.dhamande Priya Dhamande (Inactive) logged work - 05/Apr/19 05:36 AM
          • Time Spent:
            0.25h
             

            preprod testing

          priya.dhamande Priya Dhamande (Inactive) made changes -
          Attachment Screenshot (1249).png [ 103398 ]
          Attachment Screenshot (1250).png [ 103399 ]
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: PreProd

          Admin is able to find candidate. Refer Screen capture.
          So, marking jira Done.

          Swapnil Pandhare

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: PreProd Admin is able to find candidate. Refer Screen capture. So, marking jira Done. Swapnil Pandhare
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Time Spent 12h 20m [ 44400 ] 12h 35m [ 45300 ]
          Worklog Id 171266 [ 171266 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Status In QA Testing [ 11901 ] Done [ 10001 ]
          priya.dhamande Priya Dhamande (Inactive) made changes -
          Assignee Priya Dhamande [ priya.dhamande ] Swapnil Pandhare [ swapnil.pandhare ]
          Transition Time In Source Status Execution Times
          Swapnil Pandhare (Inactive) made transition -
          To Do In Progress
          7d 3h 38m 1
          Swapnil Pandhare (Inactive) made transition -
          In Progress Code Review
          2d 18h 15m 1
          Ganesh Sadawarte (Inactive) made transition -
          Code Review Done
          4d 15m 1
          Swapnil Pandhare (Inactive) made transition -
          Done Code Review
          2d 6h 49m 1
          Raj Hawaldar (Inactive) made transition -
          Code Review In QA Testing
          18h 31m 1
          Priya Dhamande (Inactive) made transition -
          In QA Testing Done
          7d 3h 41m 1

            People

            Assignee:
            swapnil.pandhare Swapnil Pandhare (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 - 12h Original Estimate - 12h
                12h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 12h 35m
                12h 35m