Added todos

This commit is contained in:
Franklin 2023-03-14 21:14:51 -04:00
parent ed8e9af9d9
commit 205eebbfa5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use uuid::Uuid;
use super::{media::MediaList, project_type::ProjectType};
//TODO: Add ProjectCondition enum (New or Resale)
#[derive(Serialize, Deserialize, Debug, Default, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub struct Project {
pub id: Uuid,