Open dspinosa opened 1 year ago
Discovered a login issue with 3. Will work with George and CTUIR to resolve
Here is what CTUIR has improved between these versions.
And further clarification:
The are two major differences between what CRITIC has and what we have. One difference regards the query page. The other difference is the stuff that Keaton (Innovate) did.
Regarding the query page…
• In the old version, the query page bogged down and timed out on large datasets • We changed to use Infinite Scrolling, and this is the version that CRITFIC received o We ended up preferring something else o CRITFC also did not like the Infinite Scrolling and reverted the query page (or the whole thing, I am not sure) • We reverted to the old query page, but enhanced it to automatically check the number of records in a dataset, and depending upon that number, redirect the user to the Reports page o The number actually depends upon how long and wide a dataset’s records are, for how long it takes to pull the data o Therefore, affected datasets have their own threshold set in the dataset.Config o The default setting (nothing set in the dataset.Config) is 300,000 records; any dataset with 300,000 or more records gets redirected to the Reports Page • If Innovate could come up with a better solution for the query page, it would be great
Regarding what Keaton did…
• He upgraded the libraries in the CDMS code, frontend and backend • With the upgrade, he put the new stuff in Typescript, and wrapped the legacy in Typescript (so that it still runs and we can update it)
Beyond the major differences, we have added several minor bug fixes.
*Any reference to 2.5 is equivalent to v3.0. We decided to got with 3.0 instead of 2.5 so that we match the version number at CTUIR master.
Steps: