From 296e3c1e682a22d79d63fa33b53d782d3e873920 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Jan 2020 23:28:50 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +++- ayanova/src/api/initialize.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e5906b99..fef92760 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -50,7 +50,7 @@ SHELL / NAV / MENUS / LAYOUT TODO: Read through grid item below, cogitate then make todo's with actual planned changes that must happen to implement, then whack them off one by one ;) TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION KEEPING IN MIND TTM - - MOST RECENT NOTES: Grid looks like shit, I know it's not done yet and it's the major UI element to work on next after these details for the shell, but ... it looks like shit, consider phone first when designing it + - MOST RECENT NOTES: Grid looks like shit, I know it's not done yet and it's the major UI element to work on next after these details for the shell, but ... it looks like shit, consider phone first designing it - Way too much shit, I would like to see maybe one field on a phone at most two - On a computer I would be offended if I didn't see more columns - So grid needs to adapt the column count to the form factor and space @@ -541,6 +541,8 @@ AUTOCOMPLETE - the dashboard can drive a lot because for example a graph or list of workorders could also be where you add a new wo - Thorny issues: - Reporting + - Should reports be generated *at* the server then sent back as a pdf or html page or something? + - I'm wondering how it will handle huge datasets, the grids will have sane limits but a report must by necessity report all the user's chosen data - Notifications from the server - File upload / download - Offline abilities? diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index b964d463..cc5d34d0 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -110,7 +110,7 @@ export default function initialize() { key: key++ }); - //Moved these two into user settings + //Moved these two into user settings // //USER LOCALE // sub.push({ // title: window.$gz.locale.get("Locale"),