ILP Changes for 4.36
The following changes have been made to ILP for 4.36 for beta sites only.
 Ability to view reviews and targets for a learner in ebs: ontrack Learner Hub
Ability to view reviews and targets for a learner in ebs: ontrack Learner Hub
                                                    You can access the My reviews and targets screen by clicking the ILP Learner option in the left-hand panel in ebs: ontrack Hub.
The My reviews and targets screen displays the learner's reviews and targets.
                                                             
                                                        
Target information is displayed within a tile.
                                                             
                                                            
                                                        
Targets include the following information:
- 
                                                                Target title 
- 
                                                                Created date 
- 
                                                                Target type 
- 
                                                                Steps completed 
- 
                                                                Target status (for example: Open, In Review, Overdue and so on) 
Up to three targets are displayed, ordered by due date.
                                                             
                                                        
Overdue targets are indicated with a message.
                                                             
                                                        
All in progress reviews are displayed, ordered by due date.
                                                             
                                                        
Overdue reviews are indicated with a message.
                                                             
                                                        
 ILP REST Services added
ILP REST Services added
                                                    The following REST Services have been added.
| REST Service | URL | Verb | 
|---|---|---|
| Update Consents | <web services URL>/Consents/{personCode} | PUT | 
| Get ILP Comments | <web services URL>/ILPComments/GetILPComments?type={linkType}&id={linkId} | GET | 
| Get ILP Learner Commend by Id | <web services URL>/ILPComments/GetILPComment/{commentId} | GET | 
| Create ILP comment for a target | <web services URL>/ILPComments/CreateILPTargetComment | POST | 
| Create ILP question comment for a learner | <web services URL>/ILPComments/CreateILPQuestionComment | POST | 
| Update ILP comment for a learner | <web services URL>/ILPComments/UpdateILPComment | PUT | 
| Delete ILP Comment | <web services URL>/ILPComments/DeleteILPComment | DELETE | 
| Get ILP Targets | <web services URL>/ILPLearnerTargets/GetILPTargets?type={targetTypes}&learner={learnerId} | GET | 
| Get ILP Learner Target by Id | <web services URL>/ILPLearnerTargets/GetILPTarget/{targetId} | GET | 
| Create ILP target for a learner | <web services URL>/ILPLearnerTargets/CreateILPTarget | POST | 
| Update ILP target for a learner | <web services URL>/ILPLearnerTargets/UpdateILPTarget | PUT | 
| Delete ILP Target | <web services URL>/ILPLearnerTargets/DeleteILPTarget/{targetId} | DELETE | 
| Change ILP Target Status | <web services URL>/ILPLearnerTargets/UpdateILPTargetStatus | PUT | 
| Change ILP Target Step Status | <web services URL>/ILPLearnerTargets/UpdateILPTargetStepStatus | PUT |