- Replace the checkbox "Générer uniquement des multiplications" with radio buttons for "Multiplications uniquement" and "Multiplications ET divisions"
- Update JavaScript code to handle radio button values instead of checkbox
- Maintain backward compatibility with old localStorage format
- Ensure all functionality remains intact
- Add saveFormValues() function to store all form parameters in localStorage
- Add restoreFormValues() function to retrieve form parameters from localStorage
- Modify DOMContentLoaded event to restore form values on page load
- Add calls to saveFormValues() in both form submission handlers
- Add event listeners to save form values whenever any input changes
This enhancement improves user experience by preserving form settings between visits.
Moved gen-op.py to app/gen_op.py and integrated it with the FastAPI application
Added a new section in the UI for generating operation exercises
Updated the PDF generation to work in memory and upload to S3
Bumped version to 1.0.9