From cacd38efcdf1b4d85e69321c0b68cbb317007dd3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 21 Dec 2020 15:47:05 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/api/initialize.js | 10 +++++++++- ayanova/src/views/ay-reminder.vue | 21 +++++++++++++++++++++ ayanova/src/views/home-reviews.vue | 21 +++++++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 ayanova/src/views/ay-reminder.vue create mode 100644 ayanova/src/views/home-reviews.vue diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8b89f071..66389346 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -657,6 +657,7 @@ TODO: //MIGRATE_OUTSTANDING comment tag todo: Schedule form - This one is big but requires the data to be there so as soon as implement enough things that are scheduleable then do this - printing / reporting schedule? Do-able? + - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/729 todo: can beta test at this point diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index ad45b3db..67100d91 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -175,7 +175,7 @@ function initNavPanel() { key: key++ }); - //REMINDERS (SCHEDULE MARKERS) + //REMINDERS sub.push({ title: "ReminderList", icon: "$ayiStickyNote", @@ -183,6 +183,14 @@ function initNavPanel() { key: key++ }); + //REVIEWS + sub.push({ + title: "ReviewList", + icon: "$ayiCalendarCheck", + route: "/home-reviews", + key: key++ + }); + //USER SETTINGS sub.push({ title: "UserSettings", diff --git a/ayanova/src/views/ay-reminder.vue b/ayanova/src/views/ay-reminder.vue new file mode 100644 index 00000000..99d54757 --- /dev/null +++ b/ayanova/src/views/ay-reminder.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/home-reviews.vue b/ayanova/src/views/home-reviews.vue new file mode 100644 index 00000000..da01c09a --- /dev/null +++ b/ayanova/src/views/home-reviews.vue @@ -0,0 +1,21 @@ + + +