nesl / AutoGrader

Web frontend of Embedded Systems Auto Grader project
1 stars 0 forks source link

Revising the way to delete objects #175

Closed TimeString closed 6 years ago

TimeString commented 6 years ago

It's not a good practice to issue HTTP GET while changing the state of the backend. To address this, we change all the call-sites where we need to remove objects to HTTP POST. Please see #48 for the context.

I'll let @ashwin9798 to be the main reviewer because I think reviewing codes is also a nice experience. However, @Klamath233, please feel free to chime in.