From 0d1237183e32f88a09921b9ff511e3ccfcf2493b Mon Sep 17 00:00:00 2001 From: David Crespo Date: Thu, 29 Dec 2022 17:00:58 -0500 Subject: [PATCH] TODO: timestamps --- nexus/types/src/external_api/views.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexus/types/src/external_api/views.rs b/nexus/types/src/external_api/views.rs index 9e468c30481..839c5a1665e 100644 --- a/nexus/types/src/external_api/views.rs +++ b/nexus/types/src/external_api/views.rs @@ -479,6 +479,8 @@ pub enum VersionStatus { pub struct SystemVersion { pub version_range: VersionRange, pub status: VersionStatus, + // TODO: time_released? time_last_applied? I got a fever and the only + // prescription is more timestamps } #[derive(Clone, Debug, Deserialize, Serialize, JsonSchema)]