Task #1575
closedOptimalization of role-requests (search, save)
100%
Related issues
Updated by Vít Švanda over 5 years ago
Optimalizations:
ReadOnly annotation removed from the role-request and concept-role-request -> removed time expensive select in the method toEntity.
Removed useless and expensive check in start of request.
https://github.com/bcvsolutions/CzechIdMng/commit/e5a057fe922ee9f703094f86522feb89c2f153f0
https://github.com/bcvsolutions/CzechIdMng/commit/48e40892ac807b073e9c79e5f7ce0770fa839499
Updated by Vít Švanda over 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 100
I did test and code review, it works (we moved filling of concept state to FE) and code looks nice, thx!
Updated by Vít Švanda over 5 years ago
- Status changed from Closed to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
I made another optimizations.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/17fb07975ccd9a29efb91004c649063c94195a72
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
I did test, it works, thx!
Updated by Radek Tomiška over 5 years ago
- Status changed from Resolved to Closed
Updated by Radek Tomiška over 5 years ago
I've added another slight improvement of role request detail - preloaded roles from concepts are used for checking incompatible roles (-1 select):
https://github.com/bcvsolutions/CzechIdMng/commit/32df4611c9fc841f2f0b9c010de03cf7b54a70fd
Updated by Radek Tomiška over 5 years ago
- Related to Defect #1789: You are not able to save role request on approval task added