Summary
Persist AI-generated note outputs in the frontend and let users move backward and forward through prior generations with chevron controls.
Details
When a new AI-generated note arrives, it should be stored client-side. Replacing it with a newer generation should retain the previous version in history. The notes UI should expose forward/back chevrons (or equivalent) to cycle through stored versions without losing data on refresh behavior as defined by product (local-only vs synced — scope as needed).
Likely area: note editor / AI note panel and related state (React app).
Acceptance criteria
Suggested labels
enhancement, Frontend
Summary
Persist AI-generated note outputs in the frontend and let users move backward and forward through prior generations with chevron controls.
Details
When a new AI-generated note arrives, it should be stored client-side. Replacing it with a newer generation should retain the previous version in history. The notes UI should expose forward/back chevrons (or equivalent) to cycle through stored versions without losing data on refresh behavior as defined by product (local-only vs synced — scope as needed).
Likely area: note editor / AI note panel and related state (React app).
Acceptance criteria
Suggested labels
enhancement, Frontend