This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user