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

            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  
            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.
            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
            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" }, ] }
            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
            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.
            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

              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