Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Caching of generated questionnaires #319

Description

@nsenave

Currently, if a user visualizes a questionnaire in the same mode several times in a row, an Eno call is made each time and the whole generation process is done entirely.

If the questionnaire hasn't changed, it would be nice to re-use the output that was previously generated.


Note: there is an issue with the current design of the visualization feature. Example:

  1. User A clics "Visualize -> Web"
  2. User B clics "Visualize -> Interviewer"
  3. User A refreshes the visualization tab

=> The Lunatic questionnaire passed to the orchestrator of the user A is the one that has been generated for the user B. 🫤

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions