You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We allow deletion via the REST APi - we should maybe change that to also just withdraw the talk (although the semantics are a bit awkward with the DELETE method), but,if we don't, we should log the action somewhere.
We use reversion to log other changes to the object via the API, but that doesn't handle deletions particularly nicely - maybe we should log it directly to the admin log?
Alternatively, adding something like drf-api-logger so we keep track of all API usage may be the way to go?
The text was updated successfully, but these errors were encountered:
We allow deletion via the REST APi - we should maybe change that to also just withdraw the talk (although the semantics are a bit awkward with the DELETE method), but,if we don't, we should log the action somewhere.
We use reversion to log other changes to the object via the API, but that doesn't handle deletions particularly nicely - maybe we should log it directly to the admin log?
Alternatively, adding something like drf-api-logger so we keep track of all API usage may be the way to go?
The text was updated successfully, but these errors were encountered: