Skip to content

Conversion of the todo page into a Vue application

What does this MR do and why?

After a bunch of MRs by @zillemarco, this is a status quo implementation of a port of the Todos App to a Vue app. Not all the functionality is there, but it is a good status quo to iterate on.

Backend changes MRs:

Frontend changes MRs:

Relates to: #464069

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

What Video
First iteration Screen_Recording_2024-09-03_at_17.10.11
Second iteration (showing resizing and functioning links) Screen_Recording_2024-09-04_at_14.26.52

How to set up and validate locally

  1. Enable the todos_vue_application feature flag (e.g. via /rails/features)
  2. Go to /dashboard/todos/vue
Edited by Lukas Eipert

Merge request reports