oamandawi
oamandawi

Reputation: 379

How do I save the step where the user left off in the wizard using Wicked gem?


Context

I'm new to app development in Rails so please let me know if I am missing something obvious about saving/storing states in Rails. I'm using the Wicked gem in my app to guide users through a medical assessment that has the following steps:

  1. Personal information
  2. General medical questions
  3. Specific disease questions
  4. Consent
  5. Submit

Problem

If users leave at a certain part of the assessment to check another page of the app, or if they accidentally close the browser, they lose all their progress.


What I have tried


Things I read

I couldn't find any similar questions on SO or anywhere online. The Wicked gem docs don't really mention anything similar.

Upvotes: 1

Views: 316

Answers (0)

Related Questions