Remove resolved todos
This commit is contained in:
parent
4f641a7583
commit
16859f5eb7
2 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
// TODO Re-think what should be logged, and at what level
|
|
||||||
// TODO Combine migrations
|
|
||||||
// TODO Re-enable and adapt CSS
|
// TODO Re-enable and adapt CSS
|
||||||
|
|
||||||
mod args;
|
mod args;
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,6 @@ impl MetricForest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Metric tree selector in template
|
|
||||||
#[derive(Template)]
|
#[derive(Template)]
|
||||||
#[template(path = "pages/graph.html")]
|
#[template(path = "pages/graph.html")]
|
||||||
struct Page {
|
struct Page {
|
||||||
|
|
@ -161,7 +160,6 @@ pub async fn get_graph_data(
|
||||||
// amount of rows in the same order!
|
// amount of rows in the same order!
|
||||||
|
|
||||||
// TODO Limit by date or amount
|
// TODO Limit by date or amount
|
||||||
// TODO Limit to tracked commits
|
|
||||||
|
|
||||||
let mut unsorted_hashes = Vec::<String>::new();
|
let mut unsorted_hashes = Vec::<String>::new();
|
||||||
let mut times_by_hash = HashMap::<String, i64>::new();
|
let mut times_by_hash = HashMap::<String, i64>::new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue