diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index d10ebd15..1b441b89 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -50,14 +50,16 @@ SHELL / NAV / MENUS / LAYOUT
TODO: STUB OUT MENU ITEMS MISSING
- - WIKI
- - In Widget edit form
- ATTACHMENTS
+ - icon: paperclip
- Widget edit form menu
- Opens to a new form
- - FOLLOW UP now "Review"
+ - "Review" (was follow ups)
+ - icon: calendar-check
+ - Now separate from schedule markers which are now called "Reminders" and use a sticky note
- Widget edit form menu
- - Record history
+ - History (was record history)
+ - icon: history
- Widget edit form menu
TODO: Put useful info in page title when routing so that user can see history and easily select past record etc, right now it always just says AyaNova and nothing more
diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js
index a774eba6..6bcf89cb 100644
--- a/ayanova/src/api/locale.js
+++ b/ayanova/src/api/locale.js
@@ -88,6 +88,7 @@ export default {
"Administration",
"Operations",
"Attachments",
+ "Review",
"History",
"Statistics",
"Backup",
diff --git a/ayanova/src/views/ay-attachments.vue b/ayanova/src/views/ay-attachments.vue
new file mode 100644
index 00000000..9500eb2b
--- /dev/null
+++ b/ayanova/src/views/ay-attachments.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/ayanova/src/views/ay-review.vue b/ayanova/src/views/ay-review.vue
new file mode 100644
index 00000000..2ce743c6
--- /dev/null
+++ b/ayanova/src/views/ay-review.vue
@@ -0,0 +1,21 @@
+
+
+
+
+