You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10,000 objects (managed through ModelAdmin or GridField)
TODO:
update data() to go from 216 companies to 10K
simply that array and suffix '-01', '02' etc 50 times
TODO:
Also as a part of work, fix this issue at the same time #64
The text was updated successfully, but these errors were encountered:
emteknetnz
changed the title
Bring numbers of objects update to date with latest NFRs
Bring numbers of objects up to date with latest NFRs
Feb 23, 2020
The following updates will bring this module into line with our latest NFR's as specified here
This work will assist this the 'more realistic platform regression testing' issue here https://github.com/silverstripeltd/product-issues/issues/33
FTPageMakerTask.php
TODO:
Hardcode to the following: (don't bother making configurable)
FTFileMakerTask.php
TODO:
change protected $folderCountByDepth to
0 => 2,
1 => 1, (was 2)
2 => 2,
3 => 2,
4 => 2,
change protected $fileCountByDepth to
0 => 100,
1 => 1001, (was 30)
2 => 5,
3 => 5,
4 => 5
Company.php
TODO:
TODO:
Also as a part of work, fix this issue at the same time #64
The text was updated successfully, but these errors were encountered: