Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement User Qualifications #15

Open
Zomtir opened this issue Sep 12, 2024 · 2 comments
Open

Implement User Qualifications #15

Zomtir opened this issue Sep 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Zomtir
Copy link
Owner

Zomtir commented Sep 12, 2024

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>,
}
@Zomtir Zomtir added the enhancement New feature or request label Sep 12, 2024
@Zomtir
Copy link
Owner Author

Zomtir commented Dec 17, 2024

Implemented in 06e08b4 except the URL/path do the document/scan/pdf/image. The note field is probably not needed.

@Zomtir
Copy link
Owner Author

Zomtir commented Jan 4, 2025

Implemented a file_url in 46d2137. A download API for the PDF itself is yet to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant