diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 3f36dac8..dbe2bed7 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -5,6 +5,8 @@
MISC ITEMS THAT CAME UP
+todo: time picker no way to select NOW
+todo: time picker defaults to 12:00am when date is selected, how about current time instead?
todo: date picker component add drop down quick pick:
i.e. Hour from now, Day from now, Week from now, Month from now.
todo: date and time defaults for appointments and shit
@@ -74,6 +76,7 @@ todo: make new review from a review for the same object (new menu option in revi
todo: make a new review from review list
todo: not able to make a new review from review list when it's just a direct viewing of list
or should I add an object selector? NO
+todo: overdue warning / display
EACH OBJECT DEV CYCLE:
diff --git a/ayanova/src/views/home-review.vue b/ayanova/src/views/home-review.vue
index 9e90fbdb..fb829300 100644
--- a/ayanova/src/views/home-review.vue
+++ b/ayanova/src/views/home-review.vue
@@ -119,10 +119,7 @@