Investigate dropping the redirect usage in TrainingController start

Created on 6 August 2024, about 2 months ago

Problem/Motivation

TrainingController::start() uses redirects to figure out where to send someone when the click on the learning path 'start/continue' button, however now that this button is in a lazy builder, I wonder whether we could move this logic to the link generation itself and drop the redirects - it would save a double http request for users when they click the button. This logic is not simple though so need to make sure it doesn't significantly cause problems for the link rendering instead.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Learning paths

Created by

🇬🇧United Kingdom catch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024