Add WIP life calendar

This commit is contained in:
2021-05-31 01:25:37 +02:00
parent c9a217f0ea
commit 6f984ed6fb
10 changed files with 148 additions and 7 deletions

View File

@ -1,4 +1,5 @@
pub mod stats;
pub mod weeks;
use crate::auth::Authorized;
use crate::database::latest::trees::{category, session};
@ -10,7 +11,7 @@ use rocket::response::Redirect;
use rocket::{get, post, uri, State};
use rocket_contrib::templates::Template;
use rocket_contrib::uuid::Uuid;
use serde_derive::{Deserialize, Serialize};
use serde::{Deserialize, Serialize};
use std::collections::{BTreeMap, HashMap};
use std::time::Duration;