This commit is contained in:
2019-01-07 17:25:41 +00:00
parent ada7e4913b
commit 7666906baf
2 changed files with 5 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ Need a sprint to get to a fully testable client with entry form, list and as muc
/// ///
TODO CLIENT STUFF TODO CLIENT STUFF
- LIST - LIST
- Overall list menu toolbar at top with following icons: - Overall list menu toolbar at top with following icons:
@@ -24,7 +19,10 @@ TODO CLIENT STUFF
- Filter list - Filter list
- Refresh - Refresh
- Ellipsis submenu with mass ops options and other list wide options appear there - Ellipsis submenu with mass ops options and other list wide options appear there
- Print / report
- How to show tags? - How to show tags?
- In main list?
- Only in detail?
- Check the rights to the list before it gets the data - 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 - 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. - 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 - 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 - Mockup filter popup dialog or filter in place near header with expansion thing
- Edit dialog or edit in place? - Edit dialog or edit in place?

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{ {
get get
{ {
return "8.0.0-alpha.2018.12.07"; return "8.0.0-alpha.2019.01.07";
} }
} }