albrechtjan / workload

Survey web application for TU Dresden
survey.zqa.tu-dresden.de
GNU Affero General Public License v3.0
0 stars 0 forks source link

the removeLecture/addLecture function should work via ajax + Post #50

Open KonstantinSchubert opened 9 years ago

KonstantinSchubert commented 9 years ago

Have a look how the function to delete lectures permanently is implemented. Adding and removing a lecture should work similarly.

However, when adding a lecture, I do not know if it is smart to wait for the post request to respond and then issue a redirect. Maybe there I should think about a better pattern.