Skip to content

Implement User Qualifications  #15

@Zomtir

Description

@Zomtir

Should be able to handle the DOSB license for "Übungsleiter", "Trainer" and "Vereinsmanager".

Draft

pub struct Qualification {
    pub qualification_id: u8,
    pub title: String,
    pub url: Option<String>,
    pub notes: Option<String>,
    pub valid_date: 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