-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Replace the datadeclaration and datadisclaimer by a struct with more info.
Current iteration
pub struct Declaration {
pub declaration_id: u8,
pub title: String,
pub url: Option<String>,
pub disclaimer: Option<String>,
pub signed: Option<chrono::NaiveDate>,
pub terminated: Option<chrono::NaiveDate>,
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request