-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Carry Over - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
Field | Original Value | New Value |
---|---|---|
Sprint | DMS - Fall Sprint 2 [ 161 ] |
Remaining Estimate | 8h [ 28800 ] | |
Original Estimate | 8h [ 28800 ] |
Assignee | Samir [ samir ] | Ramya Tantry [ ramya.tantry ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Remaining Estimate | 8h [ 28800 ] | 6h [ 21600 ] |
Time Spent | 2h [ 7200 ] | |
Worklog Id | 175624 [ 175624 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Swapnil Pandhare [ swapnil.pandhare ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Swapnil Pandhare [ swapnil.pandhare ] | Priya Dhamande [ priya.dhamande ] |
Status | In QA Testing [ 11901 ] | In Progress [ 3 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Ramya Tantry [ ramya.tantry ] |
Remaining Estimate | 6h [ 21600 ] | 5.5h [ 19800 ] |
Time Spent | 2h [ 7200 ] | 2.5h [ 9000 ] |
Worklog Id | 175924 [ 175924 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Priya Dhamande [ priya.dhamande ] |
Status | In Progress [ 3 ] | In QA Testing [ 11901 ] |
-
- Time Spent:
- 0.5h
-
Discussion with Priya and Testing
Remaining Estimate | 5.5h [ 19800 ] | 5h [ 18000 ] |
Time Spent | 2.5h [ 9000 ] | 3h [ 10800 ] |
Worklog Id | 175948 [ 175948 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Jayshree Nagpure [ jayshree.nagpure ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Assignee | Jayshree Nagpure [ jayshree.nagpure ] | Ramya Tantry [ ramya.tantry ] |
Transition | Time In Source Status | Execution Times |
---|
|
4d 4h 31m | 1 |
|
1h 7m | 1 |
|
1d 19h 30m | 1 |
|
2h 10m | 1 |
|
1h 55m | 1 |
|
4d 18h 23m | 1 |
Current implementation of datatable sorting: Fetch records, apply pagination and then apply sorting. So sorting was getting applied page wise.
New implementation : Fetch records, apply sorting and then apply pagination.
Note: Due to new implementation, there would be performance issue if there are huge number of records as we are applying sorting on all records first and then applying pagination.
For completed forms library : Sorting now working for Document Name, Document title, Send date, Sender, Receiver, Receiver Email, Signed , Status