Background
Placement supervisors are people records with specific 'Supervisor' Roles that can be linked to a placement. They can be of type 'Clinical' or 'Educational'. A placement can have 1 or many of each type. Create, Read, Update and Delete of Placement Supervisors within each Placement is required.
Refer to the Story in the list below for the requirements.
TIS Stories/Tasks
Back End changes
New link table PlacementSupervisor
Should include SupervisorType - (valid values 'Clinical Supervisor' and 'Educational Supervisor')
Question as to whether it needs Startdate / Enddate / Supervisorstatus (Current/Inactive)
New endpoint to support the new table List+CRUD
Suggest a new endpoint on Person, to allow the Placement Supervisor dropdowns to search just Person records with the appropriate roles (TBC) and to just return Person Firstname/Lastname/(GMC?)/PersonID to the dropdown rather than the full wide Person List dataset
Consolidated ETL changes to bring in existing supervisors from Intrepid DR - vwPlacementSupervisor
TIS-NDW ETL changes to write out vwPlacementSupervisor with the fields we have - some flattened Placement, Person and Post data within it
Front End changes
Suggest a new paragraph section called 'Supervisor' within Placement (at the bottom?)
Suggest splitting into two dropdowns - one for Educational Supervisor, another for Clinical Supervisor - then we can have two multiselect controls which just load a filtered, searchable list of People
If we need to keep start date, end date or SupervisorStatus then we'll have to use the 'paragraph add' model as per ProgrammeMembership (and would have another field for Supervisor Type)
Discussion points
- Intrepid vwPlacementSupervisor has Startdate, Enddate and Supervisorstatus (with some inactive) - do we need to support any of these?
Add Comment