From 86f804a2c792e962fa4a96b4cb588ac049fa9012 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 30 Dec 2019 23:33:58 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++++++---- ayanova/src/api/locale.js | 1 + ayanova/src/views/ay-attachments.vue | 21 +++++++++++++++++++++ ayanova/src/views/ay-review.vue | 21 +++++++++++++++++++++ 4 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 ayanova/src/views/ay-attachments.vue create mode 100644 ayanova/src/views/ay-review.vue 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 @@ + + +