Skip to main content
  1. Home
  2. Publish teacher training courses

Rollover – what we did in 2019

What is rollover?

Rollover is the process of copying courses from the current cycle to the next.

The rollover period is the period in which a provider can edit two cycles – they are maintaining the courses that are currently live, and they are preparing new courses for the next cycle. We called these the ‘current cycle’ and the ‘next cycle’.

It began in July 2019 and ended when the UCAS application cycle ended – when no one could make a new application in Apply 2, on 25 September. From then on providers could not edit the earlier cycle, and Find was closed for a week, until the new cycle opened on Tuesday 2 October.

What we did

Following research we ditched the idea of a rollover wizard. It tested poorly, and providers expressed a desire to change their answers. It was also a lot to build.

Instead we followed a model similar to UCAS, and familiar with providers: we created a new “cycle” and copied everything to it.

In a subsequent cycle, location names and addresses can change, new locations are added, provider names can change, contact details can change – pretty much everything could change.

So we copied:

  • every provider
  • every location for each provider
  • every course for each provider
  • the most recent enrichment for each course (published or draft)
  • organisation details
  • contact details

Each of these things could then be edited independently in each cycle. For example – a provider could be renamed only in the next cycle, courses could be added to the next cycle and vacancies could be edited in the current cycle.

In the next cycle we had to indicate that:

  • courses would not go live until October
  • publishing would mark them as ready
  • tell them if a course would be on Find or not

A write up of Publishing during rollover

Once the rollover period was enabled and providers could see two cycles, we notified users by email and with a screen after logging in.

At the end of rollover we considered whether to allow read-only access to the 2019 cycle. This was a lot to build, and we were not sure of the needs. Instead we removed all access with the intention of adding a link to previous cycles if a need arose. As of mid-October, no one has requested to see last year’s courses.

Settings for manage-courses-frontend

There are 3 settings in manage-courses-frontend:

  • rollover – true or false, are we in a rollover period (ie do we show multiple cycles)
  • current_cycle – a year, the current cycle
  • current_cycle_open – is the current cycle open, if it’s not it’s assumed it has not opened yet

When starting rollover, once all content has been copied, the rollover flag is switched to true.

When ending rollover, ie when the current cycle ends, the next cycle is promoted to be the current one – the year is increased, rollover is false and the current_cycle_open flag is switched to false. (see this commit in a related pull request)

When the cycle opens, the cycle is marked as open (Pull request)

Rollover settings on Github

Before rollover period#

Screenshot of Before rollover period

During rollover period#

Screenshot of During rollover period

After rollover period#

Screenshot of After rollover period

Courses for next cycle#

Screenshot of Courses for next cycle

Courses after old cycle closed but new cycle not yet open#

Screenshot of Courses after old cycle closed but new cycle not yet open

Courses once cycle has opened#

Screenshot of Courses once cycle has opened