Audit Event CheckList #181
Reference in New Issue
Block a user
Delete Branch "audit-checkreport"
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?
Depends on #160, #196, #197.
Closes #147.
This introduces a new type of audit event: the CheckList. This is a list of map checks that the validator performed. The intention is to update the web interface to display ✅ check marks for every check passed and ❌ for every check failed, and also include the summary of why the check failed.
TheTheDetailsfield would be the complete internal structure of the check in json, but I'm thinking it's unnecessary and should just be omitted.Detailsfield has been removed.This is created instead of the Error audit event when the validator requests changes, but the Error audit event can still be created for other purposes.
58433afa91tofb76be406edef8324414to820a9765bd820a9765bdto9efd87a6c9Audit Event CheckReportto Audit Event CheckList2 months ago: old

1 minute ago: new
@itzaname Please confirm that this data is sufficient for the frontend, especially as it pertains to the future web implementation. You can see the initial web implementation in
web/src/app/ts/AuditEvent.ts.LGTM