Skip to content

Release 2494

Choose a tag to compare

@github-actions github-actions released this 23 May 09:31
a8ecf5e

Trello card

Trello-614

Context

When a school becomes an academy they end up with a new School Experience account and often get locked out of their old account/no longer sign in to it. They may have pending placement requests that they have not yet actioned and want to see them under the new school account that they use.

Changes proposed in this pull request

  • Add rake task to transfer a placement request to another school

Add a rake task to transfer a placement request from one school to another (unlinking it from the original school and linking it to the new school). Currently the functionality is limited/restricted and it will only transfer new placement requests (providing matching subjects and placement dates can be found).

Guidance to review

If we find we need to transfer placement requests in other states we can expand the transfer library to accommodate.

Example usage: rake "data:placement_requests:transfer[1,2]"