Kind of unimportant, but - GET requests should not modify stuff - table selection should be done via POST (TournamentBundle\Controller\UserController::placementAction) - Query parameters should be used in very specific cases like filtering
Kind of unimportant, but