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

Dedicated declation module #14

Open
Zomtir opened this issue Aug 16, 2024 · 0 comments
Open

Dedicated declation module #14

Zomtir opened this issue Aug 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Zomtir
Copy link
Owner

Zomtir commented Aug 16, 2024

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>,
}
@Zomtir Zomtir added the enhancement New feature or request label Aug 16, 2024
Zomtir added a commit that referenced this issue Aug 23, 2024
- Current feature set is too lacking to be useful
- Next iteration is planned in #14
@Zomtir Zomtir changed the title Dedecated declation module Dedicated declation module Aug 23, 2024
Zomtir added a commit that referenced this issue Sep 12, 2024
- Current feature set is too lacking to be useful
- Next iteration is planned in #14
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