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

@@ -13,18 +13,16 @@ 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:
- Add new item
- 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?

View File

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