Details

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

      Description

      Api to provide the status wise(completed, inprogress) data with the count.

       

        Attachments

        1. Screenshot (2808).png
          Screenshot (2808).png
          133 kB
        2. Screenshot (3603).png
          Screenshot (3603).png
          237 kB
        3. Screenshot (3604).png
          Screenshot (3604).png
          98 kB
        4. Screenshot (3605).png
          Screenshot (3605).png
          164 kB
        5. Screenshot (3606).png
          Screenshot (3606).png
          212 kB
        6. Screen Shot 2019-04-30 at 3.40.44 PM.png
          Screen Shot 2019-04-30 at 3.40.44 PM.png
          365 kB
        7. Testcases -DMS-1461.xls
          12 kB

          Issue Links

            Activity

            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) created issue -
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) made changes -
            Field Original Value New Value
            Link This issue blocks DMS-1317 [ DMS-1317 ]
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) made changes -
            Epic Link DMS-473 [ 75966 ]
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) made changes -
            Description Api to provide the status wise data with the count.

             
            Api to provide the status wise(completed, inprogress) data with the count.

             
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) made changes -
            Hide
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) added a comment -

            Monika Demla

            Could you please give some information on what needs to be shown in place of "Review".

            Check the attached screenshot.

             

            Thanks,

            Shamooka

             

            Show
            Shamooka.Mohapatra Shamooka Mohapatra (Inactive) added a comment - Monika Demla Could you please give some information on what needs to be shown in place of "Review". Check the attached screenshot.   Thanks, Shamooka  
            samir Samir made changes -
            Assignee Samir [ samir ] Harshveer Singh [ harshveer.singh ]
            samir Samir made changes -
            Sprint DMS - Fall Sprint 4 [ 163 ]
            Hide
            Monika.Demla Monika Demla (Inactive) added a comment -

            I don't think we need Review for sure because the forms in the process would have been started already and the pending would be that they were send but haven't been started. So I dont think we need Review section at all. Looking at the sent date - this would obviously be filled in for all so again review may not be needed.
            Hope this helps. Let me know if you think otherwise.

            Show
            Monika.Demla Monika Demla (Inactive) added a comment - I don't think we need Review for sure because the forms in the process would have been started already and the pending would be that they were send but haven't been started. So I dont think we need Review section at all. Looking at the sent date - this would obviously be filled in for all so again review may not be needed. Hope this helps. Let me know if you think otherwise.
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 24h [ 86400 ]
            Original Estimate 24h [ 86400 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Status To Do [ 10000 ] In Progress [ 3 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Status In Progress [ 3 ] Code Review [ 11801 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Status Code Review [ 11801 ] In QA Testing [ 11901 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Assignee Harshveer Singh [ harshveer.singh ] Samir [ samir ]
            samir Samir made changes -
            Assignee Samir [ samir ] Priya Dhamande [ priya.dhamande ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Sprint DMS - Fall Sprint 4 [ 163 ] DMS - Fall Sprint 4, DMS - Fall Sprint 5 [ 163, 164 ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Sprint DMS - Fall Sprint 4, DMS - Fall Sprint 5 [ 163, 164 ] DMS - Fall Sprint 4, DMS - Fall Sprint 5, DMS - Fall Sprint 6 [ 163, 164, 165 ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Hi Harshveer Singh,

            Can you please provide some update on this jira?

            • Like where to test
            • which API and all

            As currently, I am unable to get detailed idea for testing.

            Sachin Hingole Rohan J Khandave Samir

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Hi Harshveer Singh , Can you please provide some update on this jira? Like where to test which API and all As currently, I am unable to get detailed idea for testing. Sachin Hingole Rohan J Khandave Samir
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Status In QA Testing [ 11901 ] To Do [ 10000 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Harshveer Singh [ harshveer.singh ]
            Hide
            harshveer.singh Harshveer Singh (Inactive) added a comment - - edited

            HI Priya Dhamande, As part of this, you need to test '/api/documents/CBATS/statusSummary' API. This API now returns result grouped by document status. Response structure should be like this:

            {
                "completed": [
                    {
                        "id": 908,
                        "candidateFirstName": "Narendrawwewwerwer",
                        "candidateMiddleName": "",
                        "candidateLastName": "Kumar",
                        "documentName": "Offer Letter SMBHire",
                        "documentType": "Offer Letter",
                        "date": "2019-04-29T02:34:57"
                    },
                ],
                "inProcess": [
                    {
                        "id": 644,
                        "candidateFirstName": "Olivier",
                        "candidateMiddleName": "V",
                        "candidateLastName": "Test",
                        "documentName": "Offer Letter",
                        "documentType": "Offer Letter",
                        "date": "2019-03-07T06:54:24"
                    },
                ],
                "pending": [
                    {
                        "id": 1277,
                        "candidateFirstName": "John",
                        "candidateMiddleName": "",
                        "candidateLastName": "Doe",
                        "documentName": "SMB OFFER",
                        "documentType": "Offer Letter",
                        "date": "2019-04-26T04:34:14"
                    },
                ]
            }
            
            Show
            harshveer.singh Harshveer Singh (Inactive) added a comment - - edited HI Priya Dhamande , As part of this, you need to test '/api/documents/CBATS/statusSummary' API. This API now returns result grouped by document status. Response structure should be like this: { "completed" : [ { "id" : 908, "candidateFirstName" : "Narendrawwewwerwer" , "candidateMiddleName" : "", "candidateLastName" : "Kumar" , "documentName" : "Offer Letter SMBHire" , "documentType" : "Offer Letter" , "date" : "2019-04-29T02:34:57" }, ], "inProcess" : [ { "id" : 644, "candidateFirstName" : "Olivier" , "candidateMiddleName" : "V" , "candidateLastName" : "Test" , "documentName" : "Offer Letter" , "documentType" : "Offer Letter" , "date" : "2019-03-07T06:54:24" }, ], "pending" : [ { "id" : 1277, "candidateFirstName" : "John" , "candidateMiddleName" : "", "candidateLastName" : "Doe" , "documentName" : "SMB OFFER" , "documentType" : "Offer Letter" , "date" : "2019-04-26T04:34:14" }, ] }
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Assignee Harshveer Singh [ harshveer.singh ] Priya Dhamande [ priya.dhamande ]
            harshveer.singh Harshveer Singh (Inactive) logged work - 02/Jul/19 11:58 PM - edited
            • Time Spent:
              8h
               
              <No comment>
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Testcases -DMS-1461.xls [ 111831 ]
            priya.dhamande Priya Dhamande (Inactive) logged work - 03/Jul/19 04:23 AM
            • Time Spent:
              0.5h
               

              Test cases writing
              OneIm testing

            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Screenshot (2808).png [ 111832 ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Hi Harshveer Singh,

            Please update validation or proper error message if incorrect source product is added.

            Currently, with this message we didnot get clear idea. Refer screen capture.

            Sachin Hingole Rohan J Khandave Hrishikesh Deshpande Samir

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Hi Harshveer Singh , Please update validation or proper error message if incorrect source product is added. Currently, with this message we didnot get clear idea. Refer screen capture. Sachin Hingole Rohan J Khandave Hrishikesh Deshpande Samir
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Remaining Estimate 24h [ 86400 ] 23.5h [ 84600 ]
            Time Spent 0.5h [ 1800 ]
            Worklog Id 186502 [ 186502 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Status To Do [ 10000 ] In Progress [ 3 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Harshveer Singh [ harshveer.singh ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Status In Progress [ 3 ] In QA Testing [ 11901 ]
            Hide
            harshveer.singh Harshveer Singh (Inactive) added a comment - - edited

            Hi Priya, Please create new ticket for this and complete this one if all other testing is passing.

            Show
            harshveer.singh Harshveer Singh (Inactive) added a comment - - edited Hi Priya, Please create new ticket for this and complete this one if all other testing is passing.
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Assignee Harshveer Singh [ harshveer.singh ] Priya Dhamande [ priya.dhamande ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Sprint DMS - Fall Sprint 4, DMS - Fall Sprint 5, DMS - Fall Sprint 6 [ 163, 164, 165 ] DMS - Fall Sprint 4, DMS - Fall Sprint 5, DMS - Fall Sprint 6, DMS - Fall Sprint 7 [ 163, 164, 165, 166 ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Sprint DMS - Fall Sprint 4, DMS - Fall Sprint 5, DMS - Fall Sprint 6, DMS - Fall Sprint 7 [ 163, 164, 165, 166 ] DMS - Fall Sprint 4, DMS - Fall Sprint 5, DMS - Fall Sprint 6, DMS - Fall Sprint 7, DMS - Fall Sprint 8 [ 163, 164, 165, 166, 167 ]
            harshveer.singh Harshveer Singh (Inactive) logged work - 31/Jul/19 11:24 PM - edited
            • Time Spent:
              10h
               
              <No comment>
            harshveer.singh Harshveer Singh (Inactive) logged work - 01/Aug/19 11:30 AM
            • Time Spent:
              8h
               
              <No comment>
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Link This issue relates to DMS-1720 [ DMS-1720 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Screenshot (3604).png [ 115292 ]
            Attachment Screenshot (3603).png [ 115293 ]
            Attachment Screenshot (3606).png [ 115294 ]
            Attachment Screenshot (3605).png [ 115295 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Testcases -DMS-1461.xls [ 111831 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment Testcases -DMS-1461.xls [ 115296 ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: Preprod - OneIM
            API: api/documents/CBATS/statusSummary

            Test cases attached with jira.

            Points covered:
            1. API run for correct source product
            2. API run for incorrect Source Product.

            Suggestion for incorrect message is logged in jira DMS-1720.

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

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Preprod - OneIM API: api/documents/CBATS/statusSummary Test cases attached with jira. Points covered: 1. API run for correct source product 2. API run for incorrect Source Product. Suggestion for incorrect message is logged in jira DMS-1720 . Refer screen capture. So, marking jira done. Sachin Hingole Hrishikesh Deshpande Rohan J Khandave Samir
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status In QA Testing [ 11901 ] Done [ 10001 ]
            priya.dhamande Priya Dhamande (Inactive) logged work - 02/Aug/19 04:56 AM
            • Time Spent:
              0.75h
               

              Analysis
              Preprod testing

            priya.dhamande Priya Dhamande (Inactive) made changes -
            Remaining Estimate 23.5h [ 84600 ] 22.75h [ 81900 ]
            Time Spent 0.5h [ 1800 ] 1.25h [ 4500 ]
            Worklog Id 192984 [ 192984 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Harshveer Singh [ harshveer.singh ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 22.75h [ 81900 ] 17.75h [ 63900 ]
            Time Spent 1.25h [ 4500 ] 6.25h [ 22500 ]
            Worklog Id 205504 [ 205504 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 17.75h [ 63900 ] 11.75h [ 42300 ]
            Time Spent 6.25h [ 22500 ] 12.25h [ 44100 ]
            Worklog Id 206068 [ 206068 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 11.75h [ 42300 ] 8.75h [ 31500 ]
            Time Spent 12.25h [ 44100 ] 15.25h [ 54900 ]
            Worklog Id 205504 [ 205504 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 8.75h [ 31500 ] 6.75h [ 24300 ]
            Time Spent 15.25h [ 54900 ] 17.25h [ 62100 ]
            Worklog Id 206068 [ 206068 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Remaining Estimate 6.75h [ 24300 ] 0h [ 0 ]
            Time Spent 17.25h [ 62100 ] 25.25h [ 90900 ]
            Worklog Id 206318 [ 206318 ]
            harshveer.singh Harshveer Singh (Inactive) made changes -
            Time Spent 25.25h [ 90900 ] 27.25h [ 98100 ]
            Worklog Id 206068 [ 206068 ]
            Transition Time In Source Status Execution Times
            Harshveer Singh (Inactive) made transition -
            In Progress Code Review
            1d 6h 49m 1
            Raj Hawaldar (Inactive) made transition -
            Code Review In QA Testing
            3d 23h 19m 1
            Priya Dhamande (Inactive) made transition -
            In QA Testing To Do
            22d 1h 50m 1
            Priya Dhamande (Inactive) made transition -
            To Do In Progress
            9d 16h 33m 2
            Harshveer Singh (Inactive) made transition -
            In Progress In QA Testing
            1d 17h 10m 1
            Priya Dhamande (Inactive) made transition -
            In QA Testing Done
            28d 7h 21m 1

              People

              Assignee:
              harshveer.singh Harshveer Singh (Inactive)
              Reporter:
              Shamooka.Mohapatra Shamooka Mohapatra (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 24h Original Estimate - 24h
                  24h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 27.25h
                  27.25h