Progreso del onboarding
Onboarding wizard progress, one per company (tenant).
Resumable: ``current_step`` remembers where the user left off and
``step_data`` keeps the validated payload of each step (key = step slug from
``steps.py``). The middleware redirects to the current step while
``is_completed`` is ``False``.
| Campo | Descripción |
|---|---|
| Empresa | |
| Paso actual | Slug del paso actual (ver onboarding/steps.py). |
| Completado | |
| Omitido | El usuario eligió omitir el asistente (si no es obligatorio). |
Progreso del onboarding Tiene los siguientes módulos relacionados y puede ser de su interés:
Déjanos tus comentarios