case 3991

This commit is contained in:
2021-09-29 23:22:39 +00:00
parent 50c17b918d
commit 5a86d571b2

View File

@@ -9,13 +9,8 @@
## ROUGH SCHEDULE
## ROUGH SCHEDULE TO GET TO BETA
- Edge case but if filter is added while on last page of results and the filter means only one page returns the grid still stays on last page so it appears
as though the filter returned no results when in fact just on a non existant page number beyond the results pages returned. Possible fix is to reset to page zero if
user adds a filter condition or alternatively check if the current page is non zero then check if the current page is beyond the number of pages and if so reset to zero page
# Schedule form
@@ -32,8 +27,7 @@
//..........
cases to do
3989
3991
3989
Customer work order form / view / open???
@@ -41,6 +35,10 @@
Dashboard / widgets
Just enough an no more, this could be endless, come up with a top 5 or something and limit it to that
(this is also a very juicy v.next feature thing too)
Note that it *must* at minimum recreate the v7 dashboard stuff (but nicer and graphical)
personal upcoming events like maybe an "next 5 open work orders I'm scheduled on"
or a widget that is upcoming work orders that are a specific status (maybe, just speculating here)
Installer INNO
version with postgres included, version without postgres included
quick trialers / beta testers will want a self contained test on windows scenario with built in pg until they get serious
@@ -55,6 +53,9 @@
V8Migrate completion
All stock reports (and schedule ones)
Seeder / evaluation system worked out fully and implemented
Load testing
Smoke test for every post release build that I can add problems to as I fix them to avoid regressions
Beta testing
Manual pages docs
Fill out everything as quickly as possible, take text from v7 docs where necessary to speed up process
Better to get a v1 manual out and fix it up later than to leave big empty sections even during beta testing
@@ -62,8 +63,7 @@
QBOI
QBI
(if pt, well after release if ever)
Load testing
Beta testing
Rockfish / Back end infrastructure (round robin license fetching / mirror license domains / machines)
Biz decisions about pricing, licensing, hosting etc
Release!
@@ -796,7 +796,10 @@ BUILD 132 CHANGES OF NOTE
- major refactor and cleanup of all client end source code
- grid filter clicking on "delete" for whole filter now enables save button
- fixed issue when grid is on last page then filter added it wasn't automaticaly going back to page one so it looked like there were no results
- case 3977 this might still be an issue / potential bug or I'm misreading what you wrote
- case 3987
- case 3988
- case 3993
- case 3991