mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
feat: global trace database frontend + improvements to tech review status sync (#6671)
* wip * ui edits * better logic for syncing tech review state in a single centralized place * never automatically finish a tech review report * fix css * fix clippy * prepr
This commit is contained in:
@@ -254,6 +254,10 @@ pub struct ReportIssueDetail {
|
||||
pub data: HashMap<String, serde_json::Value>,
|
||||
/// How important is this issue, as flagged by Delphi?
|
||||
pub severity: DelphiSeverity,
|
||||
/// Project-local verdict for this detail, if one exists.
|
||||
pub local_status: Option<DelphiStatus>,
|
||||
/// Global verdict for this detail's key, if one exists.
|
||||
pub global_status: Option<DelphiStatus>,
|
||||
/// Has this issue detail been marked as safe or unsafe?
|
||||
pub status: DelphiStatus,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user