FMFI-UK-1-AIN-412 / formalization-checker-backend

The back end of a tool for checking formalization exercises.
GNU General Public License v3.0
0 stars 5 forks source link

Teachers can't reliably see their feedback (hints) to bad formalizations #41

Open crnkjck opened 5 months ago

crnkjck commented 5 months ago

Hints/feedback do not show up reliably in the teacher's front end although they are saved in the database (can be obtained by a direct SQL query). The front end gets [] from /api/feedbacks/all/bad_formalization/:ID, though. This seems to happen even when caching is disabled in the browser.

Possible causes: Caching in the Apache proxy, transaction issues in the backend, …