Audit Log / Comments #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The audit log contains information about who performed which actions on the submission or mapfix, such as who accepted, who uploaded, who changed the DisplayName, etc.
Frontend:
The audit log should function similarly to the timeline objects you see in gitea issues and pull requests.
Backend:
GET/api/submissions/[submissionId]/audit-events?Page=1&Limit=10POST/api/submissions/[submissionId]/commentGET/api/mapfixes/[mapfixId]/audit-events?Page=1&Limit=10POST/api/mapfixes/[mapfixId]/commentImplemented backend in #113.
Implemented frontend in #127 (it's super bad) by hijacking comments