We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>, }
The text was updated successfully, but these errors were encountered:
Implemented in 06e08b4 except the URL/path do the document/scan/pdf/image. The note field is probably not needed.
note
Sorry, something went wrong.
Implemented a file_url in 46d2137. A download API for the PDF itself is yet to be done.
file_url
No branches or pull requests
Should be able to handle the DOSB license for "Übungsleiter", "Trainer" and "Vereinsmanager".
Draft
The text was updated successfully, but these errors were encountered: