Commit Graph

172 Commits

Author SHA1 Message Date
47463ad315 Keep columnStats, RecordGridWidget columns sorted by-section, not alpha. 2023-04-26 12:49:35 -05:00
e99cfcb7ff Checkpoint of joins, new handling of the select-all/page/ and new 'subset' options 2023-04-26 11:44:13 -05:00
eafaf897e6 Try again re: not rendering if columns weren't known; change to use local rowIndex, not one from backend 2023-04-24 13:07:36 -05:00
472fb03ed0 Joins on Record Query; Count action w/ distinct input/output; JSX Element option for pageHeader 2023-04-24 12:30:19 -05:00
8ed5a71f19 WIP on showing tables (joins) in columns panel 2023-04-20 12:24:47 -05:00
1c0535cdc0 add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error 2023-04-20 10:53:49 -05:00
eca6c5c8b3 CTLE-397: sorting processes on view screens 2023-04-19 09:44:54 -05:00
1f57607d7c CTLE-397: updated to sort process labels in actions menu on query screen 2023-04-18 21:08:00 -05:00
c87dce14e9 CTLE-397: updated to sort process names in actions menu on query screen 2023-04-18 17:34:11 -05:00
9d809f400b CTLE-397: fix bug on unencoded component filterJSON 2023-04-18 17:25:24 -05:00
f66b9e6b10 Trun on schema-description-expanded 2023-04-13 11:51:33 -05:00
369401d315 Support section.gridColumns 2023-04-13 11:51:10 -05:00
0aad78d16b Merge pull request #16 from Kingsrook/feature/column-stats
Feature/column stats
2023-04-06 13:32:00 -05:00
6f90780b23 Next version of fix dashboard dropdowns! 2023-04-06 12:27:33 -05:00
5d34f60a46 Make work with multiple apis (or a table in no apis) 2023-04-04 15:48:59 -05:00
d9ac5dee5a add sort-endpoints-by=method 2023-03-29 18:11:32 -05:00
41f04d5b2c Fixed warnings from React imports (sorry, Tim) 2023-03-28 09:53:03 -05:00
af6c000e14 Add table developer page, with api docs 2023-03-28 09:38:41 -05:00
b63fb03410 fix build error and add icon to refresh 2023-03-16 12:00:29 -05:00
8f81b2b764 Renamed tableStats to columnStats 2023-03-16 07:54:05 -05:00
ed17a311af Checkpoint - nearing releasable! 2023-03-16 07:54:05 -05:00
f766f17a92 column stats checkpoint 2023-03-16 07:54:05 -05:00
968397bcc9 WIP version of table/column stats process & supporting aggregate changes 2023-03-16 07:54:05 -05:00
ef51b7747f Fixed bug where the grid columns, etc, could get out of sync (in the dishwasher) w/ the table, when doing certain Link operations (discovered from run-record-script process result screen w/ a filter link) 2023-03-15 17:05:04 -05:00
94767bcbb3 Better timezone support on query and dropdowns/custom-timeframes. 2023-03-14 17:01:43 -05:00
dff7c972bf Further implementation of script testing (e.g.,record-type scripts working); add logs to test script output 2023-03-09 18:20:31 -06:00
b6d79817de Pass other values from process into possible values (for filter) 2023-03-08 10:22:18 -06:00
8c767635de Adding generic run records process 2023-03-07 15:55:27 -06:00
516f874a56 Checkpoint refactoring script out of just associated-record, for more general purpose 2023-03-07 10:25:02 -06:00
7e2bcea5de WIP on record scripts 2023-03-07 10:25:01 -06:00
142bb76522 fixed bug where primarykey wasnt being used properly 2023-03-03 16:52:13 -06:00
caea70252a fixed links to processes/record when id is not the primary key 2023-03-03 08:42:39 -06:00
813301a474 Update to make id column value hyperlink; fix copy-column to not copy blank/undefineds 2023-03-02 16:34:44 -06:00
f6f586ae48 Update to convert date-times to UTC before submitting to backend. 2023-03-01 10:38:19 -06:00
5f20367b3c Add Copy Values to grid column menu 2023-02-24 15:24:04 -06:00
bf0fc495bf add html (process) component type and make PVS's work in processes; fix some nav-back-and-forth wierdness on query screen 2023-02-22 17:58:28 -06:00
a13ec1adc3 Don't try to show more than 5 values in a filter preview; invert colors of tags in filter control 2023-02-20 10:09:56 -06:00
3d3f7efa1d css changes for audits, pvs filters 2023-02-15 16:29:54 -06:00
57c02fe7c8 SPRINT-20: made pagination options avaialble for table widgets, updated 'primary color' to come from metadata where possible (at this time), 2023-02-13 13:18:19 -06:00
a10cee86a8 Small updates to widgets; ok-ish version of filter query with relative time expressions; initial version of multi-select query for possible-values 2023-02-13 10:46:59 -06:00
6215e58e23 Set min height on record query table; fix some url bugs in query & view; add create to action menu on view. 2023-02-10 10:11:48 -06:00
60cd1c190d SPRINT-20: several widget updates, saved filters updates, updates unified widget/view/edit record screen section/widget headers 2023-02-08 22:42:21 -06:00
54e3b82ad5 update audit to include child details 2023-02-08 20:11:42 -06:00
a5465cef3d Put nbsp between labels and values, to make value selection slightly better 2023-02-07 10:40:21 -06:00
570bf05053 Move more into branding; proxy /images to backend (e.g., more overlays) 2023-02-03 19:14:27 -06:00
d29fb32978 SPRINT-20: checkpoint commit of saved filter frontends 2023-02-01 14:10:43 -06:00
895724b87e SPRINT-19: updates to various widgets for new dashboard, cleanups 2023-01-24 15:50:44 -06:00
4a658e9a5c Initial version of record audits 2023-01-20 10:37:15 -06:00
3466e45a5e Update to do download via xhr post, to get auth header 2023-01-16 09:09:05 -06:00
bba7610902 Update export to do a form with post to send Authoriztion header; also commented-out POC of exports to iframe 2023-01-13 14:31:07 -06:00