bradunov/shkola

Convert GET requests to POST

Opened this issue · 0 comments

Currently, all requests are GET, which is problematic for e.g. bookmarking as some state is stored in them. It is cleaner to convert all GETs to POSTs. However, this requires some redesign as one needs to add a hidden form for that.