From 7666906baf72ff93d238c5c00707c03d3bc23cad Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 7 Jan 2019 17:25:41 +0000 Subject: [PATCH] --- devdocs/todo.txt | 10 ++++------ server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index a4348222..7ac264fa 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -12,11 +12,6 @@ Need a sprint to get to a fully testable client with entry form, list and as muc /// TODO CLIENT STUFF - - - - - - LIST - Overall list menu toolbar at top with following icons: @@ -24,7 +19,10 @@ TODO CLIENT STUFF - Filter list - Refresh - Ellipsis submenu with mass ops options and other list wide options appear there + - Print / report - How to show tags? + - In main list? + - Only in detail? - Check the rights to the list before it gets the data - Edit / Trash buttons in grid are too small on a phone with fat fingers - TWO api calls are made when list is opened, sb one only. @@ -47,7 +45,7 @@ TODO CLIENT STUFF - Make the following widgets for small screen, drag out size and see what can be done to benefit medium+ sizes, so two sizes for now - - Just get basic Functionality working then iterate rather than trying to plabn out everything at once!! + - Just get basic Functionality working then iterate rather than trying to plan out everything at once!! - Mockup filter popup dialog or filter in place near header with expansion thing - Edit dialog or edit in place? diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 219f9af1..c30b3a74 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -11,7 +11,7 @@ namespace AyaNova.Util { get { - return "8.0.0-alpha.2018.12.07"; + return "8.0.0-alpha.2019.01.07"; } }