Skip to content

Dedicated declation module #14

@Zomtir

Description

@Zomtir

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions