page to add feedback
- output json files: submission.json and feedback.json (in output_dir/<request_id> or output_dir/generic if no request id for feedback)
- sidebar in "auto" mode
- streamlit_app.py -> Dossier.py (change Makefile and Dockerfile)
- add
schemas/Feedback.py
,pages/Faire un retour.py
andtests/test_Feedback.py
- move validator check_output_dir to base.py
- utils: add get_json_file_name, load_feedbacks, send_feedback; write_json -> write_submission
Edited by Bruno Lenzi