-
Type:
Sub-task
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Candidate portfolio in DMS
-
Labels:None
-
Company:All Clients/Multiple Clients
API to fetch dashboard widgets. Counts of below
- Documents Signed
- New Communication
- Emails Sent
- Templates
Field | Original Value | New Value |
---|---|---|
Description | API to fetch dashboard widgets |
API to fetch dashboard widgets. Counts of below
* Documents Signed * New Communication * Emails Sent * Templates |
Assignee | Samir [ samir ] | Swapnil Pandhare [ swapnil.pandhare ] |
Fix Version/s | Candidate portfolio in DMS [ 10446 ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 3.5h [ 12600 ] | |
Worklog Id | 168766 [ 168766 ] |
Time Spent | 3.5h [ 12600 ] | 6h [ 21600 ] |
Worklog Id | 168767 [ 168767 ] |
Developer | Swapnil Pandhare [ swapnil.pandhare ] | |
Original Estimate | 6h [ 21600 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Assignee | Swapnil Pandhare [ swapnil.pandhare ] | Ganesh Sadawarte [ ganesh.sadawarte ] |
Time Spent | 6h [ 21600 ] | 6h 20m [ 22800 ] |
Worklog Id | 168968 [ 168968 ] |
Assignee | Ganesh Sadawarte [ ganesh.sadawarte ] | Swapnil Pandhare [ swapnil.pandhare ] |
Comment | [ code review completed. ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Swapnil Pandhare [ swapnil.pandhare ] | Priya Dhamande [ priya.dhamande ] |
Status | In QA Testing [ 11901 ] | In QA Testing [ 11901 ] |
Status | In QA Testing [ 11901 ] | On hold in Test [ 10019 ] |
Attachment | Screenshot (1231).png [ 103270 ] |
-
- Time Spent:
- 0.25h
-
Discussion and verification on preprod
Time Spent | 6h 20m [ 22800 ] | 6h 35m [ 23700 ] |
Worklog Id | 170983 [ 170983 ] |
Resolution | Done [ 10000 ] | |
Status | On hold in Test [ 10019 ] | Done [ 10001 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Swapnil Pandhare [ swapnil.pandhare ] |
Transition | Time In Source Status | Execution Times |
---|
|
6d 22h 43m | 1 |
|
19h 56m | 1 |
|
5d 3h 21m | 1 |
|
1d 2h | 1 |
|
6s | 1 |
|
2d 23m | 1 |
GET /api/Admin/dashboard/counters/{userid}
Success response :
{
{ "submittedDocuments": 34, "totalDocumentsSent": 249, "sentEmail": 1712, "totalDocumentTemplates": 173, "newCommunications": 0 }"success":
}
submittedDocuments only include document with action "Completed". It doesn't include declined documents.